Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type APICollection
- type APICollectionIterator
- type APICollectionPage
- type APIContract
- type APIEntityBaseContract
- type APIExportClient
- type APIExportResult
- type APIOperationsClient
- type APIOperationsPolicyClient
- type APIPolicyClient
- type APIProductsClient
- type APIProtocolContract
- type APITypeContract
- type APIUpdateContract
- type AccessInformationContract
- type AccessInformationUpdateParameters
- type AdditionalRegion
- type ApisClient
- type AsyncOperationState
- type AuthenticationSettingsContract
- type AuthorizationServerCollection
- type AuthorizationServerCollectionIterator
- type AuthorizationServerCollectionPage
- type AuthorizationServersClient
- type BackendAuthorizationHeaderCredentials
- type BackendBaseParameters
- type BackendCollection
- type BackendCollectionIterator
- type BackendCollectionPage
- type BackendContract
- type BackendCredentialsContract
- type BackendProperties
- type BackendProtocol
- type BackendProxyContract
- type BackendResponse
- type BackendUpdateParameters
- type BackendsClient
- type BaseClient
- type BearerTokenSendingMethodsContract
- type CertificateCollection
- type CertificateCollectionIterator
- type CertificateCollectionPage
- type CertificateContract
- type CertificateCreateOrUpdateParameters
- type CertificateInformation
- type CertificatesClient
- type ClientAuthenticationMethodContract
- type ConnectivityStatusContract
- type ConnectivityStatusType
- type DeployConfigurationParameters
- type ErrorBodyContract
- type ErrorFieldContract
- type ErrorResponse
- type GenerateSsoURLResult
- type GrantTypesContract
- type GroupCollection
- type GroupCollectionIterator
- type GroupCollectionPage
- type GroupContract
- type GroupCreateParameters
- type GroupTypeContract
- type GroupUpdateParameters
- type GroupUsersClient
- type GroupsClient
- type HTTPStatusCode
- type HostnameConfiguration
- type HostnameType
- type IdentityProviderContract
- type IdentityProviderList
- type IdentityProviderNameType
- type IdentityProviderUpdateParameters
- type IdentityProvidersClient
- type KeyTypeContract
- type LoggerCollection
- type LoggerCollectionIterator
- type LoggerCollectionPage
- type LoggerCreateParameters
- type LoggerResponse
- type LoggerUpdateParameters
- type LoggersClient
- type MethodContract
- type NameAvailabilityReason
- type NetworkStatusClient
- type NetworkStatusContract
- type OAuth2AuthenticationSettingsContract
- type OAuth2AuthorizationServerContract
- type OAuth2AuthorizationServerUpdateContract
- type OpenIDConnectProviderCollection
- type OpenIDConnectProviderCollectionIterator
- type OpenIDConnectProviderCollectionPage
- type OpenIDConnectProvidersClient
- type OpenidConnectProviderContract
- type OpenidConnectProviderCreateContract
- type OpenidConnectProviderUpdateContract
- type Operation
- type OperationCollection
- type OperationCollectionIterator
- type OperationCollectionPage
- type OperationContract
- type OperationDisplay
- type OperationEntityBaseContract
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationResultContract
- type OperationUpdateContract
- type OperationsClient
- type ParameterContract
- type PolicyScopeContract
- type PolicySnippetContract
- type PolicySnippetsClient
- type PolicySnippetsCollection
- type ProductApisClient
- type ProductCollection
- type ProductCollectionIterator
- type ProductCollectionPage
- type ProductContract
- type ProductGroupsClient
- type ProductPolicyClient
- type ProductStateContract
- type ProductSubscriptionsClient
- type ProductUpdateParameters
- type ProductsClient
- type PropertiesClient
- type PropertyClient
- type PropertyCollection
- type PropertyCollectionIterator
- type PropertyCollectionPage
- type PropertyContract
- type PropertyCreateParameters
- type PropertyUpdateParameters
- type QuotaByCounterKeysClient
- type QuotaByPeriodKeysClient
- type QuotaCounterCollection
- type QuotaCounterContract
- type QuotaCounterValueContract
- type ReadCloser
- type RegionContract
- type RegionListResult
- type RegionsClient
- type ReportCollection
- type ReportCollectionIterator
- type ReportCollectionPage
- type ReportRecordContract
- type ReportsAggregation
- type ReportsClient
- type RepresentationContract
- type RequestContract
- type Resource
- type ResultContract
- type SaveConfigurationParameter
- type ServiceBackupRestoreParameters
- type ServiceCheckNameAvailabilityParameters
- type ServiceGetSsoTokenResult
- type ServiceListResult
- type ServiceListResultIterator
- type ServiceListResultPage
- type ServiceManageDeploymentsParameters
- type ServiceNameAvailabilityResult
- type ServiceProperties
- type ServiceResource
- type ServiceSkuProperties
- type ServiceUpdateHostnameParameters
- type ServiceUpdateParameters
- type ServiceUploadCertificateParameters
- type ServicesApplyNetworkConfigurationUpdatesFuture
- type ServicesBackupFuture
- type ServicesClient
- type ServicesManageDeploymentsFuture
- type ServicesRestoreFuture
- type ServicesUpdateFuture
- type ServicesUpdateHostnameFuture
- type SkuType
- type SubscriptionCollection
- type SubscriptionCollectionIterator
- type SubscriptionCollectionPage
- type SubscriptionContract
- type SubscriptionCreateParameters
- type SubscriptionKeyParameterNamesContract
- type SubscriptionStateContract
- type SubscriptionUpdateParameters
- type SubscriptionsClient
- type TenantAccessClient
- type TenantAccessGitClient
- type TenantConfigurationClient
- type TenantConfigurationDeployFuture
- type TenantConfigurationSaveFuture
- type TenantConfigurationSyncStateClient
- type TenantConfigurationSyncStateContract
- type TenantConfigurationValidateFuture
- type TenantPolicyClient
- type TokenBodyParameterContract
- type UserCollection
- type UserCollectionIterator
- type UserCollectionPage
- type UserContract
- type UserCreateParameters
- type UserGroupsClient
- type UserIdentitiesClient
- type UserIdentityCollection
- type UserIdentityContract
- type UserStateContract
- type UserSubscriptionsClient
- type UserTokenParameters
- type UserTokenResult
- type UserUpdateParameters
- type UsersClient
- type VirtualNetworkConfiguration
- type VirtualNetworkType
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APICollection ¶
type APICollection = original.APICollection
type APICollectionIterator ¶
type APICollectionIterator = original.APICollectionIterator
type APICollectionPage ¶
type APICollectionPage = original.APICollectionPage
type APIContract ¶
type APIContract = original.APIContract
type APIEntityBaseContract ¶
type APIEntityBaseContract = original.APIEntityBaseContract
type APIExportClient ¶
type APIExportClient = original.APIExportClient
func NewAPIExportClient ¶
func NewAPIExportClient(subscriptionID string) APIExportClient
func NewAPIExportClientWithBaseURI ¶
func NewAPIExportClientWithBaseURI(baseURI string, subscriptionID string) APIExportClient
type APIExportResult ¶
type APIExportResult = original.APIExportResult
type APIOperationsClient ¶
type APIOperationsClient = original.APIOperationsClient
func NewAPIOperationsClient ¶
func NewAPIOperationsClient(subscriptionID string) APIOperationsClient
func NewAPIOperationsClientWithBaseURI ¶
func NewAPIOperationsClientWithBaseURI(baseURI string, subscriptionID string) APIOperationsClient
type APIOperationsPolicyClient ¶
type APIOperationsPolicyClient = original.APIOperationsPolicyClient
func NewAPIOperationsPolicyClient ¶
func NewAPIOperationsPolicyClient(subscriptionID string) APIOperationsPolicyClient
func NewAPIOperationsPolicyClientWithBaseURI ¶
func NewAPIOperationsPolicyClientWithBaseURI(baseURI string, subscriptionID string) APIOperationsPolicyClient
type APIPolicyClient ¶
type APIPolicyClient = original.APIPolicyClient
func NewAPIPolicyClient ¶
func NewAPIPolicyClient(subscriptionID string) APIPolicyClient
func NewAPIPolicyClientWithBaseURI ¶
func NewAPIPolicyClientWithBaseURI(baseURI string, subscriptionID string) APIPolicyClient
type APIProductsClient ¶
type APIProductsClient = original.APIProductsClient
func NewAPIProductsClient ¶
func NewAPIProductsClient(subscriptionID string) APIProductsClient
func NewAPIProductsClientWithBaseURI ¶
func NewAPIProductsClientWithBaseURI(baseURI string, subscriptionID string) APIProductsClient
type APIProtocolContract ¶
type APIProtocolContract = original.APIProtocolContract
const ( HTTP APIProtocolContract = original.HTTP HTTPS APIProtocolContract = original.HTTPS )
type APITypeContract ¶
type APITypeContract = original.APITypeContract
const ( APITypeContractHTTP APITypeContract = original.APITypeContractHTTP APITypeContractSoap APITypeContract = original.APITypeContractSoap )
type APIUpdateContract ¶
type APIUpdateContract = original.APIUpdateContract
type AccessInformationContract ¶
type AccessInformationContract = original.AccessInformationContract
type AccessInformationUpdateParameters ¶
type AccessInformationUpdateParameters = original.AccessInformationUpdateParameters
type AdditionalRegion ¶
type AdditionalRegion = original.AdditionalRegion
type ApisClient ¶
type ApisClient = original.ApisClient
func NewApisClient ¶
func NewApisClient(subscriptionID string) ApisClient
func NewApisClientWithBaseURI ¶
func NewApisClientWithBaseURI(baseURI string, subscriptionID string) ApisClient
type AsyncOperationState ¶
type AsyncOperationState = original.AsyncOperationState
const ( Failed AsyncOperationState = original.Failed InProgress AsyncOperationState = original.InProgress Started AsyncOperationState = original.Started Succeeded AsyncOperationState = original.Succeeded )
type AuthenticationSettingsContract ¶
type AuthenticationSettingsContract = original.AuthenticationSettingsContract
type AuthorizationServerCollection ¶
type AuthorizationServerCollection = original.AuthorizationServerCollection
type AuthorizationServerCollectionIterator ¶
type AuthorizationServerCollectionIterator = original.AuthorizationServerCollectionIterator
type AuthorizationServerCollectionPage ¶
type AuthorizationServerCollectionPage = original.AuthorizationServerCollectionPage
type AuthorizationServersClient ¶
type AuthorizationServersClient = original.AuthorizationServersClient
func NewAuthorizationServersClient ¶
func NewAuthorizationServersClient(subscriptionID string) AuthorizationServersClient
func NewAuthorizationServersClientWithBaseURI ¶
func NewAuthorizationServersClientWithBaseURI(baseURI string, subscriptionID string) AuthorizationServersClient
type BackendAuthorizationHeaderCredentials ¶
type BackendAuthorizationHeaderCredentials = original.BackendAuthorizationHeaderCredentials
type BackendBaseParameters ¶
type BackendBaseParameters = original.BackendBaseParameters
type BackendCollection ¶
type BackendCollection = original.BackendCollection
type BackendCollectionIterator ¶
type BackendCollectionIterator = original.BackendCollectionIterator
type BackendCollectionPage ¶
type BackendCollectionPage = original.BackendCollectionPage
type BackendContract ¶
type BackendContract = original.BackendContract
type BackendCredentialsContract ¶
type BackendCredentialsContract = original.BackendCredentialsContract
type BackendProperties ¶
type BackendProperties = original.BackendProperties
type BackendProtocol ¶
type BackendProtocol = original.BackendProtocol
const ( BackendProtocolHTTP BackendProtocol = original.BackendProtocolHTTP BackendProtocolSoap BackendProtocol = original.BackendProtocolSoap )
type BackendProxyContract ¶
type BackendProxyContract = original.BackendProxyContract
type BackendResponse ¶
type BackendResponse = original.BackendResponse
type BackendUpdateParameters ¶
type BackendUpdateParameters = original.BackendUpdateParameters
type BackendsClient ¶
type BackendsClient = original.BackendsClient
func NewBackendsClient ¶
func NewBackendsClient(subscriptionID string) BackendsClient
func NewBackendsClientWithBaseURI ¶
func NewBackendsClientWithBaseURI(baseURI string, subscriptionID string) BackendsClient
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type BearerTokenSendingMethodsContract ¶
type BearerTokenSendingMethodsContract = original.BearerTokenSendingMethodsContract
const ( AuthorizationHeader BearerTokenSendingMethodsContract = original.AuthorizationHeader Query BearerTokenSendingMethodsContract = original.Query )
type CertificateCollection ¶
type CertificateCollection = original.CertificateCollection
type CertificateCollectionIterator ¶
type CertificateCollectionIterator = original.CertificateCollectionIterator
type CertificateCollectionPage ¶
type CertificateCollectionPage = original.CertificateCollectionPage
type CertificateContract ¶
type CertificateContract = original.CertificateContract
type CertificateCreateOrUpdateParameters ¶
type CertificateCreateOrUpdateParameters = original.CertificateCreateOrUpdateParameters
type CertificateInformation ¶
type CertificateInformation = original.CertificateInformation
type CertificatesClient ¶
type CertificatesClient = original.CertificatesClient
func NewCertificatesClient ¶
func NewCertificatesClient(subscriptionID string) CertificatesClient
func NewCertificatesClientWithBaseURI ¶
func NewCertificatesClientWithBaseURI(baseURI string, subscriptionID string) CertificatesClient
type ClientAuthenticationMethodContract ¶
type ClientAuthenticationMethodContract = original.ClientAuthenticationMethodContract
const ( Basic ClientAuthenticationMethodContract = original.Basic Body ClientAuthenticationMethodContract = original.Body )
type ConnectivityStatusContract ¶
type ConnectivityStatusContract = original.ConnectivityStatusContract
type ConnectivityStatusType ¶
type ConnectivityStatusType = original.ConnectivityStatusType
const ( Failure ConnectivityStatusType = original.Failure Initializing ConnectivityStatusType = original.Initializing Success ConnectivityStatusType = original.Success )
type DeployConfigurationParameters ¶
type DeployConfigurationParameters = original.DeployConfigurationParameters
type ErrorBodyContract ¶
type ErrorBodyContract = original.ErrorBodyContract
type ErrorFieldContract ¶
type ErrorFieldContract = original.ErrorFieldContract
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type GenerateSsoURLResult ¶
type GenerateSsoURLResult = original.GenerateSsoURLResult
type GrantTypesContract ¶
type GrantTypesContract = original.GrantTypesContract
const ( AuthorizationCode GrantTypesContract = original.AuthorizationCode ClientCredentials GrantTypesContract = original.ClientCredentials Implicit GrantTypesContract = original.Implicit ResourceOwnerPassword GrantTypesContract = original.ResourceOwnerPassword )
type GroupCollection ¶
type GroupCollection = original.GroupCollection
type GroupCollectionIterator ¶
type GroupCollectionIterator = original.GroupCollectionIterator
type GroupCollectionPage ¶
type GroupCollectionPage = original.GroupCollectionPage
type GroupContract ¶
type GroupContract = original.GroupContract
type GroupCreateParameters ¶
type GroupCreateParameters = original.GroupCreateParameters
type GroupTypeContract ¶
type GroupTypeContract = original.GroupTypeContract
const ( Custom GroupTypeContract = original.Custom External GroupTypeContract = original.External System GroupTypeContract = original.System )
type GroupUpdateParameters ¶
type GroupUpdateParameters = original.GroupUpdateParameters
type GroupUsersClient ¶
type GroupUsersClient = original.GroupUsersClient
func NewGroupUsersClient ¶
func NewGroupUsersClient(subscriptionID string) GroupUsersClient
func NewGroupUsersClientWithBaseURI ¶
func NewGroupUsersClientWithBaseURI(baseURI string, subscriptionID string) GroupUsersClient
type GroupsClient ¶
type GroupsClient = original.GroupsClient
func NewGroupsClient ¶
func NewGroupsClient(subscriptionID string) GroupsClient
func NewGroupsClientWithBaseURI ¶
func NewGroupsClientWithBaseURI(baseURI string, subscriptionID string) GroupsClient
type HTTPStatusCode ¶
type HTTPStatusCode = original.HTTPStatusCode
const ( Accepted HTTPStatusCode = original.Accepted Conflict HTTPStatusCode = original.Conflict Continue HTTPStatusCode = original.Continue Created HTTPStatusCode = original.Created NotFound HTTPStatusCode = original.NotFound OK HTTPStatusCode = original.OK )
type HostnameConfiguration ¶
type HostnameConfiguration = original.HostnameConfiguration
type HostnameType ¶
type HostnameType = original.HostnameType
const ( Management HostnameType = original.Management Portal HostnameType = original.Portal Proxy HostnameType = original.Proxy Scm HostnameType = original.Scm )
type IdentityProviderContract ¶
type IdentityProviderContract = original.IdentityProviderContract
type IdentityProviderList ¶
type IdentityProviderList = original.IdentityProviderList
type IdentityProviderNameType ¶
type IdentityProviderNameType = original.IdentityProviderNameType
const ( Aad IdentityProviderNameType = original.Aad AadB2C IdentityProviderNameType = original.AadB2C Facebook IdentityProviderNameType = original.Facebook Google IdentityProviderNameType = original.Google Microsoft IdentityProviderNameType = original.Microsoft Twitter IdentityProviderNameType = original.Twitter )
type IdentityProviderUpdateParameters ¶
type IdentityProviderUpdateParameters = original.IdentityProviderUpdateParameters
type IdentityProvidersClient ¶
type IdentityProvidersClient = original.IdentityProvidersClient
func NewIdentityProvidersClient ¶
func NewIdentityProvidersClient(subscriptionID string) IdentityProvidersClient
func NewIdentityProvidersClientWithBaseURI ¶
func NewIdentityProvidersClientWithBaseURI(baseURI string, subscriptionID string) IdentityProvidersClient
type KeyTypeContract ¶
type KeyTypeContract = original.KeyTypeContract
const ( Primary KeyTypeContract = original.Primary Secondary KeyTypeContract = original.Secondary )
type LoggerCollection ¶
type LoggerCollection = original.LoggerCollection
type LoggerCollectionIterator ¶
type LoggerCollectionIterator = original.LoggerCollectionIterator
type LoggerCollectionPage ¶
type LoggerCollectionPage = original.LoggerCollectionPage
type LoggerCreateParameters ¶
type LoggerCreateParameters = original.LoggerCreateParameters
type LoggerResponse ¶
type LoggerResponse = original.LoggerResponse
type LoggerUpdateParameters ¶
type LoggerUpdateParameters = original.LoggerUpdateParameters
type LoggersClient ¶
type LoggersClient = original.LoggersClient
func NewLoggersClient ¶
func NewLoggersClient(subscriptionID string) LoggersClient
func NewLoggersClientWithBaseURI ¶
func NewLoggersClientWithBaseURI(baseURI string, subscriptionID string) LoggersClient
type MethodContract ¶
type MethodContract = original.MethodContract
const ( DELETE MethodContract = original.DELETE GET MethodContract = original.GET HEAD MethodContract = original.HEAD OPTIONS MethodContract = original.OPTIONS PATCH MethodContract = original.PATCH POST MethodContract = original.POST PUT MethodContract = original.PUT TRACE MethodContract = original.TRACE )
type NameAvailabilityReason ¶
type NameAvailabilityReason = original.NameAvailabilityReason
const ( AlreadyExists NameAvailabilityReason = original.AlreadyExists Invalid NameAvailabilityReason = original.Invalid Valid NameAvailabilityReason = original.Valid )
type NetworkStatusClient ¶
type NetworkStatusClient = original.NetworkStatusClient
func NewNetworkStatusClient ¶
func NewNetworkStatusClient(subscriptionID string) NetworkStatusClient
func NewNetworkStatusClientWithBaseURI ¶
func NewNetworkStatusClientWithBaseURI(baseURI string, subscriptionID string) NetworkStatusClient
type NetworkStatusContract ¶
type NetworkStatusContract = original.NetworkStatusContract
type OAuth2AuthenticationSettingsContract ¶
type OAuth2AuthenticationSettingsContract = original.OAuth2AuthenticationSettingsContract
type OAuth2AuthorizationServerContract ¶
type OAuth2AuthorizationServerContract = original.OAuth2AuthorizationServerContract
type OAuth2AuthorizationServerUpdateContract ¶
type OAuth2AuthorizationServerUpdateContract = original.OAuth2AuthorizationServerUpdateContract
type OpenIDConnectProviderCollection ¶
type OpenIDConnectProviderCollection = original.OpenIDConnectProviderCollection
type OpenIDConnectProviderCollectionIterator ¶
type OpenIDConnectProviderCollectionIterator = original.OpenIDConnectProviderCollectionIterator
type OpenIDConnectProviderCollectionPage ¶
type OpenIDConnectProviderCollectionPage = original.OpenIDConnectProviderCollectionPage
type OpenIDConnectProvidersClient ¶
type OpenIDConnectProvidersClient = original.OpenIDConnectProvidersClient
func NewOpenIDConnectProvidersClient ¶
func NewOpenIDConnectProvidersClient(subscriptionID string) OpenIDConnectProvidersClient
func NewOpenIDConnectProvidersClientWithBaseURI ¶
func NewOpenIDConnectProvidersClientWithBaseURI(baseURI string, subscriptionID string) OpenIDConnectProvidersClient
type OpenidConnectProviderContract ¶
type OpenidConnectProviderContract = original.OpenidConnectProviderContract
type OpenidConnectProviderCreateContract ¶
type OpenidConnectProviderCreateContract = original.OpenidConnectProviderCreateContract
type OpenidConnectProviderUpdateContract ¶
type OpenidConnectProviderUpdateContract = original.OpenidConnectProviderUpdateContract
type OperationCollection ¶
type OperationCollection = original.OperationCollection
type OperationCollectionIterator ¶
type OperationCollectionIterator = original.OperationCollectionIterator
type OperationCollectionPage ¶
type OperationCollectionPage = original.OperationCollectionPage
type OperationContract ¶
type OperationContract = original.OperationContract
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationEntityBaseContract ¶
type OperationEntityBaseContract = original.OperationEntityBaseContract
type OperationListResult ¶
type OperationListResult = original.OperationListResult
type OperationListResultIterator ¶
type OperationListResultIterator = original.OperationListResultIterator
type OperationListResultPage ¶
type OperationListResultPage = original.OperationListResultPage
type OperationResultContract ¶
type OperationResultContract = original.OperationResultContract
type OperationUpdateContract ¶
type OperationUpdateContract = original.OperationUpdateContract
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type ParameterContract ¶
type ParameterContract = original.ParameterContract
type PolicyScopeContract ¶
type PolicyScopeContract = original.PolicyScopeContract
const ( PolicyScopeContractAll PolicyScopeContract = original.PolicyScopeContractAll PolicyScopeContractAPI PolicyScopeContract = original.PolicyScopeContractAPI PolicyScopeContractOperation PolicyScopeContract = original.PolicyScopeContractOperation PolicyScopeContractProduct PolicyScopeContract = original.PolicyScopeContractProduct PolicyScopeContractTenant PolicyScopeContract = original.PolicyScopeContractTenant )
type PolicySnippetContract ¶
type PolicySnippetContract = original.PolicySnippetContract
type PolicySnippetsClient ¶
type PolicySnippetsClient = original.PolicySnippetsClient
func NewPolicySnippetsClient ¶
func NewPolicySnippetsClient(subscriptionID string) PolicySnippetsClient
func NewPolicySnippetsClientWithBaseURI ¶
func NewPolicySnippetsClientWithBaseURI(baseURI string, subscriptionID string) PolicySnippetsClient
type PolicySnippetsCollection ¶
type PolicySnippetsCollection = original.PolicySnippetsCollection
type ProductApisClient ¶
type ProductApisClient = original.ProductApisClient
func NewProductApisClient ¶
func NewProductApisClient(subscriptionID string) ProductApisClient
func NewProductApisClientWithBaseURI ¶
func NewProductApisClientWithBaseURI(baseURI string, subscriptionID string) ProductApisClient
type ProductCollection ¶
type ProductCollection = original.ProductCollection
type ProductCollectionIterator ¶
type ProductCollectionIterator = original.ProductCollectionIterator
type ProductCollectionPage ¶
type ProductCollectionPage = original.ProductCollectionPage
type ProductContract ¶
type ProductContract = original.ProductContract
type ProductGroupsClient ¶
type ProductGroupsClient = original.ProductGroupsClient
func NewProductGroupsClient ¶
func NewProductGroupsClient(subscriptionID string) ProductGroupsClient
func NewProductGroupsClientWithBaseURI ¶
func NewProductGroupsClientWithBaseURI(baseURI string, subscriptionID string) ProductGroupsClient
type ProductPolicyClient ¶
type ProductPolicyClient = original.ProductPolicyClient
func NewProductPolicyClient ¶
func NewProductPolicyClient(subscriptionID string) ProductPolicyClient
func NewProductPolicyClientWithBaseURI ¶
func NewProductPolicyClientWithBaseURI(baseURI string, subscriptionID string) ProductPolicyClient
type ProductStateContract ¶
type ProductStateContract = original.ProductStateContract
const ( NotPublished ProductStateContract = original.NotPublished Published ProductStateContract = original.Published )
type ProductSubscriptionsClient ¶
type ProductSubscriptionsClient = original.ProductSubscriptionsClient
func NewProductSubscriptionsClient ¶
func NewProductSubscriptionsClient(subscriptionID string) ProductSubscriptionsClient
func NewProductSubscriptionsClientWithBaseURI ¶
func NewProductSubscriptionsClientWithBaseURI(baseURI string, subscriptionID string) ProductSubscriptionsClient
type ProductUpdateParameters ¶
type ProductUpdateParameters = original.ProductUpdateParameters
type ProductsClient ¶
type ProductsClient = original.ProductsClient
func NewProductsClient ¶
func NewProductsClient(subscriptionID string) ProductsClient
func NewProductsClientWithBaseURI ¶
func NewProductsClientWithBaseURI(baseURI string, subscriptionID string) ProductsClient
type PropertiesClient ¶
type PropertiesClient = original.PropertiesClient
func NewPropertiesClient ¶
func NewPropertiesClient(subscriptionID string) PropertiesClient
func NewPropertiesClientWithBaseURI ¶
func NewPropertiesClientWithBaseURI(baseURI string, subscriptionID string) PropertiesClient
type PropertyClient ¶
type PropertyClient = original.PropertyClient
func NewPropertyClient ¶
func NewPropertyClient(subscriptionID string) PropertyClient
func NewPropertyClientWithBaseURI ¶
func NewPropertyClientWithBaseURI(baseURI string, subscriptionID string) PropertyClient
type PropertyCollection ¶
type PropertyCollection = original.PropertyCollection
type PropertyCollectionIterator ¶
type PropertyCollectionIterator = original.PropertyCollectionIterator
type PropertyCollectionPage ¶
type PropertyCollectionPage = original.PropertyCollectionPage
type PropertyContract ¶
type PropertyContract = original.PropertyContract
type PropertyCreateParameters ¶
type PropertyCreateParameters = original.PropertyCreateParameters
type PropertyUpdateParameters ¶
type PropertyUpdateParameters = original.PropertyUpdateParameters
type QuotaByCounterKeysClient ¶
type QuotaByCounterKeysClient = original.QuotaByCounterKeysClient
func NewQuotaByCounterKeysClient ¶
func NewQuotaByCounterKeysClient(subscriptionID string) QuotaByCounterKeysClient
func NewQuotaByCounterKeysClientWithBaseURI ¶
func NewQuotaByCounterKeysClientWithBaseURI(baseURI string, subscriptionID string) QuotaByCounterKeysClient
type QuotaByPeriodKeysClient ¶
type QuotaByPeriodKeysClient = original.QuotaByPeriodKeysClient
func NewQuotaByPeriodKeysClient ¶
func NewQuotaByPeriodKeysClient(subscriptionID string) QuotaByPeriodKeysClient
func NewQuotaByPeriodKeysClientWithBaseURI ¶
func NewQuotaByPeriodKeysClientWithBaseURI(baseURI string, subscriptionID string) QuotaByPeriodKeysClient
type QuotaCounterCollection ¶
type QuotaCounterCollection = original.QuotaCounterCollection
type QuotaCounterContract ¶
type QuotaCounterContract = original.QuotaCounterContract
type QuotaCounterValueContract ¶
type QuotaCounterValueContract = original.QuotaCounterValueContract
type ReadCloser ¶
type ReadCloser = original.ReadCloser
type RegionContract ¶
type RegionContract = original.RegionContract
type RegionListResult ¶
type RegionListResult = original.RegionListResult
type RegionsClient ¶
type RegionsClient = original.RegionsClient
func NewRegionsClient ¶
func NewRegionsClient(subscriptionID string) RegionsClient
func NewRegionsClientWithBaseURI ¶
func NewRegionsClientWithBaseURI(baseURI string, subscriptionID string) RegionsClient
type ReportCollection ¶
type ReportCollection = original.ReportCollection
type ReportCollectionIterator ¶
type ReportCollectionIterator = original.ReportCollectionIterator
type ReportCollectionPage ¶
type ReportCollectionPage = original.ReportCollectionPage
type ReportRecordContract ¶
type ReportRecordContract = original.ReportRecordContract
type ReportsAggregation ¶
type ReportsAggregation = original.ReportsAggregation
const ( ByAPI ReportsAggregation = original.ByAPI ByGeo ReportsAggregation = original.ByGeo ByOperation ReportsAggregation = original.ByOperation ByProduct ReportsAggregation = original.ByProduct BySubscription ReportsAggregation = original.BySubscription ByTime ReportsAggregation = original.ByTime ByUser ReportsAggregation = original.ByUser )
type ReportsClient ¶
type ReportsClient = original.ReportsClient
func NewReportsClient ¶
func NewReportsClient(subscriptionID string) ReportsClient
func NewReportsClientWithBaseURI ¶
func NewReportsClientWithBaseURI(baseURI string, subscriptionID string) ReportsClient
type RepresentationContract ¶
type RepresentationContract = original.RepresentationContract
type RequestContract ¶
type RequestContract = original.RequestContract
type ResultContract ¶
type ResultContract = original.ResultContract
type SaveConfigurationParameter ¶
type SaveConfigurationParameter = original.SaveConfigurationParameter
type ServiceBackupRestoreParameters ¶
type ServiceBackupRestoreParameters = original.ServiceBackupRestoreParameters
type ServiceCheckNameAvailabilityParameters ¶
type ServiceCheckNameAvailabilityParameters = original.ServiceCheckNameAvailabilityParameters
type ServiceGetSsoTokenResult ¶
type ServiceGetSsoTokenResult = original.ServiceGetSsoTokenResult
type ServiceListResult ¶
type ServiceListResult = original.ServiceListResult
type ServiceListResultIterator ¶
type ServiceListResultIterator = original.ServiceListResultIterator
type ServiceListResultPage ¶
type ServiceListResultPage = original.ServiceListResultPage
type ServiceManageDeploymentsParameters ¶
type ServiceManageDeploymentsParameters = original.ServiceManageDeploymentsParameters
type ServiceNameAvailabilityResult ¶
type ServiceNameAvailabilityResult = original.ServiceNameAvailabilityResult
type ServiceProperties ¶
type ServiceProperties = original.ServiceProperties
type ServiceResource ¶
type ServiceResource = original.ServiceResource
type ServiceSkuProperties ¶
type ServiceSkuProperties = original.ServiceSkuProperties
type ServiceUpdateHostnameParameters ¶
type ServiceUpdateHostnameParameters = original.ServiceUpdateHostnameParameters
type ServiceUpdateParameters ¶
type ServiceUpdateParameters = original.ServiceUpdateParameters
type ServiceUploadCertificateParameters ¶
type ServiceUploadCertificateParameters = original.ServiceUploadCertificateParameters
type ServicesApplyNetworkConfigurationUpdatesFuture ¶
type ServicesApplyNetworkConfigurationUpdatesFuture = original.ServicesApplyNetworkConfigurationUpdatesFuture
type ServicesBackupFuture ¶
type ServicesBackupFuture = original.ServicesBackupFuture
type ServicesClient ¶
type ServicesClient = original.ServicesClient
func NewServicesClient ¶
func NewServicesClient(subscriptionID string) ServicesClient
func NewServicesClientWithBaseURI ¶
func NewServicesClientWithBaseURI(baseURI string, subscriptionID string) ServicesClient
type ServicesManageDeploymentsFuture ¶
type ServicesManageDeploymentsFuture = original.ServicesManageDeploymentsFuture
type ServicesRestoreFuture ¶
type ServicesRestoreFuture = original.ServicesRestoreFuture
type ServicesUpdateFuture ¶
type ServicesUpdateFuture = original.ServicesUpdateFuture
type ServicesUpdateHostnameFuture ¶
type ServicesUpdateHostnameFuture = original.ServicesUpdateHostnameFuture
type SubscriptionCollection ¶
type SubscriptionCollection = original.SubscriptionCollection
type SubscriptionCollectionIterator ¶
type SubscriptionCollectionIterator = original.SubscriptionCollectionIterator
type SubscriptionCollectionPage ¶
type SubscriptionCollectionPage = original.SubscriptionCollectionPage
type SubscriptionContract ¶
type SubscriptionContract = original.SubscriptionContract
type SubscriptionCreateParameters ¶
type SubscriptionCreateParameters = original.SubscriptionCreateParameters
type SubscriptionKeyParameterNamesContract ¶
type SubscriptionKeyParameterNamesContract = original.SubscriptionKeyParameterNamesContract
type SubscriptionStateContract ¶
type SubscriptionStateContract = original.SubscriptionStateContract
const ( Active SubscriptionStateContract = original.Active Cancelled SubscriptionStateContract = original.Cancelled Expired SubscriptionStateContract = original.Expired Rejected SubscriptionStateContract = original.Rejected Submitted SubscriptionStateContract = original.Submitted Suspended SubscriptionStateContract = original.Suspended )
type SubscriptionUpdateParameters ¶
type SubscriptionUpdateParameters = original.SubscriptionUpdateParameters
type SubscriptionsClient ¶
type SubscriptionsClient = original.SubscriptionsClient
func NewSubscriptionsClient ¶
func NewSubscriptionsClient(subscriptionID string) SubscriptionsClient
func NewSubscriptionsClientWithBaseURI ¶
func NewSubscriptionsClientWithBaseURI(baseURI string, subscriptionID string) SubscriptionsClient
type TenantAccessClient ¶
type TenantAccessClient = original.TenantAccessClient
func NewTenantAccessClient ¶
func NewTenantAccessClient(subscriptionID string) TenantAccessClient
func NewTenantAccessClientWithBaseURI ¶
func NewTenantAccessClientWithBaseURI(baseURI string, subscriptionID string) TenantAccessClient
type TenantAccessGitClient ¶
type TenantAccessGitClient = original.TenantAccessGitClient
func NewTenantAccessGitClient ¶
func NewTenantAccessGitClient(subscriptionID string) TenantAccessGitClient
func NewTenantAccessGitClientWithBaseURI ¶
func NewTenantAccessGitClientWithBaseURI(baseURI string, subscriptionID string) TenantAccessGitClient
type TenantConfigurationClient ¶
type TenantConfigurationClient = original.TenantConfigurationClient
func NewTenantConfigurationClient ¶
func NewTenantConfigurationClient(subscriptionID string) TenantConfigurationClient
func NewTenantConfigurationClientWithBaseURI ¶
func NewTenantConfigurationClientWithBaseURI(baseURI string, subscriptionID string) TenantConfigurationClient
type TenantConfigurationDeployFuture ¶
type TenantConfigurationDeployFuture = original.TenantConfigurationDeployFuture
type TenantConfigurationSaveFuture ¶
type TenantConfigurationSaveFuture = original.TenantConfigurationSaveFuture
type TenantConfigurationSyncStateClient ¶
type TenantConfigurationSyncStateClient = original.TenantConfigurationSyncStateClient
func NewTenantConfigurationSyncStateClient ¶
func NewTenantConfigurationSyncStateClient(subscriptionID string) TenantConfigurationSyncStateClient
func NewTenantConfigurationSyncStateClientWithBaseURI ¶
func NewTenantConfigurationSyncStateClientWithBaseURI(baseURI string, subscriptionID string) TenantConfigurationSyncStateClient
type TenantConfigurationSyncStateContract ¶
type TenantConfigurationSyncStateContract = original.TenantConfigurationSyncStateContract
type TenantConfigurationValidateFuture ¶
type TenantConfigurationValidateFuture = original.TenantConfigurationValidateFuture
type TenantPolicyClient ¶
type TenantPolicyClient = original.TenantPolicyClient
func NewTenantPolicyClient ¶
func NewTenantPolicyClient(subscriptionID string) TenantPolicyClient
func NewTenantPolicyClientWithBaseURI ¶
func NewTenantPolicyClientWithBaseURI(baseURI string, subscriptionID string) TenantPolicyClient
type TokenBodyParameterContract ¶
type TokenBodyParameterContract = original.TokenBodyParameterContract
type UserCollection ¶
type UserCollection = original.UserCollection
type UserCollectionIterator ¶
type UserCollectionIterator = original.UserCollectionIterator
type UserCollectionPage ¶
type UserCollectionPage = original.UserCollectionPage
type UserContract ¶
type UserContract = original.UserContract
type UserCreateParameters ¶
type UserCreateParameters = original.UserCreateParameters
type UserGroupsClient ¶
type UserGroupsClient = original.UserGroupsClient
func NewUserGroupsClient ¶
func NewUserGroupsClient(subscriptionID string) UserGroupsClient
func NewUserGroupsClientWithBaseURI ¶
func NewUserGroupsClientWithBaseURI(baseURI string, subscriptionID string) UserGroupsClient
type UserIdentitiesClient ¶
type UserIdentitiesClient = original.UserIdentitiesClient
func NewUserIdentitiesClient ¶
func NewUserIdentitiesClient(subscriptionID string) UserIdentitiesClient
func NewUserIdentitiesClientWithBaseURI ¶
func NewUserIdentitiesClientWithBaseURI(baseURI string, subscriptionID string) UserIdentitiesClient
type UserIdentityCollection ¶
type UserIdentityCollection = original.UserIdentityCollection
type UserIdentityContract ¶
type UserIdentityContract = original.UserIdentityContract
type UserStateContract ¶
type UserStateContract = original.UserStateContract
const ( UserStateContractActive UserStateContract = original.UserStateContractActive UserStateContractBlocked UserStateContract = original.UserStateContractBlocked )
type UserSubscriptionsClient ¶
type UserSubscriptionsClient = original.UserSubscriptionsClient
func NewUserSubscriptionsClient ¶
func NewUserSubscriptionsClient(subscriptionID string) UserSubscriptionsClient
func NewUserSubscriptionsClientWithBaseURI ¶
func NewUserSubscriptionsClientWithBaseURI(baseURI string, subscriptionID string) UserSubscriptionsClient
type UserTokenParameters ¶
type UserTokenParameters = original.UserTokenParameters
type UserTokenResult ¶
type UserTokenResult = original.UserTokenResult
type UserUpdateParameters ¶
type UserUpdateParameters = original.UserUpdateParameters
type UsersClient ¶
type UsersClient = original.UsersClient
func NewUsersClient ¶
func NewUsersClient(subscriptionID string) UsersClient
func NewUsersClientWithBaseURI ¶
func NewUsersClientWithBaseURI(baseURI string, subscriptionID string) UsersClient
type VirtualNetworkConfiguration ¶
type VirtualNetworkConfiguration = original.VirtualNetworkConfiguration
type VirtualNetworkType ¶
type VirtualNetworkType = original.VirtualNetworkType
const ( VirtualNetworkTypeExternal VirtualNetworkType = original.VirtualNetworkTypeExternal VirtualNetworkTypeInternal VirtualNetworkType = original.VirtualNetworkTypeInternal VirtualNetworkTypeNone VirtualNetworkType = original.VirtualNetworkTypeNone )
Click to show internal directories.
Click to hide internal directories.