Documentation
¶
Index ¶
Constants ¶
View Source
const (
// HeaderCorrelationRequestID is the Azure extension header to set a user-specified correlation request ID.
HeaderCorrelationRequestID = "x-ms-correlation-request-id"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientOptions ¶
type ClientOptions struct {
SubscriptionId string
TenantID string
PartnerId string
TerraformVersion string
GraphAuthorizer autorest.Authorizer
GraphEndpoint string
KeyVaultAuthorizer autorest.Authorizer
ResourceManagerAuthorizer autorest.Authorizer
ResourceManagerEndpoint string
StorageAuthorizer autorest.Authorizer
SynapseAuthorizer autorest.Authorizer
BatchManagementAuthorizer autorest.Authorizer
SkipProviderReg bool
CustomCorrelationRequestID string
DisableCorrelationRequestID bool
DisableTerraformPartnerID bool
Environment azure.Environment
Features features.UserFeatures
StorageUseAzureAD bool
// Some Dataplane APIs require a token scoped for a specific endpoint
TokenFunc func(endpoint string) (autorest.Authorizer, error)
}
func (ClientOptions) ConfigureClient ¶
func (o ClientOptions) ConfigureClient(c *autorest.Client, authorizer autorest.Authorizer)
Click to show internal directories.
Click to hide internal directories.