Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiVersion ¶
type ApiVersion string
const ( VersionOnePointZero ApiVersion = "v1.0" VersionBeta ApiVersion = "beta" )
type Client ¶
type Client struct {
	*client.Client
	// EnableRetries allows reattempting failed requests to work around eventual consistency issues
	// Note that 429 responses are always handled by the base client regardless of this setting
	EnableRetries bool
	// contains filtered or unexported fields
}
    func NewClient ¶ added in v0.20240815.1003113
func NewClient(api environments.Api, serviceName string, apiVersion ApiVersion) (*Client, error)
        
          
            func NewMsGraphClient
            deprecated
            
          
  
    
  
      
      func NewMsGraphClient(api environments.Api, serviceName string, apiVersion ApiVersion) (*Client, error)
Deprecated: use NewClient instead
func (*Client) NewRequest ¶
 Click to show internal directories. 
   Click to hide internal directories.