Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvailableProviderTypesRequestBuilder ¶
type AvailableProviderTypesRequestBuilder struct {
// contains filtered or unexported fields
}
AvailableProviderTypesRequestBuilder builds and executes requests for operations under \identityProviders\microsoft.graph.availableProviderTypes()
func NewAvailableProviderTypesRequestBuilder ¶
func NewAvailableProviderTypesRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *AvailableProviderTypesRequestBuilder
NewAvailableProviderTypesRequestBuilder instantiates a new AvailableProviderTypesRequestBuilder and sets the default values.
func NewAvailableProviderTypesRequestBuilderInternal ¶
func NewAvailableProviderTypesRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *AvailableProviderTypesRequestBuilder
NewAvailableProviderTypesRequestBuilderInternal instantiates a new AvailableProviderTypesRequestBuilder and sets the default values.
func (*AvailableProviderTypesRequestBuilder) CreateGetRequestInformation ¶
func (m *AvailableProviderTypesRequestBuilder) CreateGetRequestInformation(options *AvailableProviderTypesRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation invoke function availableProviderTypes
func (*AvailableProviderTypesRequestBuilder) Get ¶
func (m *AvailableProviderTypesRequestBuilder) Get(options *AvailableProviderTypesRequestBuilderGetOptions) ([]string, error)
Get invoke function availableProviderTypes
type AvailableProviderTypesRequestBuilderGetOptions ¶
type AvailableProviderTypesRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
AvailableProviderTypesRequestBuilderGetOptions options for Get
Click to show internal directories.
Click to hide internal directories.