# Functions
ExtractResponseError extracts the ResponseError from the error.
GetResourceGroupLocation retrieves the location of a given resource group from an Azure subscription.
Is404Error returns true if the error is a 404 payload from an autorest operation.
NewAccountsClient creates a new ARM Storage Accounts Client with the given subscription ID and options.
NewCustomActionClient creates a new CustomActionClient with the provided subscriptionID and Options, and returns an error if one occurs.
NewDeploymentOperationsClient creates a new ARM deployment operations client for managing deployment operations.
// NewDeploymentsClient creates a new DeploymentsClient which can be used to manage Azure deployments.
NewFederatedIdentityClient creates a new FederatedIdentityCredentialsClient and returns it along with any error.
NewGenericResourceClient creates a new ARM resources client with the given subscription ID, options and client options.
NewProvidersClient creates a new ARM ProvidersClient with the given subscription ID and ARM ClientOptions, that can be used to look up resource providers and API versions.
NewResourceGroupsClient creates a new ARM Resource Groups Client with the given subscription ID and options.
NewRoleAssignmentsClient creates a new RoleAssignmentsClient with the given subscriptionID and Options, and returns an error if one occurs.
NewRoleDefinitionsClient creates a new RoleDefinitionsClient from the given Options and returns it, or an error if one occurs.
NewServiceBusNamespacesClient creates a new ARM Service Bus Namespaces Client with the given subscription ID and options.
NewSubscriptionsClient creates a new ARM Subscriptions Client using the provided options and returns it, or an error if one occurs.
NewUserAssignedIdentityClient creates a new UserAssignedIdentitiesClient with the given subscriptionID and Options and returns it, or an error if one occurs.
TryUnfoldErrorResponse takes an error that wrapped a radclient.ErrorResponse and unfold nested JSON messages into structured radclient.ErrorDetail field.
TryUnfoldResponseError attempts to convert a ResponseError into an ErrorDetails object.
UnfoldErrorDetails extract the Message field of a given *radclient.ErrorDetail into its correspoding Details field, which is structured.
UnfoldServiceError unfolds the Details field in the given azure.ServiceError, and convert messages which are raw JSON of an radclient.ErrorResponse into structured radclient.ErrorDetails fields.
# Constants
DefaultBaseURI is the default base URI for the client.
ModuleName is used for telemetry if needed.
ModuleVersion is used for telemetry if needed.
# Variables
No description provided by the author
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cosmos-db/resource-manager/readme.md.
No description provided by the author
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/redis/resource-manager/readme.md.
No description provided by the author
No description provided by the author
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/sql/resource-manager/readme.md.
No description provided by the author
# Structs
ClientCustomActionResponse is the response we get from invoking a custom action.
CustomActionClient is the client to invoke custom actions on Azure resources.
Options represents the client option for azure sdk client including authentication.
ServiceError conforms to the OData v4 error format.
No description provided by the author