Versions in this module Expand all Collapse all v28 v28.1.0 Apr 29, 2019 v28.0.0 Apr 26, 2019 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type APIClient struct + func NewAPIClient(subscriptionID string) APIClient + func NewAPIClientWithBaseURI(baseURI string, subscriptionID string) APIClient + func (client APIClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result APIContract, err error) + func (client APIClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIClient) CreateOrUpdateResponder(resp *http.Response) (result APIContract, err error) + func (client APIClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client APIClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APIClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client APIClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result APIContract, err error) + func (client APIClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APIClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIClient) GetEntityTagSender(req *http.Request) (*http.Response, error) + func (client APIClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIClient) GetResponder(resp *http.Response) (result APIContract, err error) + func (client APIClient) GetSender(req *http.Request) (*http.Response, error) + func (client APIClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, ...) (result APICollectionPage, err error) + func (client APIClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result APICollectionIterator, err error) + func (client APIClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIClient) ListByServiceResponder(resp *http.Response) (result APICollection, err error) + func (client APIClient) ListByServiceSender(req *http.Request) (*http.Response, error) + func (client APIClient) ListByTags(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagResourceCollectionPage, err error) + func (client APIClient) ListByTagsComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagResourceCollectionIterator, err error) + func (client APIClient) ListByTagsPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIClient) ListByTagsResponder(resp *http.Response) (result TagResourceCollection, err error) + func (client APIClient) ListByTagsSender(req *http.Request) (*http.Response, error) + func (client APIClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APIClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIClient) UpdateSender(req *http.Request) (*http.Response, error) + type APICollection struct + NextLink *string + Value *[]APIContract + func (ac APICollection) IsEmpty() bool + type APICollectionIterator struct + func NewAPICollectionIterator(page APICollectionPage) APICollectionIterator + func (iter *APICollectionIterator) Next() error + func (iter *APICollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter APICollectionIterator) NotDone() bool + func (iter APICollectionIterator) Response() APICollection + func (iter APICollectionIterator) Value() APIContract + type APICollectionPage struct + func NewAPICollectionPage(getNextPage func(context.Context, APICollection) (APICollection, error)) APICollectionPage + func (page *APICollectionPage) Next() error + func (page *APICollectionPage) NextWithContext(ctx context.Context) (err error) + func (page APICollectionPage) NotDone() bool + func (page APICollectionPage) Response() APICollection + func (page APICollectionPage) Values() []APIContract + type APIContract struct + ID *string + Name *string + Type *string + func (ac *APIContract) UnmarshalJSON(body []byte) error + func (ac APIContract) MarshalJSON() ([]byte, error) + type APIContractProperties struct + APIRevision *string + APIType APIType + APIVersion *string + APIVersionSet *APIVersionSetContract + APIVersionSetID *string + AuthenticationSettings *AuthenticationSettingsContract + Description *string + DisplayName *string + IsCurrent *bool + IsOnline *bool + Path *string + Protocols *[]Protocol + ServiceURL *string + SubscriptionKeyParameterNames *SubscriptionKeyParameterNamesContract + type APIContractUpdateProperties struct + APIRevision *string + APIType APIType + APIVersion *string + APIVersionSetID *string + AuthenticationSettings *AuthenticationSettingsContract + Description *string + DisplayName *string + IsCurrent *bool + IsOnline *bool + Path *string + Protocols *[]Protocol + ServiceURL *string + SubscriptionKeyParameterNames *SubscriptionKeyParameterNamesContract + type APICreateOrUpdateParameter struct + func (acoup *APICreateOrUpdateParameter) UnmarshalJSON(body []byte) error + func (acoup APICreateOrUpdateParameter) MarshalJSON() ([]byte, error) + type APICreateOrUpdateProperties struct + APIRevision *string + APIType APIType + APIVersion *string + APIVersionSet *APIVersionSetContract + APIVersionSetID *string + AuthenticationSettings *AuthenticationSettingsContract + ContentFormat ContentFormat + ContentValue *string + Description *string + DisplayName *string + IsCurrent *bool + IsOnline *bool + Path *string + Protocols *[]Protocol + ServiceURL *string + SubscriptionKeyParameterNames *SubscriptionKeyParameterNamesContract + WsdlSelector *APICreateOrUpdatePropertiesWsdlSelector + type APICreateOrUpdatePropertiesWsdlSelector struct + WsdlEndpointName *string + WsdlServiceName *string + type APIDiagnosticClient struct + func NewAPIDiagnosticClient(subscriptionID string) APIDiagnosticClient + func NewAPIDiagnosticClientWithBaseURI(baseURI string, subscriptionID string) APIDiagnosticClient + func (client APIDiagnosticClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result DiagnosticContract, err error) + func (client APIDiagnosticClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIDiagnosticClient) CreateOrUpdateResponder(resp *http.Response) (result DiagnosticContract, err error) + func (client APIDiagnosticClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client APIDiagnosticClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APIDiagnosticClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIDiagnosticClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIDiagnosticClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client APIDiagnosticClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result DiagnosticContract, err error) + func (client APIDiagnosticClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIDiagnosticClient) GetResponder(resp *http.Response) (result DiagnosticContract, err error) + func (client APIDiagnosticClient) GetSender(req *http.Request) (*http.Response, error) + func (client APIDiagnosticClient) Head(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APIDiagnosticClient) HeadPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIDiagnosticClient) HeadResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIDiagnosticClient) HeadSender(req *http.Request) (*http.Response, error) + func (client APIDiagnosticClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, ...) (result DiagnosticCollectionPage, err error) + func (client APIDiagnosticClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result DiagnosticCollectionIterator, err error) + func (client APIDiagnosticClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIDiagnosticClient) ListByServiceResponder(resp *http.Response) (result DiagnosticCollection, err error) + func (client APIDiagnosticClient) ListByServiceSender(req *http.Request) (*http.Response, error) + func (client APIDiagnosticClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APIDiagnosticClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIDiagnosticClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIDiagnosticClient) UpdateSender(req *http.Request) (*http.Response, error) + type APIDiagnosticLoggerClient struct + func NewAPIDiagnosticLoggerClient(subscriptionID string) APIDiagnosticLoggerClient + func NewAPIDiagnosticLoggerClientWithBaseURI(baseURI string, subscriptionID string) APIDiagnosticLoggerClient + func (client APIDiagnosticLoggerClient) CheckEntityExists(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APIDiagnosticLoggerClient) CheckEntityExistsPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIDiagnosticLoggerClient) CheckEntityExistsResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIDiagnosticLoggerClient) CheckEntityExistsSender(req *http.Request) (*http.Response, error) + func (client APIDiagnosticLoggerClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result LoggerContract, err error) + func (client APIDiagnosticLoggerClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIDiagnosticLoggerClient) CreateOrUpdateResponder(resp *http.Response) (result LoggerContract, err error) + func (client APIDiagnosticLoggerClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client APIDiagnosticLoggerClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APIDiagnosticLoggerClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIDiagnosticLoggerClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIDiagnosticLoggerClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client APIDiagnosticLoggerClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, ...) (result LoggerCollectionPage, err error) + func (client APIDiagnosticLoggerClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result LoggerCollectionIterator, err error) + func (client APIDiagnosticLoggerClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIDiagnosticLoggerClient) ListByServiceResponder(resp *http.Response) (result LoggerCollection, err error) + func (client APIDiagnosticLoggerClient) ListByServiceSender(req *http.Request) (*http.Response, error) + type APIEntityBaseContract struct + APIRevision *string + APIType APIType + APIVersion *string + APIVersionSetID *string + AuthenticationSettings *AuthenticationSettingsContract + Description *string + IsCurrent *bool + IsOnline *bool + SubscriptionKeyParameterNames *SubscriptionKeyParameterNamesContract + type APIExportClient struct + func NewAPIExportClient(subscriptionID string) APIExportClient + func NewAPIExportClientWithBaseURI(baseURI string, subscriptionID string) APIExportClient + func (client APIExportClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result APIExportResult, err error) + func (client APIExportClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIExportClient) GetResponder(resp *http.Response) (result APIExportResult, err error) + func (client APIExportClient) GetSender(req *http.Request) (*http.Response, error) + type APIExportResult struct + Link *string + type APIIssuAttachmentClient struct + func NewAPIIssuAttachmentClient(subscriptionID string) APIIssuAttachmentClient + func NewAPIIssuAttachmentClientWithBaseURI(baseURI string, subscriptionID string) APIIssuAttachmentClient + func (client APIIssuAttachmentClient) Head(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APIIssuAttachmentClient) HeadPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIIssuAttachmentClient) HeadResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIIssuAttachmentClient) HeadSender(req *http.Request) (*http.Response, error) + type APIIssuCommentClient struct + func NewAPIIssuCommentClient(subscriptionID string) APIIssuCommentClient + func NewAPIIssuCommentClientWithBaseURI(baseURI string, subscriptionID string) APIIssuCommentClient + func (client APIIssuCommentClient) Head(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APIIssuCommentClient) HeadPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIIssuCommentClient) HeadResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIIssuCommentClient) HeadSender(req *http.Request) (*http.Response, error) + type APIIssueAttachmentClient struct + func NewAPIIssueAttachmentClient(subscriptionID string) APIIssueAttachmentClient + func NewAPIIssueAttachmentClientWithBaseURI(baseURI string, subscriptionID string) APIIssueAttachmentClient + func (client APIIssueAttachmentClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result IssueAttachmentContract, err error) + func (client APIIssueAttachmentClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIIssueAttachmentClient) CreateOrUpdateResponder(resp *http.Response) (result IssueAttachmentContract, err error) + func (client APIIssueAttachmentClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client APIIssueAttachmentClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APIIssueAttachmentClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIIssueAttachmentClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIIssueAttachmentClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client APIIssueAttachmentClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result IssueAttachmentContract, err error) + func (client APIIssueAttachmentClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIIssueAttachmentClient) GetResponder(resp *http.Response) (result IssueAttachmentContract, err error) + func (client APIIssueAttachmentClient) GetSender(req *http.Request) (*http.Response, error) + type APIIssueAttachmentsClient struct + func NewAPIIssueAttachmentsClient(subscriptionID string) APIIssueAttachmentsClient + func NewAPIIssueAttachmentsClientWithBaseURI(baseURI string, subscriptionID string) APIIssueAttachmentsClient + func (client APIIssueAttachmentsClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, ...) (result IssueAttachmentCollectionPage, err error) + func (client APIIssueAttachmentsClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result IssueAttachmentCollectionIterator, err error) + func (client APIIssueAttachmentsClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIIssueAttachmentsClient) ListByServiceResponder(resp *http.Response) (result IssueAttachmentCollection, err error) + func (client APIIssueAttachmentsClient) ListByServiceSender(req *http.Request) (*http.Response, error) + type APIIssueClient struct + func NewAPIIssueClient(subscriptionID string) APIIssueClient + func NewAPIIssueClientWithBaseURI(baseURI string, subscriptionID string) APIIssueClient + func (client APIIssueClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result IssueContract, err error) + func (client APIIssueClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIIssueClient) CreateOrUpdateResponder(resp *http.Response) (result IssueContract, err error) + func (client APIIssueClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client APIIssueClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APIIssueClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIIssueClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIIssueClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client APIIssueClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result IssueContract, err error) + func (client APIIssueClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIIssueClient) GetResponder(resp *http.Response) (result IssueContract, err error) + func (client APIIssueClient) GetSender(req *http.Request) (*http.Response, error) + func (client APIIssueClient) Head(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APIIssueClient) HeadPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIIssueClient) HeadResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIIssueClient) HeadSender(req *http.Request) (*http.Response, error) + type APIIssueCommentClient struct + func NewAPIIssueCommentClient(subscriptionID string) APIIssueCommentClient + func NewAPIIssueCommentClientWithBaseURI(baseURI string, subscriptionID string) APIIssueCommentClient + func (client APIIssueCommentClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result IssueCommentContract, err error) + func (client APIIssueCommentClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIIssueCommentClient) CreateOrUpdateResponder(resp *http.Response) (result IssueCommentContract, err error) + func (client APIIssueCommentClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client APIIssueCommentClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APIIssueCommentClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIIssueCommentClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIIssueCommentClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client APIIssueCommentClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result IssueCommentContract, err error) + func (client APIIssueCommentClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIIssueCommentClient) GetResponder(resp *http.Response) (result IssueCommentContract, err error) + func (client APIIssueCommentClient) GetSender(req *http.Request) (*http.Response, error) + type APIIssueCommentsClient struct + func NewAPIIssueCommentsClient(subscriptionID string) APIIssueCommentsClient + func NewAPIIssueCommentsClientWithBaseURI(baseURI string, subscriptionID string) APIIssueCommentsClient + func (client APIIssueCommentsClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, ...) (result IssueCommentCollectionPage, err error) + func (client APIIssueCommentsClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result IssueCommentCollectionIterator, err error) + func (client APIIssueCommentsClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIIssueCommentsClient) ListByServiceResponder(resp *http.Response) (result IssueCommentCollection, err error) + func (client APIIssueCommentsClient) ListByServiceSender(req *http.Request) (*http.Response, error) + type APIIssuesClient struct + func NewAPIIssuesClient(subscriptionID string) APIIssuesClient + func NewAPIIssuesClientWithBaseURI(baseURI string, subscriptionID string) APIIssuesClient + func (client APIIssuesClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, ...) (result IssueCollectionPage, err error) + func (client APIIssuesClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result IssueCollectionIterator, err error) + func (client APIIssuesClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIIssuesClient) ListByServiceResponder(resp *http.Response) (result IssueCollection, err error) + func (client APIIssuesClient) ListByServiceSender(req *http.Request) (*http.Response, error) + type APIOperationClient struct + func NewAPIOperationClient(subscriptionID string) APIOperationClient + func NewAPIOperationClientWithBaseURI(baseURI string, subscriptionID string) APIOperationClient + func (client APIOperationClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result OperationContract, err error) + func (client APIOperationClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIOperationClient) CreateOrUpdateResponder(resp *http.Response) (result OperationContract, err error) + func (client APIOperationClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client APIOperationClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APIOperationClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIOperationClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIOperationClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client APIOperationClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result OperationContract, err error) + func (client APIOperationClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APIOperationClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIOperationClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIOperationClient) GetEntityTagSender(req *http.Request) (*http.Response, error) + func (client APIOperationClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIOperationClient) GetResponder(resp *http.Response) (result OperationContract, err error) + func (client APIOperationClient) GetSender(req *http.Request) (*http.Response, error) + func (client APIOperationClient) ListByAPI(ctx context.Context, resourceGroupName string, serviceName string, ...) (result OperationCollectionPage, err error) + func (client APIOperationClient) ListByAPIComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result OperationCollectionIterator, err error) + func (client APIOperationClient) ListByAPIPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIOperationClient) ListByAPIResponder(resp *http.Response) (result OperationCollection, err error) + func (client APIOperationClient) ListByAPISender(req *http.Request) (*http.Response, error) + func (client APIOperationClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APIOperationClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIOperationClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIOperationClient) UpdateSender(req *http.Request) (*http.Response, error) + type APIOperationPolicyClient struct + func NewAPIOperationPolicyClient(subscriptionID string) APIOperationPolicyClient + func NewAPIOperationPolicyClientWithBaseURI(baseURI string, subscriptionID string) APIOperationPolicyClient + func (client APIOperationPolicyClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result PolicyContract, err error) + func (client APIOperationPolicyClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIOperationPolicyClient) CreateOrUpdateResponder(resp *http.Response) (result PolicyContract, err error) + func (client APIOperationPolicyClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client APIOperationPolicyClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APIOperationPolicyClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIOperationPolicyClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIOperationPolicyClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client APIOperationPolicyClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result PolicyContract, err error) + func (client APIOperationPolicyClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APIOperationPolicyClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIOperationPolicyClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIOperationPolicyClient) GetEntityTagSender(req *http.Request) (*http.Response, error) + func (client APIOperationPolicyClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIOperationPolicyClient) GetResponder(resp *http.Response) (result PolicyContract, err error) + func (client APIOperationPolicyClient) GetSender(req *http.Request) (*http.Response, error) + func (client APIOperationPolicyClient) ListByOperation(ctx context.Context, resourceGroupName string, serviceName string, ...) (result PolicyCollection, err error) + func (client APIOperationPolicyClient) ListByOperationPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIOperationPolicyClient) ListByOperationResponder(resp *http.Response) (result PolicyCollection, err error) + func (client APIOperationPolicyClient) ListByOperationSender(req *http.Request) (*http.Response, error) + type APIPolicyClient struct + func NewAPIPolicyClient(subscriptionID string) APIPolicyClient + func NewAPIPolicyClientWithBaseURI(baseURI string, subscriptionID string) APIPolicyClient + func (client APIPolicyClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result PolicyContract, err error) + func (client APIPolicyClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIPolicyClient) CreateOrUpdateResponder(resp *http.Response) (result PolicyContract, err error) + func (client APIPolicyClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client APIPolicyClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APIPolicyClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIPolicyClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIPolicyClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client APIPolicyClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result PolicyContract, err error) + func (client APIPolicyClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APIPolicyClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIPolicyClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIPolicyClient) GetEntityTagSender(req *http.Request) (*http.Response, error) + func (client APIPolicyClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIPolicyClient) GetResponder(resp *http.Response) (result PolicyContract, err error) + func (client APIPolicyClient) GetSender(req *http.Request) (*http.Response, error) + func (client APIPolicyClient) ListByAPI(ctx context.Context, resourceGroupName string, serviceName string, ...) (result PolicyCollection, err error) + func (client APIPolicyClient) ListByAPIPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIPolicyClient) ListByAPIResponder(resp *http.Response) (result PolicyCollection, err error) + func (client APIPolicyClient) ListByAPISender(req *http.Request) (*http.Response, error) + type APIProductClient struct + func NewAPIProductClient(subscriptionID string) APIProductClient + func NewAPIProductClientWithBaseURI(baseURI string, subscriptionID string) APIProductClient + func (client APIProductClient) ListByApis(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ProductCollectionPage, err error) + func (client APIProductClient) ListByApisComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ProductCollectionIterator, err error) + func (client APIProductClient) ListByApisPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIProductClient) ListByApisResponder(resp *http.Response) (result ProductCollection, err error) + func (client APIProductClient) ListByApisSender(req *http.Request) (*http.Response, error) + type APIReleaseClient struct + func NewAPIReleaseClient(subscriptionID string) APIReleaseClient + func NewAPIReleaseClientWithBaseURI(baseURI string, subscriptionID string) APIReleaseClient + func (client APIReleaseClient) Create(ctx context.Context, parameters APIReleaseContract, resourceGroupName string, ...) (result APIReleaseContract, err error) + func (client APIReleaseClient) CreatePreparer(ctx context.Context, parameters APIReleaseContract, resourceGroupName string, ...) (*http.Request, error) + func (client APIReleaseClient) CreateResponder(resp *http.Response) (result APIReleaseContract, err error) + func (client APIReleaseClient) CreateSender(req *http.Request) (*http.Response, error) + func (client APIReleaseClient) Delete(ctx context.Context, ifMatch string, resourceGroupName string, ...) (result autorest.Response, err error) + func (client APIReleaseClient) DeletePreparer(ctx context.Context, ifMatch string, resourceGroupName string, ...) (*http.Request, error) + func (client APIReleaseClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIReleaseClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client APIReleaseClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result APIReleaseContract, err error) + func (client APIReleaseClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIReleaseClient) GetResponder(resp *http.Response) (result APIReleaseContract, err error) + func (client APIReleaseClient) GetSender(req *http.Request) (*http.Response, error) + func (client APIReleaseClient) List(ctx context.Context, resourceGroupName string, serviceName string, ...) (result APIReleaseCollectionPage, err error) + func (client APIReleaseClient) ListComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result APIReleaseCollectionIterator, err error) + func (client APIReleaseClient) ListPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIReleaseClient) ListResponder(resp *http.Response) (result APIReleaseCollection, err error) + func (client APIReleaseClient) ListSender(req *http.Request) (*http.Response, error) + func (client APIReleaseClient) Update(ctx context.Context, parameters APIReleaseContract, ifMatch string, ...) (result autorest.Response, err error) + func (client APIReleaseClient) UpdatePreparer(ctx context.Context, parameters APIReleaseContract, ifMatch string, ...) (*http.Request, error) + func (client APIReleaseClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIReleaseClient) UpdateSender(req *http.Request) (*http.Response, error) + type APIReleaseCollection struct + NextLink *string + Value *[]APIReleaseContract + func (arc APIReleaseCollection) IsEmpty() bool + type APIReleaseCollectionIterator struct + func NewAPIReleaseCollectionIterator(page APIReleaseCollectionPage) APIReleaseCollectionIterator + func (iter *APIReleaseCollectionIterator) Next() error + func (iter *APIReleaseCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter APIReleaseCollectionIterator) NotDone() bool + func (iter APIReleaseCollectionIterator) Response() APIReleaseCollection + func (iter APIReleaseCollectionIterator) Value() APIReleaseContract + type APIReleaseCollectionPage struct + func NewAPIReleaseCollectionPage(...) APIReleaseCollectionPage + func (page *APIReleaseCollectionPage) Next() error + func (page *APIReleaseCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page APIReleaseCollectionPage) NotDone() bool + func (page APIReleaseCollectionPage) Response() APIReleaseCollection + func (page APIReleaseCollectionPage) Values() []APIReleaseContract + type APIReleaseContract struct + ID *string + Name *string + Type *string + func (arc *APIReleaseContract) UnmarshalJSON(body []byte) error + func (arc APIReleaseContract) MarshalJSON() ([]byte, error) + type APIReleaseContractProperties struct + APIID *string + CreatedDateTime *date.Time + Notes *string + UpdatedDateTime *date.Time + type APIRevisionCollection struct + NextLink *string + Value *[]APIRevisionContract + func (arc APIRevisionCollection) IsEmpty() bool + type APIRevisionCollectionIterator struct + func NewAPIRevisionCollectionIterator(page APIRevisionCollectionPage) APIRevisionCollectionIterator + func (iter *APIRevisionCollectionIterator) Next() error + func (iter *APIRevisionCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter APIRevisionCollectionIterator) NotDone() bool + func (iter APIRevisionCollectionIterator) Response() APIRevisionCollection + func (iter APIRevisionCollectionIterator) Value() APIRevisionContract + type APIRevisionCollectionPage struct + func NewAPIRevisionCollectionPage(...) APIRevisionCollectionPage + func (page *APIRevisionCollectionPage) Next() error + func (page *APIRevisionCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page APIRevisionCollectionPage) NotDone() bool + func (page APIRevisionCollectionPage) Response() APIRevisionCollection + func (page APIRevisionCollectionPage) Values() []APIRevisionContract + type APIRevisionContract struct + ID *string + Name *string + Type *string + func (arc *APIRevisionContract) UnmarshalJSON(body []byte) error + func (arc APIRevisionContract) MarshalJSON() ([]byte, error) + type APIRevisionContractProperties struct + APIID *string + APIRevision *string + CreatedDateTime *date.Time + Description *string + IsCurrent *bool + IsOnline *bool + PrivateURL *string + UpdatedDateTime *date.Time + type APIRevisionInfoContract struct + APIRevisionDescription *string + APIVersionName *string + APIVersionSet *APIVersionSetContractProperties + SourceAPIID *string + type APIRevisionsClient struct + func NewAPIRevisionsClient(subscriptionID string) APIRevisionsClient + func NewAPIRevisionsClientWithBaseURI(baseURI string, subscriptionID string) APIRevisionsClient + func (client APIRevisionsClient) List(ctx context.Context, resourceGroupName string, serviceName string, ...) (result APIRevisionCollectionPage, err error) + func (client APIRevisionsClient) ListComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result APIRevisionCollectionIterator, err error) + func (client APIRevisionsClient) ListPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIRevisionsClient) ListResponder(resp *http.Response) (result APIRevisionCollection, err error) + func (client APIRevisionsClient) ListSender(req *http.Request) (*http.Response, error) + type APISchemaClient struct + func NewAPISchemaClient(subscriptionID string) APISchemaClient + func NewAPISchemaClientWithBaseURI(baseURI string, subscriptionID string) APISchemaClient + func (client APISchemaClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result SchemaContract, err error) + func (client APISchemaClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APISchemaClient) CreateOrUpdateResponder(resp *http.Response) (result SchemaContract, err error) + func (client APISchemaClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client APISchemaClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APISchemaClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APISchemaClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client APISchemaClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client APISchemaClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result SchemaContract, err error) + func (client APISchemaClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APISchemaClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APISchemaClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error) + func (client APISchemaClient) GetEntityTagSender(req *http.Request) (*http.Response, error) + func (client APISchemaClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APISchemaClient) GetResponder(resp *http.Response) (result SchemaContract, err error) + func (client APISchemaClient) GetSender(req *http.Request) (*http.Response, error) + func (client APISchemaClient) ListByAPI(ctx context.Context, resourceGroupName string, serviceName string, ...) (result SchemaCollectionPage, err error) + func (client APISchemaClient) ListByAPIComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result SchemaCollectionIterator, err error) + func (client APISchemaClient) ListByAPIPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APISchemaClient) ListByAPIResponder(resp *http.Response) (result SchemaCollection, err error) + func (client APISchemaClient) ListByAPISender(req *http.Request) (*http.Response, error) + type APIType string + const HTTP + const Soap + func PossibleAPITypeValues() []APIType + type APIUpdateContract struct + func (auc *APIUpdateContract) UnmarshalJSON(body []byte) error + func (auc APIUpdateContract) MarshalJSON() ([]byte, error) + type APIVersionSetClient struct + func NewAPIVersionSetClient(subscriptionID string) APIVersionSetClient + func NewAPIVersionSetClientWithBaseURI(baseURI string, subscriptionID string) APIVersionSetClient + func (client APIVersionSetClient) CreateOrUpdate(ctx context.Context, parameters APIVersionSetContract, ...) (result APIVersionSetContract, err error) + func (client APIVersionSetClient) CreateOrUpdatePreparer(ctx context.Context, parameters APIVersionSetContract, ...) (*http.Request, error) + func (client APIVersionSetClient) CreateOrUpdateResponder(resp *http.Response) (result APIVersionSetContract, err error) + func (client APIVersionSetClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client APIVersionSetClient) Delete(ctx context.Context, ifMatch string, resourceGroupName string, ...) (result autorest.Response, err error) + func (client APIVersionSetClient) DeletePreparer(ctx context.Context, ifMatch string, resourceGroupName string, ...) (*http.Request, error) + func (client APIVersionSetClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIVersionSetClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client APIVersionSetClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result APIVersionSetContract, err error) + func (client APIVersionSetClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client APIVersionSetClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIVersionSetClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIVersionSetClient) GetEntityTagSender(req *http.Request) (*http.Response, error) + func (client APIVersionSetClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIVersionSetClient) GetResponder(resp *http.Response) (result APIVersionSetContract, err error) + func (client APIVersionSetClient) GetSender(req *http.Request) (*http.Response, error) + func (client APIVersionSetClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, ...) (result APIVersionSetCollectionPage, err error) + func (client APIVersionSetClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result APIVersionSetCollectionIterator, err error) + func (client APIVersionSetClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client APIVersionSetClient) ListByServiceResponder(resp *http.Response) (result APIVersionSetCollection, err error) + func (client APIVersionSetClient) ListByServiceSender(req *http.Request) (*http.Response, error) + func (client APIVersionSetClient) Update(ctx context.Context, parameters APIVersionSetUpdateParameters, ifMatch string, ...) (result autorest.Response, err error) + func (client APIVersionSetClient) UpdatePreparer(ctx context.Context, parameters APIVersionSetUpdateParameters, ifMatch string, ...) (*http.Request, error) + func (client APIVersionSetClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client APIVersionSetClient) UpdateSender(req *http.Request) (*http.Response, error) + type APIVersionSetCollection struct + NextLink *string + Value *[]APIVersionSetContract + func (avsc APIVersionSetCollection) IsEmpty() bool + type APIVersionSetCollectionIterator struct + func NewAPIVersionSetCollectionIterator(page APIVersionSetCollectionPage) APIVersionSetCollectionIterator + func (iter *APIVersionSetCollectionIterator) Next() error + func (iter *APIVersionSetCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter APIVersionSetCollectionIterator) NotDone() bool + func (iter APIVersionSetCollectionIterator) Response() APIVersionSetCollection + func (iter APIVersionSetCollectionIterator) Value() APIVersionSetContract + type APIVersionSetCollectionPage struct + func NewAPIVersionSetCollectionPage(...) APIVersionSetCollectionPage + func (page *APIVersionSetCollectionPage) Next() error + func (page *APIVersionSetCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page APIVersionSetCollectionPage) NotDone() bool + func (page APIVersionSetCollectionPage) Response() APIVersionSetCollection + func (page APIVersionSetCollectionPage) Values() []APIVersionSetContract + type APIVersionSetContract struct + ID *string + Name *string + Type *string + func (avsc *APIVersionSetContract) UnmarshalJSON(body []byte) error + func (avsc APIVersionSetContract) MarshalJSON() ([]byte, error) + type APIVersionSetContractProperties struct + Description *string + DisplayName *string + VersionHeaderName *string + VersionQueryName *string + VersioningScheme VersioningScheme + type APIVersionSetEntityBase struct + Description *string + VersionHeaderName *string + VersionQueryName *string + type APIVersionSetUpdateParameters struct + func (avsup *APIVersionSetUpdateParameters) UnmarshalJSON(body []byte) error + func (avsup APIVersionSetUpdateParameters) MarshalJSON() ([]byte, error) + type APIVersionSetUpdateParametersProperties struct + Description *string + DisplayName *string + VersionHeaderName *string + VersionQueryName *string + VersioningScheme VersioningScheme + type AccessInformationContract struct + Enabled *bool + ID *string + PrimaryKey *string + SecondaryKey *string + type AccessInformationUpdateParameters struct + Enabled *bool + type AdditionalLocation struct + GatewayRegionalURL *string + Location *string + Sku *ServiceSkuProperties + StaticIps *[]string + VirtualNetworkConfiguration *VirtualNetworkConfiguration + type ApimResource struct + ID *string + Name *string + Tags map[string]*string + Type *string + func (ar ApimResource) MarshalJSON() ([]byte, error) + type AsyncOperationStatus string + const Failed + const InProgress + const Started + const Succeeded + func PossibleAsyncOperationStatusValues() []AsyncOperationStatus + type AuthenticationSettingsContract struct + OAuth2 *OAuth2AuthenticationSettingsContract + type AuthorizationMethod string + const DELETE + const GET + const HEAD + const OPTIONS + const PATCH + const POST + const PUT + const TRACE + func PossibleAuthorizationMethodValues() []AuthorizationMethod + type AuthorizationServerClient struct + func NewAuthorizationServerClient(subscriptionID string) AuthorizationServerClient + func NewAuthorizationServerClientWithBaseURI(baseURI string, subscriptionID string) AuthorizationServerClient + func (client AuthorizationServerClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result AuthorizationServerContract, err error) + func (client AuthorizationServerClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client AuthorizationServerClient) CreateOrUpdateResponder(resp *http.Response) (result AuthorizationServerContract, err error) + func (client AuthorizationServerClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client AuthorizationServerClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client AuthorizationServerClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client AuthorizationServerClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client AuthorizationServerClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client AuthorizationServerClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result AuthorizationServerContract, err error) + func (client AuthorizationServerClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client AuthorizationServerClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client AuthorizationServerClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error) + func (client AuthorizationServerClient) GetEntityTagSender(req *http.Request) (*http.Response, error) + func (client AuthorizationServerClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client AuthorizationServerClient) GetResponder(resp *http.Response) (result AuthorizationServerContract, err error) + func (client AuthorizationServerClient) GetSender(req *http.Request) (*http.Response, error) + func (client AuthorizationServerClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, ...) (result AuthorizationServerCollectionPage, err error) + func (client AuthorizationServerClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result AuthorizationServerCollectionIterator, err error) + func (client AuthorizationServerClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client AuthorizationServerClient) ListByServiceResponder(resp *http.Response) (result AuthorizationServerCollection, err error) + func (client AuthorizationServerClient) ListByServiceSender(req *http.Request) (*http.Response, error) + func (client AuthorizationServerClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client AuthorizationServerClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client AuthorizationServerClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client AuthorizationServerClient) UpdateSender(req *http.Request) (*http.Response, error) + type AuthorizationServerCollection struct + Count *int64 + NextLink *string + Value *[]AuthorizationServerContract + func (asc AuthorizationServerCollection) IsEmpty() bool + type AuthorizationServerCollectionIterator struct + func NewAuthorizationServerCollectionIterator(page AuthorizationServerCollectionPage) AuthorizationServerCollectionIterator + func (iter *AuthorizationServerCollectionIterator) Next() error + func (iter *AuthorizationServerCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter AuthorizationServerCollectionIterator) NotDone() bool + func (iter AuthorizationServerCollectionIterator) Response() AuthorizationServerCollection + func (iter AuthorizationServerCollectionIterator) Value() AuthorizationServerContract + type AuthorizationServerCollectionPage struct + func NewAuthorizationServerCollectionPage(...) AuthorizationServerCollectionPage + func (page *AuthorizationServerCollectionPage) Next() error + func (page *AuthorizationServerCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page AuthorizationServerCollectionPage) NotDone() bool + func (page AuthorizationServerCollectionPage) Response() AuthorizationServerCollection + func (page AuthorizationServerCollectionPage) Values() []AuthorizationServerContract + type AuthorizationServerContract struct + ID *string + Name *string + Type *string + func (asc *AuthorizationServerContract) UnmarshalJSON(body []byte) error + func (asc AuthorizationServerContract) MarshalJSON() ([]byte, error) + type AuthorizationServerContractBaseProperties struct + AuthorizationMethods *[]AuthorizationMethod + BearerTokenSendingMethods *[]BearerTokenSendingMethod + ClientAuthenticationMethod *[]ClientAuthenticationMethod + ClientSecret *string + DefaultScope *string + Description *string + ResourceOwnerPassword *string + ResourceOwnerUsername *string + SupportState *bool + TokenBodyParameters *[]TokenBodyParameterContract + TokenEndpoint *string + type AuthorizationServerContractProperties struct + AuthorizationEndpoint *string + AuthorizationMethods *[]AuthorizationMethod + BearerTokenSendingMethods *[]BearerTokenSendingMethod + ClientAuthenticationMethod *[]ClientAuthenticationMethod + ClientID *string + ClientRegistrationEndpoint *string + ClientSecret *string + DefaultScope *string + Description *string + DisplayName *string + GrantTypes *[]GrantType + ResourceOwnerPassword *string + ResourceOwnerUsername *string + SupportState *bool + TokenBodyParameters *[]TokenBodyParameterContract + TokenEndpoint *string + type AuthorizationServerUpdateContract struct + ID *string + Name *string + Type *string + func (asuc *AuthorizationServerUpdateContract) UnmarshalJSON(body []byte) error + func (asuc AuthorizationServerUpdateContract) MarshalJSON() ([]byte, error) + type AuthorizationServerUpdateContractProperties struct + AuthorizationEndpoint *string + AuthorizationMethods *[]AuthorizationMethod + BearerTokenSendingMethods *[]BearerTokenSendingMethod + ClientAuthenticationMethod *[]ClientAuthenticationMethod + ClientID *string + ClientRegistrationEndpoint *string + ClientSecret *string + DefaultScope *string + Description *string + DisplayName *string + GrantTypes *[]GrantType + ResourceOwnerPassword *string + ResourceOwnerUsername *string + SupportState *bool + TokenBodyParameters *[]TokenBodyParameterContract + TokenEndpoint *string + type BackendAuthorizationHeaderCredentials struct + Parameter *string + Scheme *string + type BackendBaseParameters struct + Credentials *BackendCredentialsContract + Description *string + Properties *BackendProperties + Proxy *BackendProxyContract + ResourceID *string + TLS *BackendTLSProperties + Title *string + type BackendClient struct + func NewBackendClient(subscriptionID string) BackendClient + func NewBackendClientWithBaseURI(baseURI string, subscriptionID string) BackendClient + func (client BackendClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result BackendContract, err error) + func (client BackendClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client BackendClient) CreateOrUpdateResponder(resp *http.Response) (result BackendContract, err error) + func (client BackendClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client BackendClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client BackendClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client BackendClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client BackendClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client BackendClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result BackendContract, err error) + func (client BackendClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client BackendClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client BackendClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error) + func (client BackendClient) GetEntityTagSender(req *http.Request) (*http.Response, error) + func (client BackendClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client BackendClient) GetResponder(resp *http.Response) (result BackendContract, err error) + func (client BackendClient) GetSender(req *http.Request) (*http.Response, error) + func (client BackendClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, ...) (result BackendCollectionPage, err error) + func (client BackendClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result BackendCollectionIterator, err error) + func (client BackendClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client BackendClient) ListByServiceResponder(resp *http.Response) (result BackendCollection, err error) + func (client BackendClient) ListByServiceSender(req *http.Request) (*http.Response, error) + func (client BackendClient) Reconnect(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client BackendClient) ReconnectPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client BackendClient) ReconnectResponder(resp *http.Response) (result autorest.Response, err error) + func (client BackendClient) ReconnectSender(req *http.Request) (*http.Response, error) + func (client BackendClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client BackendClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client BackendClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client BackendClient) UpdateSender(req *http.Request) (*http.Response, error) + type BackendCollection struct + NextLink *string + Value *[]BackendContract + func (bc BackendCollection) IsEmpty() bool + type BackendCollectionIterator struct + func NewBackendCollectionIterator(page BackendCollectionPage) BackendCollectionIterator + func (iter *BackendCollectionIterator) Next() error + func (iter *BackendCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter BackendCollectionIterator) NotDone() bool + func (iter BackendCollectionIterator) Response() BackendCollection + func (iter BackendCollectionIterator) Value() BackendContract + type BackendCollectionPage struct + func NewBackendCollectionPage(...) BackendCollectionPage + func (page *BackendCollectionPage) Next() error + func (page *BackendCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page BackendCollectionPage) NotDone() bool + func (page BackendCollectionPage) Response() BackendCollection + func (page BackendCollectionPage) Values() []BackendContract + type BackendContract struct + ID *string + Name *string + Type *string + func (bc *BackendContract) UnmarshalJSON(body []byte) error + func (bc BackendContract) MarshalJSON() ([]byte, error) + type BackendContractProperties struct + Credentials *BackendCredentialsContract + Description *string + Properties *BackendProperties + Protocol BackendProtocol + Proxy *BackendProxyContract + ResourceID *string + TLS *BackendTLSProperties + Title *string + URL *string + type BackendCredentialsContract struct + Authorization *BackendAuthorizationHeaderCredentials + Certificate *[]string + Header map[string][]string + Query map[string][]string + func (bcc BackendCredentialsContract) MarshalJSON() ([]byte, error) + type BackendProperties struct + ServiceFabricCluster *BackendServiceFabricClusterProperties + type BackendProtocol string + const BackendProtocolHTTP + const BackendProtocolSoap + func PossibleBackendProtocolValues() []BackendProtocol + type BackendProxyContract struct + Password *string + URL *string + Username *string + type BackendReconnectContract struct + ID *string + Name *string + Type *string + func (brc *BackendReconnectContract) UnmarshalJSON(body []byte) error + func (brc BackendReconnectContract) MarshalJSON() ([]byte, error) + type BackendReconnectProperties struct + After *string + type BackendServiceFabricClusterProperties struct + ClientCertificatethumbprint *string + ManagementEndpoints *[]string + MaxPartitionResolutionRetries *int32 + ServerCertificateThumbprints *[]string + ServerX509Names *[]X509CertificateName + type BackendTLSProperties struct + ValidateCertificateChain *bool + ValidateCertificateName *bool + type BackendUpdateParameterProperties struct + Credentials *BackendCredentialsContract + Description *string + Properties *BackendProperties + Protocol BackendProtocol + Proxy *BackendProxyContract + ResourceID *string + TLS *BackendTLSProperties + Title *string + URL *string + type BackendUpdateParameters struct + func (bup *BackendUpdateParameters) UnmarshalJSON(body []byte) error + func (bup BackendUpdateParameters) MarshalJSON() ([]byte, error) + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type BearerTokenSendingMethod string + const AuthorizationHeader + const Query + func PossibleBearerTokenSendingMethodValues() []BearerTokenSendingMethod + type CertificateClient struct + func NewCertificateClient(subscriptionID string) CertificateClient + func NewCertificateClientWithBaseURI(baseURI string, subscriptionID string) CertificateClient + func (client CertificateClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result CertificateContract, err error) + func (client CertificateClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client CertificateClient) CreateOrUpdateResponder(resp *http.Response) (result CertificateContract, err error) + func (client CertificateClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client CertificateClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client CertificateClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client CertificateClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client CertificateClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client CertificateClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result CertificateContract, err error) + func (client CertificateClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client CertificateClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client CertificateClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error) + func (client CertificateClient) GetEntityTagSender(req *http.Request) (*http.Response, error) + func (client CertificateClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client CertificateClient) GetResponder(resp *http.Response) (result CertificateContract, err error) + func (client CertificateClient) GetSender(req *http.Request) (*http.Response, error) + func (client CertificateClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, ...) (result CertificateCollectionPage, err error) + func (client CertificateClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result CertificateCollectionIterator, err error) + func (client CertificateClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client CertificateClient) ListByServiceResponder(resp *http.Response) (result CertificateCollection, err error) + func (client CertificateClient) ListByServiceSender(req *http.Request) (*http.Response, error) + type CertificateCollection struct + NextLink *string + Value *[]CertificateContract + func (cc CertificateCollection) IsEmpty() bool + type CertificateCollectionIterator struct + func NewCertificateCollectionIterator(page CertificateCollectionPage) CertificateCollectionIterator + func (iter *CertificateCollectionIterator) Next() error + func (iter *CertificateCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter CertificateCollectionIterator) NotDone() bool + func (iter CertificateCollectionIterator) Response() CertificateCollection + func (iter CertificateCollectionIterator) Value() CertificateContract + type CertificateCollectionPage struct + func NewCertificateCollectionPage(...) CertificateCollectionPage + func (page *CertificateCollectionPage) Next() error + func (page *CertificateCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page CertificateCollectionPage) NotDone() bool + func (page CertificateCollectionPage) Response() CertificateCollection + func (page CertificateCollectionPage) Values() []CertificateContract + type CertificateConfiguration struct + Certificate *CertificateInformation + CertificatePassword *string + EncodedCertificate *string + StoreName StoreName + type CertificateContract struct + ID *string + Name *string + Type *string + func (cc *CertificateContract) UnmarshalJSON(body []byte) error + func (cc CertificateContract) MarshalJSON() ([]byte, error) + type CertificateContractProperties struct + ExpirationDate *date.Time + Subject *string + Thumbprint *string + type CertificateCreateOrUpdateParameters struct + func (ccoup *CertificateCreateOrUpdateParameters) UnmarshalJSON(body []byte) error + func (ccoup CertificateCreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type CertificateCreateOrUpdateProperties struct + Data *string + Password *string + type CertificateInformation struct + Expiry *date.Time + Subject *string + Thumbprint *string + type ClientAuthenticationMethod string + const Basic + const Body + func PossibleClientAuthenticationMethodValues() []ClientAuthenticationMethod + type Confirmation string + const Invite + const Signup + func PossibleConfirmationValues() []Confirmation + type ConnectivityStatusContract struct + Error *string + LastStatusChange *date.Time + LastUpdated *date.Time + Name *string + Status ConnectivityStatusType + type ConnectivityStatusType string + const Failure + const Initializing + const Success + func PossibleConnectivityStatusTypeValues() []ConnectivityStatusType + type ContentFormat string + const SwaggerJSON + const SwaggerLinkJSON + const WadlLinkJSON + const WadlXML + const Wsdl + const WsdlLink + func PossibleContentFormatValues() []ContentFormat + type DelegationSettingsClient struct + func NewDelegationSettingsClient(subscriptionID string) DelegationSettingsClient + func NewDelegationSettingsClientWithBaseURI(baseURI string, subscriptionID string) DelegationSettingsClient + func (client DelegationSettingsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result PortalDelegationSettings, err error) + func (client DelegationSettingsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client DelegationSettingsClient) CreateOrUpdateResponder(resp *http.Response) (result PortalDelegationSettings, err error) + func (client DelegationSettingsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client DelegationSettingsClient) Get(ctx context.Context, resourceGroupName string, serviceName string) (result PortalDelegationSettings, err error) + func (client DelegationSettingsClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client DelegationSettingsClient) GetResponder(resp *http.Response) (result PortalDelegationSettings, err error) + func (client DelegationSettingsClient) GetSender(req *http.Request) (*http.Response, error) + func (client DelegationSettingsClient) Head(ctx context.Context, resourceGroupName string, serviceName string) (result autorest.Response, err error) + func (client DelegationSettingsClient) HeadPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client DelegationSettingsClient) HeadResponder(resp *http.Response) (result autorest.Response, err error) + func (client DelegationSettingsClient) HeadSender(req *http.Request) (*http.Response, error) + func (client DelegationSettingsClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client DelegationSettingsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client DelegationSettingsClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client DelegationSettingsClient) UpdateSender(req *http.Request) (*http.Response, error) + type DeployConfigurationParameters struct + Branch *string + Force *bool + type DiagnosticClient struct + func NewDiagnosticClient(subscriptionID string) DiagnosticClient + func NewDiagnosticClientWithBaseURI(baseURI string, subscriptionID string) DiagnosticClient + func (client DiagnosticClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result DiagnosticContract, err error) + func (client DiagnosticClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client DiagnosticClient) CreateOrUpdateResponder(resp *http.Response) (result DiagnosticContract, err error) + func (client DiagnosticClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client DiagnosticClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client DiagnosticClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client DiagnosticClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DiagnosticClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client DiagnosticClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result DiagnosticContract, err error) + func (client DiagnosticClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client DiagnosticClient) GetResponder(resp *http.Response) (result DiagnosticContract, err error) + func (client DiagnosticClient) GetSender(req *http.Request) (*http.Response, error) + func (client DiagnosticClient) Head(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client DiagnosticClient) HeadPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client DiagnosticClient) HeadResponder(resp *http.Response) (result autorest.Response, err error) + func (client DiagnosticClient) HeadSender(req *http.Request) (*http.Response, error) + func (client DiagnosticClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, ...) (result DiagnosticCollectionPage, err error) + func (client DiagnosticClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result DiagnosticCollectionIterator, err error) + func (client DiagnosticClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client DiagnosticClient) ListByServiceResponder(resp *http.Response) (result DiagnosticCollection, err error) + func (client DiagnosticClient) ListByServiceSender(req *http.Request) (*http.Response, error) + func (client DiagnosticClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client DiagnosticClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client DiagnosticClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client DiagnosticClient) UpdateSender(req *http.Request) (*http.Response, error) + type DiagnosticCollection struct + NextLink *string + Value *[]DiagnosticContract + func (dc DiagnosticCollection) IsEmpty() bool + type DiagnosticCollectionIterator struct + func NewDiagnosticCollectionIterator(page DiagnosticCollectionPage) DiagnosticCollectionIterator + func (iter *DiagnosticCollectionIterator) Next() error + func (iter *DiagnosticCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter DiagnosticCollectionIterator) NotDone() bool + func (iter DiagnosticCollectionIterator) Response() DiagnosticCollection + func (iter DiagnosticCollectionIterator) Value() DiagnosticContract + type DiagnosticCollectionPage struct + func NewDiagnosticCollectionPage(...) DiagnosticCollectionPage + func (page *DiagnosticCollectionPage) Next() error + func (page *DiagnosticCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page DiagnosticCollectionPage) NotDone() bool + func (page DiagnosticCollectionPage) Response() DiagnosticCollection + func (page DiagnosticCollectionPage) Values() []DiagnosticContract + type DiagnosticContract struct + ID *string + Name *string + Type *string + func (dc *DiagnosticContract) UnmarshalJSON(body []byte) error + func (dc DiagnosticContract) MarshalJSON() ([]byte, error) + type DiagnosticContractProperties struct + Enabled *bool + type DiagnosticLoggerClient struct + func NewDiagnosticLoggerClient(subscriptionID string) DiagnosticLoggerClient + func NewDiagnosticLoggerClientWithBaseURI(baseURI string, subscriptionID string) DiagnosticLoggerClient + func (client DiagnosticLoggerClient) CheckEntityExists(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client DiagnosticLoggerClient) CheckEntityExistsPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client DiagnosticLoggerClient) CheckEntityExistsResponder(resp *http.Response) (result autorest.Response, err error) + func (client DiagnosticLoggerClient) CheckEntityExistsSender(req *http.Request) (*http.Response, error) + func (client DiagnosticLoggerClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result LoggerContract, err error) + func (client DiagnosticLoggerClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client DiagnosticLoggerClient) CreateOrUpdateResponder(resp *http.Response) (result LoggerContract, err error) + func (client DiagnosticLoggerClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client DiagnosticLoggerClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client DiagnosticLoggerClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client DiagnosticLoggerClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DiagnosticLoggerClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client DiagnosticLoggerClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, ...) (result LoggerCollectionPage, err error) + func (client DiagnosticLoggerClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result LoggerCollectionIterator, err error) + func (client DiagnosticLoggerClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client DiagnosticLoggerClient) ListByServiceResponder(resp *http.Response) (result LoggerCollection, err error) + func (client DiagnosticLoggerClient) ListByServiceSender(req *http.Request) (*http.Response, error) + type EmailTemplateClient struct + func NewEmailTemplateClient(subscriptionID string) EmailTemplateClient + func NewEmailTemplateClientWithBaseURI(baseURI string, subscriptionID string) EmailTemplateClient + func (client EmailTemplateClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result EmailTemplateContract, err error) + func (client EmailTemplateClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client EmailTemplateClient) CreateOrUpdateResponder(resp *http.Response) (result EmailTemplateContract, err error) + func (client EmailTemplateClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client EmailTemplateClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client EmailTemplateClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client EmailTemplateClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client EmailTemplateClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client EmailTemplateClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result EmailTemplateContract, err error) + func (client EmailTemplateClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client EmailTemplateClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client EmailTemplateClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error) + func (client EmailTemplateClient) GetEntityTagSender(req *http.Request) (*http.Response, error) + func (client EmailTemplateClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client EmailTemplateClient) GetResponder(resp *http.Response) (result EmailTemplateContract, err error) + func (client EmailTemplateClient) GetSender(req *http.Request) (*http.Response, error) + func (client EmailTemplateClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, top *int32, ...) (result EmailTemplateCollectionPage, err error) + func (client EmailTemplateClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, top *int32, ...) (result EmailTemplateCollectionIterator, err error) + func (client EmailTemplateClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, top *int32, ...) (*http.Request, error) + func (client EmailTemplateClient) ListByServiceResponder(resp *http.Response) (result EmailTemplateCollection, err error) + func (client EmailTemplateClient) ListByServiceSender(req *http.Request) (*http.Response, error) + func (client EmailTemplateClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client EmailTemplateClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client EmailTemplateClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client EmailTemplateClient) UpdateSender(req *http.Request) (*http.Response, error) + type EmailTemplateCollection struct + NextLink *string + Value *[]EmailTemplateContract + func (etc EmailTemplateCollection) IsEmpty() bool + type EmailTemplateCollectionIterator struct + func NewEmailTemplateCollectionIterator(page EmailTemplateCollectionPage) EmailTemplateCollectionIterator + func (iter *EmailTemplateCollectionIterator) Next() error + func (iter *EmailTemplateCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter EmailTemplateCollectionIterator) NotDone() bool + func (iter EmailTemplateCollectionIterator) Response() EmailTemplateCollection + func (iter EmailTemplateCollectionIterator) Value() EmailTemplateContract + type EmailTemplateCollectionPage struct + func NewEmailTemplateCollectionPage(...) EmailTemplateCollectionPage + func (page *EmailTemplateCollectionPage) Next() error + func (page *EmailTemplateCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page EmailTemplateCollectionPage) NotDone() bool + func (page EmailTemplateCollectionPage) Response() EmailTemplateCollection + func (page EmailTemplateCollectionPage) Values() []EmailTemplateContract + type EmailTemplateContract struct + ID *string + Name *string + Type *string + func (etc *EmailTemplateContract) UnmarshalJSON(body []byte) error + func (etc EmailTemplateContract) MarshalJSON() ([]byte, error) + type EmailTemplateContractProperties struct + Body *string + Description *string + IsDefault *bool + Parameters *[]EmailTemplateParametersContractProperties + Subject *string + Title *string + type EmailTemplateParametersContractProperties struct + Description *string + Name *string + Title *string + type EmailTemplateUpdateParameterProperties struct + Body *string + Description *string + Parameters *[]EmailTemplateParametersContractProperties + Subject *string + Title *string + type EmailTemplateUpdateParameters struct + func (etup *EmailTemplateUpdateParameters) UnmarshalJSON(body []byte) error + func (etup EmailTemplateUpdateParameters) MarshalJSON() ([]byte, error) + type ErrorFieldContract struct + Code *string + Message *string + Target *string + type ErrorResponse struct + Code *string + Details *[]ErrorFieldContract + Message *string + type GenerateSsoURLResult struct + Value *string + type GrantType string + const AuthorizationCode + const ClientCredentials + const Implicit + const ResourceOwnerPassword + func PossibleGrantTypeValues() []GrantType + type GroupClient struct + func NewGroupClient(subscriptionID string) GroupClient + func NewGroupClientWithBaseURI(baseURI string, subscriptionID string) GroupClient + func (client GroupClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result GroupContract, err error) + func (client GroupClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client GroupClient) CreateOrUpdateResponder(resp *http.Response) (result GroupContract, err error) + func (client GroupClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client GroupClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client GroupClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client GroupClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client GroupClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client GroupClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result GroupContract, err error) + func (client GroupClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client GroupClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client GroupClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error) + func (client GroupClient) GetEntityTagSender(req *http.Request) (*http.Response, error) + func (client GroupClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client GroupClient) GetResponder(resp *http.Response) (result GroupContract, err error) + func (client GroupClient) GetSender(req *http.Request) (*http.Response, error) + func (client GroupClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, ...) (result GroupCollectionPage, err error) + func (client GroupClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result GroupCollectionIterator, err error) + func (client GroupClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client GroupClient) ListByServiceResponder(resp *http.Response) (result GroupCollection, err error) + func (client GroupClient) ListByServiceSender(req *http.Request) (*http.Response, error) + func (client GroupClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client GroupClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client GroupClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client GroupClient) UpdateSender(req *http.Request) (*http.Response, error) + type GroupCollection struct + NextLink *string + Value *[]GroupContract + func (gc GroupCollection) IsEmpty() bool + type GroupCollectionIterator struct + func NewGroupCollectionIterator(page GroupCollectionPage) GroupCollectionIterator + func (iter *GroupCollectionIterator) Next() error + func (iter *GroupCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter GroupCollectionIterator) NotDone() bool + func (iter GroupCollectionIterator) Response() GroupCollection + func (iter GroupCollectionIterator) Value() GroupContract + type GroupCollectionPage struct + func NewGroupCollectionPage(getNextPage func(context.Context, GroupCollection) (GroupCollection, error)) GroupCollectionPage + func (page *GroupCollectionPage) Next() error + func (page *GroupCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page GroupCollectionPage) NotDone() bool + func (page GroupCollectionPage) Response() GroupCollection + func (page GroupCollectionPage) Values() []GroupContract + type GroupContract struct + ID *string + Name *string + Type *string + func (gc *GroupContract) UnmarshalJSON(body []byte) error + func (gc GroupContract) MarshalJSON() ([]byte, error) + type GroupContractProperties struct + BuiltIn *bool + Description *string + DisplayName *string + ExternalID *string + Type GroupType + type GroupCreateParameters struct + func (gcp *GroupCreateParameters) UnmarshalJSON(body []byte) error + func (gcp GroupCreateParameters) MarshalJSON() ([]byte, error) + type GroupCreateParametersProperties struct + Description *string + DisplayName *string + ExternalID *string + Type GroupType + type GroupType string + const Custom + const External + const System + func PossibleGroupTypeValues() []GroupType + type GroupUpdateParameters struct + func (gup *GroupUpdateParameters) UnmarshalJSON(body []byte) error + func (gup GroupUpdateParameters) MarshalJSON() ([]byte, error) + type GroupUpdateParametersProperties struct + Description *string + DisplayName *string + ExternalID *string + Type GroupType + type GroupUserClient struct + func NewGroupUserClient(subscriptionID string) GroupUserClient + func NewGroupUserClientWithBaseURI(baseURI string, subscriptionID string) GroupUserClient + func (client GroupUserClient) CheckEntityExists(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client GroupUserClient) CheckEntityExistsPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client GroupUserClient) CheckEntityExistsResponder(resp *http.Response) (result autorest.Response, err error) + func (client GroupUserClient) CheckEntityExistsSender(req *http.Request) (*http.Response, error) + func (client GroupUserClient) Create(ctx context.Context, resourceGroupName string, serviceName string, ...) (result UserContract, err error) + func (client GroupUserClient) CreatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client GroupUserClient) CreateResponder(resp *http.Response) (result UserContract, err error) + func (client GroupUserClient) CreateSender(req *http.Request) (*http.Response, error) + func (client GroupUserClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client GroupUserClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client GroupUserClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client GroupUserClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client GroupUserClient) List(ctx context.Context, resourceGroupName string, serviceName string, ...) (result UserCollectionPage, err error) + func (client GroupUserClient) ListComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result UserCollectionIterator, err error) + func (client GroupUserClient) ListPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client GroupUserClient) ListResponder(resp *http.Response) (result UserCollection, err error) + func (client GroupUserClient) ListSender(req *http.Request) (*http.Response, error) + type HostnameConfiguration struct + Certificate *CertificateInformation + CertificatePassword *string + DefaultSslBinding *bool + EncodedCertificate *string + HostName *string + KeyVaultID *string + NegotiateClientCertificate *bool + Type HostnameType + type HostnameConfigurationOld struct + Certificate *CertificateInformation + Hostname *string + Type HostnameType + type HostnameType string + const Management + const Portal + const Proxy + const Scm + func PossibleHostnameTypeValues() []HostnameType + type IdentityProviderBaseParameters struct + AllowedTenants *[]string + PasswordResetPolicyName *string + ProfileEditingPolicyName *string + SigninPolicyName *string + SignupPolicyName *string + Type IdentityProviderType + type IdentityProviderClient struct + func NewIdentityProviderClient(subscriptionID string) IdentityProviderClient + func NewIdentityProviderClientWithBaseURI(baseURI string, subscriptionID string) IdentityProviderClient + func (client IdentityProviderClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result IdentityProviderContract, err error) + func (client IdentityProviderClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client IdentityProviderClient) CreateOrUpdateResponder(resp *http.Response) (result IdentityProviderContract, err error) + func (client IdentityProviderClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client IdentityProviderClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client IdentityProviderClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client IdentityProviderClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client IdentityProviderClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client IdentityProviderClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result IdentityProviderContract, err error) + func (client IdentityProviderClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client IdentityProviderClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client IdentityProviderClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error) + func (client IdentityProviderClient) GetEntityTagSender(req *http.Request) (*http.Response, error) + func (client IdentityProviderClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client IdentityProviderClient) GetResponder(resp *http.Response) (result IdentityProviderContract, err error) + func (client IdentityProviderClient) GetSender(req *http.Request) (*http.Response, error) + func (client IdentityProviderClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string) (result IdentityProviderList, err error) + func (client IdentityProviderClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client IdentityProviderClient) ListByServiceResponder(resp *http.Response) (result IdentityProviderList, err error) + func (client IdentityProviderClient) ListByServiceSender(req *http.Request) (*http.Response, error) + func (client IdentityProviderClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client IdentityProviderClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client IdentityProviderClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client IdentityProviderClient) UpdateSender(req *http.Request) (*http.Response, error) + type IdentityProviderContract struct + ID *string + Name *string + Type *string + func (ipc *IdentityProviderContract) UnmarshalJSON(body []byte) error + func (ipc IdentityProviderContract) MarshalJSON() ([]byte, error) + type IdentityProviderContractProperties struct + AllowedTenants *[]string + ClientID *string + ClientSecret *string + PasswordResetPolicyName *string + ProfileEditingPolicyName *string + SigninPolicyName *string + SignupPolicyName *string + Type IdentityProviderType + type IdentityProviderList struct + NextLink *string + Value *[]IdentityProviderContract + type IdentityProviderType string + const Aad + const AadB2C + const Facebook + const Google + const Microsoft + const Twitter + func PossibleIdentityProviderTypeValues() []IdentityProviderType + type IdentityProviderUpdateParameters struct + func (ipup *IdentityProviderUpdateParameters) UnmarshalJSON(body []byte) error + func (ipup IdentityProviderUpdateParameters) MarshalJSON() ([]byte, error) + type IdentityProviderUpdateProperties struct + AllowedTenants *[]string + ClientID *string + ClientSecret *string + PasswordResetPolicyName *string + ProfileEditingPolicyName *string + SigninPolicyName *string + SignupPolicyName *string + Type IdentityProviderType + type IssueAttachmentCollection struct + NextLink *string + Value *[]IssueAttachmentContract + func (iac IssueAttachmentCollection) IsEmpty() bool + type IssueAttachmentCollectionIterator struct + func NewIssueAttachmentCollectionIterator(page IssueAttachmentCollectionPage) IssueAttachmentCollectionIterator + func (iter *IssueAttachmentCollectionIterator) Next() error + func (iter *IssueAttachmentCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter IssueAttachmentCollectionIterator) NotDone() bool + func (iter IssueAttachmentCollectionIterator) Response() IssueAttachmentCollection + func (iter IssueAttachmentCollectionIterator) Value() IssueAttachmentContract + type IssueAttachmentCollectionPage struct + func NewIssueAttachmentCollectionPage(...) IssueAttachmentCollectionPage + func (page *IssueAttachmentCollectionPage) Next() error + func (page *IssueAttachmentCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page IssueAttachmentCollectionPage) NotDone() bool + func (page IssueAttachmentCollectionPage) Response() IssueAttachmentCollection + func (page IssueAttachmentCollectionPage) Values() []IssueAttachmentContract + type IssueAttachmentContract struct + ID *string + Name *string + Type *string + func (iac *IssueAttachmentContract) UnmarshalJSON(body []byte) error + func (iac IssueAttachmentContract) MarshalJSON() ([]byte, error) + type IssueAttachmentContractProperties struct + Content *string + ContentFormat *string + Title *string + type IssueCollection struct + NextLink *string + Value *[]IssueContract + func (ic IssueCollection) IsEmpty() bool + type IssueCollectionIterator struct + func NewIssueCollectionIterator(page IssueCollectionPage) IssueCollectionIterator + func (iter *IssueCollectionIterator) Next() error + func (iter *IssueCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter IssueCollectionIterator) NotDone() bool + func (iter IssueCollectionIterator) Response() IssueCollection + func (iter IssueCollectionIterator) Value() IssueContract + type IssueCollectionPage struct + func NewIssueCollectionPage(getNextPage func(context.Context, IssueCollection) (IssueCollection, error)) IssueCollectionPage + func (page *IssueCollectionPage) Next() error + func (page *IssueCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page IssueCollectionPage) NotDone() bool + func (page IssueCollectionPage) Response() IssueCollection + func (page IssueCollectionPage) Values() []IssueContract + type IssueCommentCollection struct + NextLink *string + Value *[]IssueCommentContract + func (icc IssueCommentCollection) IsEmpty() bool + type IssueCommentCollectionIterator struct + func NewIssueCommentCollectionIterator(page IssueCommentCollectionPage) IssueCommentCollectionIterator + func (iter *IssueCommentCollectionIterator) Next() error + func (iter *IssueCommentCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter IssueCommentCollectionIterator) NotDone() bool + func (iter IssueCommentCollectionIterator) Response() IssueCommentCollection + func (iter IssueCommentCollectionIterator) Value() IssueCommentContract + type IssueCommentCollectionPage struct + func NewIssueCommentCollectionPage(...) IssueCommentCollectionPage + func (page *IssueCommentCollectionPage) Next() error + func (page *IssueCommentCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page IssueCommentCollectionPage) NotDone() bool + func (page IssueCommentCollectionPage) Response() IssueCommentCollection + func (page IssueCommentCollectionPage) Values() []IssueCommentContract + type IssueCommentContract struct + ID *string + Name *string + Type *string + func (icc *IssueCommentContract) UnmarshalJSON(body []byte) error + func (icc IssueCommentContract) MarshalJSON() ([]byte, error) + type IssueCommentContractProperties struct + CreatedDate *date.Time + Text *string + UserID *string + type IssueContract struct + ID *string + Name *string + Type *string + func (ic *IssueContract) UnmarshalJSON(body []byte) error + func (ic IssueContract) MarshalJSON() ([]byte, error) + type IssueContractProperties struct + APIID *string + CreatedDate *date.Time + Description *string + State State + Title *string + UserID *string + type KeyType string + const Primary + const Secondary + func PossibleKeyTypeValues() []KeyType + type LoggerClient struct + func NewLoggerClient(subscriptionID string) LoggerClient + func NewLoggerClientWithBaseURI(baseURI string, subscriptionID string) LoggerClient + func (client LoggerClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result LoggerContract, err error) + func (client LoggerClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client LoggerClient) CreateOrUpdateResponder(resp *http.Response) (result LoggerContract, err error) + func (client LoggerClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client LoggerClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client LoggerClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client LoggerClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client LoggerClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client LoggerClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result LoggerContract, err error) + func (client LoggerClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client LoggerClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client LoggerClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error) + func (client LoggerClient) GetEntityTagSender(req *http.Request) (*http.Response, error) + func (client LoggerClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client LoggerClient) GetResponder(resp *http.Response) (result LoggerContract, err error) + func (client LoggerClient) GetSender(req *http.Request) (*http.Response, error) + func (client LoggerClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, ...) (result LoggerCollectionPage, err error) + func (client LoggerClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result LoggerCollectionIterator, err error) + func (client LoggerClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client LoggerClient) ListByServiceResponder(resp *http.Response) (result LoggerCollection, err error) + func (client LoggerClient) ListByServiceSender(req *http.Request) (*http.Response, error) + func (client LoggerClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client LoggerClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client LoggerClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client LoggerClient) UpdateSender(req *http.Request) (*http.Response, error) + type LoggerCollection struct + Count *int64 + NextLink *string + Value *[]LoggerContract + func (lc LoggerCollection) IsEmpty() bool + type LoggerCollectionIterator struct + func NewLoggerCollectionIterator(page LoggerCollectionPage) LoggerCollectionIterator + func (iter *LoggerCollectionIterator) Next() error + func (iter *LoggerCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter LoggerCollectionIterator) NotDone() bool + func (iter LoggerCollectionIterator) Response() LoggerCollection + func (iter LoggerCollectionIterator) Value() LoggerContract + type LoggerCollectionPage struct + func NewLoggerCollectionPage(getNextPage func(context.Context, LoggerCollection) (LoggerCollection, error)) LoggerCollectionPage + func (page *LoggerCollectionPage) Next() error + func (page *LoggerCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page LoggerCollectionPage) NotDone() bool + func (page LoggerCollectionPage) Response() LoggerCollection + func (page LoggerCollectionPage) Values() []LoggerContract + type LoggerContract struct + ID *string + Name *string + Type *string + func (lc *LoggerContract) UnmarshalJSON(body []byte) error + func (lc LoggerContract) MarshalJSON() ([]byte, error) + type LoggerContractProperties struct + Credentials map[string]*string + Description *string + IsBuffered *bool + LoggerType LoggerType + Sampling *LoggerSamplingContract + func (lcp LoggerContractProperties) MarshalJSON() ([]byte, error) + type LoggerSamplingContract struct + func (lsc *LoggerSamplingContract) UnmarshalJSON(body []byte) error + func (lsc LoggerSamplingContract) MarshalJSON() ([]byte, error) + type LoggerSamplingProperties struct + EvaluationInterval *string + InitialPercentage *float64 + MaxPercentage *float64 + MaxTelemetryItemsPerSecond *int32 + MinPercentage *float64 + MovingAverageRatio *float64 + Percentage *float64 + PercentageDecreaseTimeout *string + PercentageIncreaseTimeout *string + SamplingType SamplingType + type LoggerType string + const ApplicationInsights + const AzureEventHub + func PossibleLoggerTypeValues() []LoggerType + type LoggerUpdateContract struct + func (luc *LoggerUpdateContract) UnmarshalJSON(body []byte) error + func (luc LoggerUpdateContract) MarshalJSON() ([]byte, error) + type LoggerUpdateParameters struct + Credentials map[string]*string + Description *string + IsBuffered *bool + LoggerType LoggerType + func (lup LoggerUpdateParameters) MarshalJSON() ([]byte, error) + type NameAvailabilityReason string + const AlreadyExists + const Invalid + const Valid + func PossibleNameAvailabilityReasonValues() []NameAvailabilityReason + type NetworkStatusClient struct + func NewNetworkStatusClient(subscriptionID string) NetworkStatusClient + func NewNetworkStatusClientWithBaseURI(baseURI string, subscriptionID string) NetworkStatusClient + func (client NetworkStatusClient) ListByLocation(ctx context.Context, resourceGroupName string, serviceName string, ...) (result NetworkStatusContract, err error) + func (client NetworkStatusClient) ListByLocationPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client NetworkStatusClient) ListByLocationResponder(resp *http.Response) (result NetworkStatusContract, err error) + func (client NetworkStatusClient) ListByLocationSender(req *http.Request) (*http.Response, error) + func (client NetworkStatusClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string) (result NetworkStatusContract, err error) + func (client NetworkStatusClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client NetworkStatusClient) ListByServiceResponder(resp *http.Response) (result NetworkStatusContract, err error) + func (client NetworkStatusClient) ListByServiceSender(req *http.Request) (*http.Response, error) + type NetworkStatusContract struct + ConnectivityStatus *[]ConnectivityStatusContract + DNSServers *[]string + type NotificationClient struct + func NewNotificationClient(subscriptionID string) NotificationClient + func NewNotificationClientWithBaseURI(baseURI string, subscriptionID string) NotificationClient + func (client NotificationClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result NotificationContract, err error) + func (client NotificationClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client NotificationClient) CreateOrUpdateResponder(resp *http.Response) (result NotificationContract, err error) + func (client NotificationClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client NotificationClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result NotificationContract, err error) + func (client NotificationClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client NotificationClient) GetResponder(resp *http.Response) (result NotificationContract, err error) + func (client NotificationClient) GetSender(req *http.Request) (*http.Response, error) + func (client NotificationClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, top *int32, ...) (result NotificationCollectionPage, err error) + func (client NotificationClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, top *int32, ...) (result NotificationCollectionIterator, err error) + func (client NotificationClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, top *int32, ...) (*http.Request, error) + func (client NotificationClient) ListByServiceResponder(resp *http.Response) (result NotificationCollection, err error) + func (client NotificationClient) ListByServiceSender(req *http.Request) (*http.Response, error) + type NotificationCollection struct + NextLink *string + Value *[]NotificationContract + func (nc NotificationCollection) IsEmpty() bool + type NotificationCollectionIterator struct + func NewNotificationCollectionIterator(page NotificationCollectionPage) NotificationCollectionIterator + func (iter *NotificationCollectionIterator) Next() error + func (iter *NotificationCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter NotificationCollectionIterator) NotDone() bool + func (iter NotificationCollectionIterator) Response() NotificationCollection + func (iter NotificationCollectionIterator) Value() NotificationContract + type NotificationCollectionPage struct + func NewNotificationCollectionPage(...) NotificationCollectionPage + func (page *NotificationCollectionPage) Next() error + func (page *NotificationCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page NotificationCollectionPage) NotDone() bool + func (page NotificationCollectionPage) Response() NotificationCollection + func (page NotificationCollectionPage) Values() []NotificationContract + type NotificationContract struct + ID *string + Name *string + Type *string + func (nc *NotificationContract) UnmarshalJSON(body []byte) error + func (nc NotificationContract) MarshalJSON() ([]byte, error) + type NotificationContractProperties struct + Description *string + Recipients *RecipientsContractProperties + Title *string + type NotificationName string + const AccountClosedPublisher + const BCC + const NewApplicationNotificationMessage + const NewIssuePublisherNotificationMessage + const PurchasePublisherNotificationMessage + const QuotaLimitApproachingPublisherNotificationMessage + const RequestPublisherNotificationMessage + func PossibleNotificationNameValues() []NotificationName + type NotificationRecipientEmailClient struct + func NewNotificationRecipientEmailClient(subscriptionID string) NotificationRecipientEmailClient + func NewNotificationRecipientEmailClientWithBaseURI(baseURI string, subscriptionID string) NotificationRecipientEmailClient + func (client NotificationRecipientEmailClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result RecipientEmailContract, err error) + func (client NotificationRecipientEmailClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client NotificationRecipientEmailClient) CreateOrUpdateResponder(resp *http.Response) (result RecipientEmailContract, err error) + func (client NotificationRecipientEmailClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client NotificationRecipientEmailClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client NotificationRecipientEmailClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client NotificationRecipientEmailClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client NotificationRecipientEmailClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client NotificationRecipientEmailClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client NotificationRecipientEmailClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client NotificationRecipientEmailClient) GetResponder(resp *http.Response) (result autorest.Response, err error) + func (client NotificationRecipientEmailClient) GetSender(req *http.Request) (*http.Response, error) + func (client NotificationRecipientEmailClient) ListByNotification(ctx context.Context, resourceGroupName string, serviceName string, ...) (result RecipientEmailCollection, err error) + func (client NotificationRecipientEmailClient) ListByNotificationPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client NotificationRecipientEmailClient) ListByNotificationResponder(resp *http.Response) (result RecipientEmailCollection, err error) + func (client NotificationRecipientEmailClient) ListByNotificationSender(req *http.Request) (*http.Response, error) + type NotificationRecipientUserClient struct + func NewNotificationRecipientUserClient(subscriptionID string) NotificationRecipientUserClient + func NewNotificationRecipientUserClientWithBaseURI(baseURI string, subscriptionID string) NotificationRecipientUserClient + func (client NotificationRecipientUserClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result RecipientUserContract, err error) + func (client NotificationRecipientUserClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client NotificationRecipientUserClient) CreateOrUpdateResponder(resp *http.Response) (result RecipientUserContract, err error) + func (client NotificationRecipientUserClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client NotificationRecipientUserClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client NotificationRecipientUserClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client NotificationRecipientUserClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client NotificationRecipientUserClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client NotificationRecipientUserClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client NotificationRecipientUserClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client NotificationRecipientUserClient) GetResponder(resp *http.Response) (result autorest.Response, err error) + func (client NotificationRecipientUserClient) GetSender(req *http.Request) (*http.Response, error) + func (client NotificationRecipientUserClient) ListByNotification(ctx context.Context, resourceGroupName string, serviceName string, ...) (result RecipientUserCollection, err error) + func (client NotificationRecipientUserClient) ListByNotificationPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client NotificationRecipientUserClient) ListByNotificationResponder(resp *http.Response) (result RecipientUserCollection, err error) + func (client NotificationRecipientUserClient) ListByNotificationSender(req *http.Request) (*http.Response, error) + type OAuth2AuthenticationSettingsContract struct + AuthorizationServerID *string + Scope *string + type OpenIDConnectProviderClient struct + func NewOpenIDConnectProviderClient(subscriptionID string) OpenIDConnectProviderClient + func NewOpenIDConnectProviderClientWithBaseURI(baseURI string, subscriptionID string) OpenIDConnectProviderClient + func (client OpenIDConnectProviderClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, opid string, ...) (result OpenidConnectProviderContract, err error) + func (client OpenIDConnectProviderClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, opid string, ...) (*http.Request, error) + func (client OpenIDConnectProviderClient) CreateOrUpdateResponder(resp *http.Response) (result OpenidConnectProviderContract, err error) + func (client OpenIDConnectProviderClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client OpenIDConnectProviderClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, opid string, ...) (result autorest.Response, err error) + func (client OpenIDConnectProviderClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, opid string, ...) (*http.Request, error) + func (client OpenIDConnectProviderClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client OpenIDConnectProviderClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client OpenIDConnectProviderClient) Get(ctx context.Context, resourceGroupName string, serviceName string, opid string) (result OpenidConnectProviderContract, err error) + func (client OpenIDConnectProviderClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, opid string) (result autorest.Response, err error) + func (client OpenIDConnectProviderClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, opid string) (*http.Request, error) + func (client OpenIDConnectProviderClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error) + func (client OpenIDConnectProviderClient) GetEntityTagSender(req *http.Request) (*http.Response, error) + func (client OpenIDConnectProviderClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, opid string) (*http.Request, error) + func (client OpenIDConnectProviderClient) GetResponder(resp *http.Response) (result OpenidConnectProviderContract, err error) + func (client OpenIDConnectProviderClient) GetSender(req *http.Request) (*http.Response, error) + func (client OpenIDConnectProviderClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, ...) (result OpenIDConnectProviderCollectionPage, err error) + func (client OpenIDConnectProviderClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result OpenIDConnectProviderCollectionIterator, err error) + func (client OpenIDConnectProviderClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client OpenIDConnectProviderClient) ListByServiceResponder(resp *http.Response) (result OpenIDConnectProviderCollection, err error) + func (client OpenIDConnectProviderClient) ListByServiceSender(req *http.Request) (*http.Response, error) + func (client OpenIDConnectProviderClient) Update(ctx context.Context, resourceGroupName string, serviceName string, opid string, ...) (result autorest.Response, err error) + func (client OpenIDConnectProviderClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, opid string, ...) (*http.Request, error) + func (client OpenIDConnectProviderClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client OpenIDConnectProviderClient) UpdateSender(req *http.Request) (*http.Response, error) + type OpenIDConnectProviderCollection struct + NextLink *string + Value *[]OpenidConnectProviderContract + func (oicpc OpenIDConnectProviderCollection) IsEmpty() bool + type OpenIDConnectProviderCollectionIterator struct + func NewOpenIDConnectProviderCollectionIterator(page OpenIDConnectProviderCollectionPage) OpenIDConnectProviderCollectionIterator + func (iter *OpenIDConnectProviderCollectionIterator) Next() error + func (iter *OpenIDConnectProviderCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter OpenIDConnectProviderCollectionIterator) NotDone() bool + func (iter OpenIDConnectProviderCollectionIterator) Response() OpenIDConnectProviderCollection + func (iter OpenIDConnectProviderCollectionIterator) Value() OpenidConnectProviderContract + type OpenIDConnectProviderCollectionPage struct + func NewOpenIDConnectProviderCollectionPage(...) OpenIDConnectProviderCollectionPage + func (page *OpenIDConnectProviderCollectionPage) Next() error + func (page *OpenIDConnectProviderCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page OpenIDConnectProviderCollectionPage) NotDone() bool + func (page OpenIDConnectProviderCollectionPage) Response() OpenIDConnectProviderCollection + func (page OpenIDConnectProviderCollectionPage) Values() []OpenidConnectProviderContract + type OpenidConnectProviderContract struct + ID *string + Name *string + Type *string + func (ocpc *OpenidConnectProviderContract) UnmarshalJSON(body []byte) error + func (ocpc OpenidConnectProviderContract) MarshalJSON() ([]byte, error) + type OpenidConnectProviderContractProperties struct + ClientID *string + ClientSecret *string + Description *string + DisplayName *string + MetadataEndpoint *string + type OpenidConnectProviderUpdateContract struct + func (ocpuc *OpenidConnectProviderUpdateContract) UnmarshalJSON(body []byte) error + func (ocpuc OpenidConnectProviderUpdateContract) MarshalJSON() ([]byte, error) + type OpenidConnectProviderUpdateContractProperties struct + ClientID *string + ClientSecret *string + Description *string + DisplayName *string + MetadataEndpoint *string + type Operation struct + Display *OperationDisplay + Name *string + Origin *string + Properties interface{} + type OperationClient struct + func NewOperationClient(subscriptionID string) OperationClient + func NewOperationClientWithBaseURI(baseURI string, subscriptionID string) OperationClient + func (client OperationClient) ListByTags(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagResourceCollectionPage, err error) + func (client OperationClient) ListByTagsComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagResourceCollectionIterator, err error) + func (client OperationClient) ListByTagsPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client OperationClient) ListByTagsResponder(resp *http.Response) (result TagResourceCollection, err error) + func (client OperationClient) ListByTagsSender(req *http.Request) (*http.Response, error) + type OperationCollection struct + NextLink *string + Value *[]OperationContract + func (oc OperationCollection) IsEmpty() bool + type OperationCollectionIterator struct + func NewOperationCollectionIterator(page OperationCollectionPage) OperationCollectionIterator + func (iter *OperationCollectionIterator) Next() error + func (iter *OperationCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter OperationCollectionIterator) NotDone() bool + func (iter OperationCollectionIterator) Response() OperationCollection + func (iter OperationCollectionIterator) Value() OperationContract + type OperationCollectionPage struct + func NewOperationCollectionPage(...) OperationCollectionPage + func (page *OperationCollectionPage) Next() error + func (page *OperationCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page OperationCollectionPage) NotDone() bool + func (page OperationCollectionPage) Response() OperationCollection + func (page OperationCollectionPage) Values() []OperationContract + type OperationContract struct + ID *string + Name *string + Type *string + func (oc *OperationContract) UnmarshalJSON(body []byte) error + func (oc OperationContract) MarshalJSON() ([]byte, error) + type OperationContractProperties struct + Description *string + DisplayName *string + Method *string + Policies *string + Request *RequestContract + Responses *[]ResponseContract + TemplateParameters *[]ParameterContract + URLTemplate *string + type OperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationEntityBaseContract struct + Description *string + Policies *string + Request *RequestContract + Responses *[]ResponseContract + TemplateParameters *[]ParameterContract + type OperationEntityContract struct + ID *string + Name *string + Type *string + func (oec *OperationEntityContract) UnmarshalJSON(body []byte) error + func (oec OperationEntityContract) MarshalJSON() ([]byte, error) + type OperationEntityContractProperties struct + APIName *string + APIRevision *string + APIVersion *string + Description *string + DisplayName *string + Method *string + URLTemplate *string + type OperationListResult struct + NextLink *string + Value *[]Operation + func (olr OperationListResult) IsEmpty() bool + type OperationListResultIterator struct + func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator + func (iter *OperationListResultIterator) Next() error + func (iter *OperationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter OperationListResultIterator) NotDone() bool + func (iter OperationListResultIterator) Response() OperationListResult + func (iter OperationListResultIterator) Value() Operation + type OperationListResultPage struct + func NewOperationListResultPage(...) OperationListResultPage + func (page *OperationListResultPage) Next() error + func (page *OperationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page OperationListResultPage) NotDone() bool + func (page OperationListResultPage) Response() OperationListResult + func (page OperationListResultPage) Values() []Operation + type OperationResultContract struct + ActionLog *[]OperationResultLogItemContract + Error *ErrorResponse + ID *string + ResultInfo *string + Started *date.Time + Status AsyncOperationStatus + Updated *date.Time + type OperationResultLogItemContract struct + Action *string + ObjectKey *string + ObjectType *string + type OperationUpdateContract struct + func (ouc *OperationUpdateContract) UnmarshalJSON(body []byte) error + func (ouc OperationUpdateContract) MarshalJSON() ([]byte, error) + type OperationUpdateContractProperties struct + Description *string + DisplayName *string + Method *string + Policies *string + Request *RequestContract + Responses *[]ResponseContract + TemplateParameters *[]ParameterContract + URLTemplate *string + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type ParameterContract struct + DefaultValue *string + Description *string + Name *string + Required *bool + Type *string + Values *[]string + type PolicyClient struct + func NewPolicyClient(subscriptionID string) PolicyClient + func NewPolicyClientWithBaseURI(baseURI string, subscriptionID string) PolicyClient + func (client PolicyClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result PolicyContract, err error) + func (client PolicyClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client PolicyClient) CreateOrUpdateResponder(resp *http.Response) (result PolicyContract, err error) + func (client PolicyClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client PolicyClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client PolicyClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client PolicyClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client PolicyClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client PolicyClient) Get(ctx context.Context, resourceGroupName string, serviceName string) (result PolicyContract, err error) + func (client PolicyClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client PolicyClient) GetResponder(resp *http.Response) (result PolicyContract, err error) + func (client PolicyClient) GetSender(req *http.Request) (*http.Response, error) + func (client PolicyClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, ...) (result PolicyCollection, err error) + func (client PolicyClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client PolicyClient) ListByServiceResponder(resp *http.Response) (result PolicyCollection, err error) + func (client PolicyClient) ListByServiceSender(req *http.Request) (*http.Response, error) + type PolicyCollection struct + NextLink *string + Value *[]PolicyContract + type PolicyContract struct + ID *string + Name *string + Type *string + func (pc *PolicyContract) UnmarshalJSON(body []byte) error + func (pc PolicyContract) MarshalJSON() ([]byte, error) + type PolicyContractProperties struct + PolicyContent *string + type PolicyScopeContract string + const PolicyScopeContractAPI + const PolicyScopeContractAll + const PolicyScopeContractOperation + const PolicyScopeContractProduct + const PolicyScopeContractTenant + func PossiblePolicyScopeContractValues() []PolicyScopeContract + type PolicySnippetContract struct + Content *string + Name *string + Scope *int32 + ToolTip *string + type PolicySnippetsClient struct + func NewPolicySnippetsClient(subscriptionID string) PolicySnippetsClient + func NewPolicySnippetsClientWithBaseURI(baseURI string, subscriptionID string) PolicySnippetsClient + func (client PolicySnippetsClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, ...) (result PolicySnippetsCollection, err error) + func (client PolicySnippetsClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client PolicySnippetsClient) ListByServiceResponder(resp *http.Response) (result PolicySnippetsCollection, err error) + func (client PolicySnippetsClient) ListByServiceSender(req *http.Request) (*http.Response, error) + type PolicySnippetsCollection struct + Value *[]PolicySnippetContract + type PortalDelegationSettings struct + ID *string + Name *string + Type *string + func (pds *PortalDelegationSettings) UnmarshalJSON(body []byte) error + func (pds PortalDelegationSettings) MarshalJSON() ([]byte, error) + type PortalDelegationSettingsProperties struct + Subscriptions *SubscriptionsDelegationSettingsProperties + URL *string + UserRegistration *RegistrationDelegationSettingsProperties + ValidationKey *string + type PortalSigninSettingProperties struct + Enabled *bool + type PortalSigninSettings struct + ID *string + Name *string + Type *string + func (pss *PortalSigninSettings) UnmarshalJSON(body []byte) error + func (pss PortalSigninSettings) MarshalJSON() ([]byte, error) + type PortalSignupSettings struct + ID *string + Name *string + Type *string + func (pss *PortalSignupSettings) UnmarshalJSON(body []byte) error + func (pss PortalSignupSettings) MarshalJSON() ([]byte, error) + type PortalSignupSettingsProperties struct + Enabled *bool + TermsOfService *TermsOfServiceProperties + type ProductAPIClient struct + func NewProductAPIClient(subscriptionID string) ProductAPIClient + func NewProductAPIClientWithBaseURI(baseURI string, subscriptionID string) ProductAPIClient + func (client ProductAPIClient) CheckEntityExists(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client ProductAPIClient) CheckEntityExistsPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ProductAPIClient) CheckEntityExistsResponder(resp *http.Response) (result autorest.Response, err error) + func (client ProductAPIClient) CheckEntityExistsSender(req *http.Request) (*http.Response, error) + func (client ProductAPIClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result APIContract, err error) + func (client ProductAPIClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ProductAPIClient) CreateOrUpdateResponder(resp *http.Response) (result APIContract, err error) + func (client ProductAPIClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client ProductAPIClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client ProductAPIClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ProductAPIClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ProductAPIClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ProductAPIClient) ListByProduct(ctx context.Context, resourceGroupName string, serviceName string, ...) (result APICollectionPage, err error) + func (client ProductAPIClient) ListByProductComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result APICollectionIterator, err error) + func (client ProductAPIClient) ListByProductPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ProductAPIClient) ListByProductResponder(resp *http.Response) (result APICollection, err error) + func (client ProductAPIClient) ListByProductSender(req *http.Request) (*http.Response, error) + type ProductClient struct + func NewProductClient(subscriptionID string) ProductClient + func NewProductClientWithBaseURI(baseURI string, subscriptionID string) ProductClient + func (client ProductClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ProductContract, err error) + func (client ProductClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ProductClient) CreateOrUpdateResponder(resp *http.Response) (result ProductContract, err error) + func (client ProductClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client ProductClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client ProductClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ProductClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ProductClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ProductClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ProductContract, err error) + func (client ProductClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client ProductClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ProductClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error) + func (client ProductClient) GetEntityTagSender(req *http.Request) (*http.Response, error) + func (client ProductClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ProductClient) GetResponder(resp *http.Response) (result ProductContract, err error) + func (client ProductClient) GetSender(req *http.Request) (*http.Response, error) + func (client ProductClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ProductCollectionPage, err error) + func (client ProductClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ProductCollectionIterator, err error) + func (client ProductClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ProductClient) ListByServiceResponder(resp *http.Response) (result ProductCollection, err error) + func (client ProductClient) ListByServiceSender(req *http.Request) (*http.Response, error) + func (client ProductClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client ProductClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ProductClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client ProductClient) UpdateSender(req *http.Request) (*http.Response, error) + type ProductCollection struct + NextLink *string + Value *[]ProductContract + func (pc ProductCollection) IsEmpty() bool + type ProductCollectionIterator struct + func NewProductCollectionIterator(page ProductCollectionPage) ProductCollectionIterator + func (iter *ProductCollectionIterator) Next() error + func (iter *ProductCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter ProductCollectionIterator) NotDone() bool + func (iter ProductCollectionIterator) Response() ProductCollection + func (iter ProductCollectionIterator) Value() ProductContract + type ProductCollectionPage struct + func NewProductCollectionPage(...) ProductCollectionPage + func (page *ProductCollectionPage) Next() error + func (page *ProductCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page ProductCollectionPage) NotDone() bool + func (page ProductCollectionPage) Response() ProductCollection + func (page ProductCollectionPage) Values() []ProductContract + type ProductContract struct + ID *string + Name *string + Type *string + func (pc *ProductContract) UnmarshalJSON(body []byte) error + func (pc ProductContract) MarshalJSON() ([]byte, error) + type ProductContractProperties struct + ApprovalRequired *bool + Description *string + DisplayName *string + State ProductState + SubscriptionRequired *bool + SubscriptionsLimit *int32 + Terms *string + type ProductEntityBaseParameters struct + ApprovalRequired *bool + Description *string + State ProductState + SubscriptionRequired *bool + SubscriptionsLimit *int32 + Terms *string + type ProductGroupClient struct + func NewProductGroupClient(subscriptionID string) ProductGroupClient + func NewProductGroupClientWithBaseURI(baseURI string, subscriptionID string) ProductGroupClient + func (client ProductGroupClient) CheckEntityExists(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client ProductGroupClient) CheckEntityExistsPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ProductGroupClient) CheckEntityExistsResponder(resp *http.Response) (result autorest.Response, err error) + func (client ProductGroupClient) CheckEntityExistsSender(req *http.Request) (*http.Response, error) + func (client ProductGroupClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result GroupContract, err error) + func (client ProductGroupClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ProductGroupClient) CreateOrUpdateResponder(resp *http.Response) (result GroupContract, err error) + func (client ProductGroupClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client ProductGroupClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client ProductGroupClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ProductGroupClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ProductGroupClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ProductGroupClient) ListByProduct(ctx context.Context, resourceGroupName string, serviceName string, ...) (result GroupCollectionPage, err error) + func (client ProductGroupClient) ListByProductComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result GroupCollectionIterator, err error) + func (client ProductGroupClient) ListByProductPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ProductGroupClient) ListByProductResponder(resp *http.Response) (result GroupCollection, err error) + func (client ProductGroupClient) ListByProductSender(req *http.Request) (*http.Response, error) + type ProductPolicyClient struct + func NewProductPolicyClient(subscriptionID string) ProductPolicyClient + func NewProductPolicyClientWithBaseURI(baseURI string, subscriptionID string) ProductPolicyClient + func (client ProductPolicyClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result PolicyContract, err error) + func (client ProductPolicyClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ProductPolicyClient) CreateOrUpdateResponder(resp *http.Response) (result PolicyContract, err error) + func (client ProductPolicyClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client ProductPolicyClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client ProductPolicyClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ProductPolicyClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ProductPolicyClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ProductPolicyClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result PolicyContract, err error) + func (client ProductPolicyClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ProductPolicyClient) GetResponder(resp *http.Response) (result PolicyContract, err error) + func (client ProductPolicyClient) GetSender(req *http.Request) (*http.Response, error) + func (client ProductPolicyClient) ListByProduct(ctx context.Context, resourceGroupName string, serviceName string, ...) (result PolicyCollection, err error) + func (client ProductPolicyClient) ListByProductPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ProductPolicyClient) ListByProductResponder(resp *http.Response) (result PolicyCollection, err error) + func (client ProductPolicyClient) ListByProductSender(req *http.Request) (*http.Response, error) + type ProductState string + const NotPublished + const Published + func PossibleProductStateValues() []ProductState + type ProductSubscriptionsClient struct + func NewProductSubscriptionsClient(subscriptionID string) ProductSubscriptionsClient + func NewProductSubscriptionsClientWithBaseURI(baseURI string, subscriptionID string) ProductSubscriptionsClient + func (client ProductSubscriptionsClient) List(ctx context.Context, resourceGroupName string, serviceName string, ...) (result SubscriptionCollectionPage, err error) + func (client ProductSubscriptionsClient) ListComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result SubscriptionCollectionIterator, err error) + func (client ProductSubscriptionsClient) ListPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ProductSubscriptionsClient) ListResponder(resp *http.Response) (result SubscriptionCollection, err error) + func (client ProductSubscriptionsClient) ListSender(req *http.Request) (*http.Response, error) + type ProductUpdateParameters struct + func (pup *ProductUpdateParameters) UnmarshalJSON(body []byte) error + func (pup ProductUpdateParameters) MarshalJSON() ([]byte, error) + type ProductUpdateProperties struct + ApprovalRequired *bool + Description *string + DisplayName *string + State ProductState + SubscriptionRequired *bool + SubscriptionsLimit *int32 + Terms *string + type PropertyClient struct + func NewPropertyClient(subscriptionID string) PropertyClient + func NewPropertyClientWithBaseURI(baseURI string, subscriptionID string) PropertyClient + func (client PropertyClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result PropertyContract, err error) + func (client PropertyClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client PropertyClient) CreateOrUpdateResponder(resp *http.Response) (result PropertyContract, err error) + func (client PropertyClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client PropertyClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client PropertyClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client PropertyClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client PropertyClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client PropertyClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result PropertyContract, err error) + func (client PropertyClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client PropertyClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client PropertyClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error) + func (client PropertyClient) GetEntityTagSender(req *http.Request) (*http.Response, error) + func (client PropertyClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client PropertyClient) GetResponder(resp *http.Response) (result PropertyContract, err error) + func (client PropertyClient) GetSender(req *http.Request) (*http.Response, error) + func (client PropertyClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, ...) (result PropertyCollectionPage, err error) + func (client PropertyClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result PropertyCollectionIterator, err error) + func (client PropertyClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client PropertyClient) ListByServiceResponder(resp *http.Response) (result PropertyCollection, err error) + func (client PropertyClient) ListByServiceSender(req *http.Request) (*http.Response, error) + func (client PropertyClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client PropertyClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client PropertyClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client PropertyClient) UpdateSender(req *http.Request) (*http.Response, error) + type PropertyCollection struct + NextLink *string + Value *[]PropertyContract + func (pc PropertyCollection) IsEmpty() bool + type PropertyCollectionIterator struct + func NewPropertyCollectionIterator(page PropertyCollectionPage) PropertyCollectionIterator + func (iter *PropertyCollectionIterator) Next() error + func (iter *PropertyCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter PropertyCollectionIterator) NotDone() bool + func (iter PropertyCollectionIterator) Response() PropertyCollection + func (iter PropertyCollectionIterator) Value() PropertyContract + type PropertyCollectionPage struct + func NewPropertyCollectionPage(...) PropertyCollectionPage + func (page *PropertyCollectionPage) Next() error + func (page *PropertyCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page PropertyCollectionPage) NotDone() bool + func (page PropertyCollectionPage) Response() PropertyCollection + func (page PropertyCollectionPage) Values() []PropertyContract + type PropertyContract struct + ID *string + Name *string + Type *string + func (pc *PropertyContract) UnmarshalJSON(body []byte) error + func (pc PropertyContract) MarshalJSON() ([]byte, error) + type PropertyContractProperties struct + DisplayName *string + Secret *bool + Tags *[]string + Value *string + type PropertyEntityBaseParameters struct + Secret *bool + Tags *[]string + type PropertyUpdateParameterProperties struct + DisplayName *string + Secret *bool + Tags *[]string + Value *string + type PropertyUpdateParameters struct + func (pup *PropertyUpdateParameters) UnmarshalJSON(body []byte) error + func (pup PropertyUpdateParameters) MarshalJSON() ([]byte, error) + type Protocol string + const ProtocolHTTP + const ProtocolHTTPS + func PossibleProtocolValues() []Protocol + type QuotaByCounterKeysClient struct + func NewQuotaByCounterKeysClient(subscriptionID string) QuotaByCounterKeysClient + func NewQuotaByCounterKeysClientWithBaseURI(baseURI string, subscriptionID string) QuotaByCounterKeysClient + func (client QuotaByCounterKeysClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, ...) (result QuotaCounterCollection, err error) + func (client QuotaByCounterKeysClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client QuotaByCounterKeysClient) ListByServiceResponder(resp *http.Response) (result QuotaCounterCollection, err error) + func (client QuotaByCounterKeysClient) ListByServiceSender(req *http.Request) (*http.Response, error) + func (client QuotaByCounterKeysClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client QuotaByCounterKeysClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client QuotaByCounterKeysClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client QuotaByCounterKeysClient) UpdateSender(req *http.Request) (*http.Response, error) + type QuotaByPeriodKeysClient struct + func NewQuotaByPeriodKeysClient(subscriptionID string) QuotaByPeriodKeysClient + func NewQuotaByPeriodKeysClientWithBaseURI(baseURI string, subscriptionID string) QuotaByPeriodKeysClient + func (client QuotaByPeriodKeysClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result QuotaCounterContract, err error) + func (client QuotaByPeriodKeysClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client QuotaByPeriodKeysClient) GetResponder(resp *http.Response) (result QuotaCounterContract, err error) + func (client QuotaByPeriodKeysClient) GetSender(req *http.Request) (*http.Response, error) + func (client QuotaByPeriodKeysClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client QuotaByPeriodKeysClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client QuotaByPeriodKeysClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client QuotaByPeriodKeysClient) UpdateSender(req *http.Request) (*http.Response, error) + type QuotaCounterCollection struct + Count *int64 + NextLink *string + Value *[]QuotaCounterContract + type QuotaCounterContract struct + CounterKey *string + PeriodEndTime *date.Time + PeriodKey *string + PeriodStartTime *date.Time + Value *QuotaCounterValueContractProperties + type QuotaCounterValueContract struct + func (qcvc *QuotaCounterValueContract) UnmarshalJSON(body []byte) error + func (qcvc QuotaCounterValueContract) MarshalJSON() ([]byte, error) + type QuotaCounterValueContractProperties struct + CallsCount *int32 + KbTransferred *float64 + type RecipientEmailCollection struct + NextLink *string + Value *[]RecipientEmailContract + type RecipientEmailContract struct + ID *string + Name *string + Type *string + func (rec *RecipientEmailContract) UnmarshalJSON(body []byte) error + func (rec RecipientEmailContract) MarshalJSON() ([]byte, error) + type RecipientEmailContractProperties struct + Email *string + type RecipientUserCollection struct + NextLink *string + Value *[]RecipientUserContract + type RecipientUserContract struct + ID *string + Name *string + Type *string + func (ruc *RecipientUserContract) UnmarshalJSON(body []byte) error + func (ruc RecipientUserContract) MarshalJSON() ([]byte, error) + type RecipientUsersContractProperties struct + UserID *string + type RecipientsContractProperties struct + Emails *[]string + Users *[]string + type RegionContract struct + IsDeleted *bool + IsMasterRegion *bool + Name *string + type RegionListResult struct + Count *int64 + NextLink *string + Value *[]RegionContract + type RegionsClient struct + func NewRegionsClient(subscriptionID string) RegionsClient + func NewRegionsClientWithBaseURI(baseURI string, subscriptionID string) RegionsClient + func (client RegionsClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string) (result RegionListResult, err error) + func (client RegionsClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client RegionsClient) ListByServiceResponder(resp *http.Response) (result RegionListResult, err error) + func (client RegionsClient) ListByServiceSender(req *http.Request) (*http.Response, error) + type RegistrationDelegationSettingsProperties struct + Enabled *bool + type ReportCollection struct + Count *int64 + NextLink *string + Value *[]ReportRecordContract + func (rc ReportCollection) IsEmpty() bool + type ReportCollectionIterator struct + func NewReportCollectionIterator(page ReportCollectionPage) ReportCollectionIterator + func (iter *ReportCollectionIterator) Next() error + func (iter *ReportCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter ReportCollectionIterator) NotDone() bool + func (iter ReportCollectionIterator) Response() ReportCollection + func (iter ReportCollectionIterator) Value() ReportRecordContract + type ReportCollectionPage struct + func NewReportCollectionPage(getNextPage func(context.Context, ReportCollection) (ReportCollection, error)) ReportCollectionPage + func (page *ReportCollectionPage) Next() error + func (page *ReportCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page ReportCollectionPage) NotDone() bool + func (page ReportCollectionPage) Response() ReportCollection + func (page ReportCollectionPage) Values() []ReportRecordContract + type ReportRecordContract struct + APIID *string + APIRegion *string + APITimeAvg *float64 + APITimeMax *float64 + APITimeMin *float64 + Bandwidth *int64 + CacheHitCount *int32 + CacheMissCount *int32 + CallCountBlocked *int32 + CallCountFailed *int32 + CallCountOther *int32 + CallCountSuccess *int32 + CallCountTotal *int32 + Country *string + Interval *string + Name *string + OperationID *string + ProductID *string + Region *string + ServiceTimeAvg *float64 + ServiceTimeMax *float64 + ServiceTimeMin *float64 + SubscriptionID *string + Timestamp *date.Time + UserID *string + Zip *string + type ReportsClient struct + func NewReportsClient(subscriptionID string) ReportsClient + func NewReportsClientWithBaseURI(baseURI string, subscriptionID string) ReportsClient + func (client ReportsClient) ListByAPI(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ReportCollectionPage, err error) + func (client ReportsClient) ListByAPIComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ReportCollectionIterator, err error) + func (client ReportsClient) ListByAPIPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ReportsClient) ListByAPIResponder(resp *http.Response) (result ReportCollection, err error) + func (client ReportsClient) ListByAPISender(req *http.Request) (*http.Response, error) + func (client ReportsClient) ListByGeo(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ReportCollectionPage, err error) + func (client ReportsClient) ListByGeoComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ReportCollectionIterator, err error) + func (client ReportsClient) ListByGeoPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ReportsClient) ListByGeoResponder(resp *http.Response) (result ReportCollection, err error) + func (client ReportsClient) ListByGeoSender(req *http.Request) (*http.Response, error) + func (client ReportsClient) ListByOperation(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ReportCollectionPage, err error) + func (client ReportsClient) ListByOperationComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ReportCollectionIterator, err error) + func (client ReportsClient) ListByOperationPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ReportsClient) ListByOperationResponder(resp *http.Response) (result ReportCollection, err error) + func (client ReportsClient) ListByOperationSender(req *http.Request) (*http.Response, error) + func (client ReportsClient) ListByProduct(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ReportCollectionPage, err error) + func (client ReportsClient) ListByProductComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ReportCollectionIterator, err error) + func (client ReportsClient) ListByProductPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ReportsClient) ListByProductResponder(resp *http.Response) (result ReportCollection, err error) + func (client ReportsClient) ListByProductSender(req *http.Request) (*http.Response, error) + func (client ReportsClient) ListByRequest(ctx context.Context, resourceGroupName string, serviceName string, ...) (result RequestReportCollection, err error) + func (client ReportsClient) ListByRequestPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ReportsClient) ListByRequestResponder(resp *http.Response) (result RequestReportCollection, err error) + func (client ReportsClient) ListByRequestSender(req *http.Request) (*http.Response, error) + func (client ReportsClient) ListBySubscription(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ReportCollectionPage, err error) + func (client ReportsClient) ListBySubscriptionComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ReportCollectionIterator, err error) + func (client ReportsClient) ListBySubscriptionPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ReportsClient) ListBySubscriptionResponder(resp *http.Response) (result ReportCollection, err error) + func (client ReportsClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + func (client ReportsClient) ListByTime(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ReportCollectionPage, err error) + func (client ReportsClient) ListByTimeComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ReportCollectionIterator, err error) + func (client ReportsClient) ListByTimePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ReportsClient) ListByTimeResponder(resp *http.Response) (result ReportCollection, err error) + func (client ReportsClient) ListByTimeSender(req *http.Request) (*http.Response, error) + func (client ReportsClient) ListByUser(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ReportCollectionPage, err error) + func (client ReportsClient) ListByUserComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ReportCollectionIterator, err error) + func (client ReportsClient) ListByUserPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ReportsClient) ListByUserResponder(resp *http.Response) (result ReportCollection, err error) + func (client ReportsClient) ListByUserSender(req *http.Request) (*http.Response, error) + type RepresentationContract struct + ContentType *string + FormParameters *[]ParameterContract + Sample *string + SchemaID *string + TypeName *string + type RequestContract struct + Description *string + Headers *[]ParameterContract + QueryParameters *[]ParameterContract + Representations *[]RepresentationContract + type RequestReportCollection struct + Count *int64 + Value *[]RequestReportRecordContract + type RequestReportRecordContract struct + APIID *string + APIRegion *string + APITime *float64 + BackendResponseCode *string + Cache *string + IPAddress *string + Method *string + OperationID *string + ProductID *string + RequestID *string + RequestSize *int32 + ResponseCode *int32 + ResponseSize *int32 + ServiceTime *float64 + SubscriptionID *string + Timestamp *date.Time + URL *string + UserID *string + type Resource struct + ID *string + Name *string + Type *string + type ResponseContract struct + Description *string + Headers *[]ParameterContract + Representations *[]RepresentationContract + StatusCode *int32 + type SamplingType string + const Adaptive + const Fixed + func PossibleSamplingTypeValues() []SamplingType + type SaveConfigurationParameter struct + Branch *string + Force *bool + type SchemaCollection struct + NextLink *string + Value *[]SchemaContract + func (sc SchemaCollection) IsEmpty() bool + type SchemaCollectionIterator struct + func NewSchemaCollectionIterator(page SchemaCollectionPage) SchemaCollectionIterator + func (iter *SchemaCollectionIterator) Next() error + func (iter *SchemaCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter SchemaCollectionIterator) NotDone() bool + func (iter SchemaCollectionIterator) Response() SchemaCollection + func (iter SchemaCollectionIterator) Value() SchemaContract + type SchemaCollectionPage struct + func NewSchemaCollectionPage(getNextPage func(context.Context, SchemaCollection) (SchemaCollection, error)) SchemaCollectionPage + func (page *SchemaCollectionPage) Next() error + func (page *SchemaCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page SchemaCollectionPage) NotDone() bool + func (page SchemaCollectionPage) Response() SchemaCollection + func (page SchemaCollectionPage) Values() []SchemaContract + type SchemaContract struct + ID *string + Name *string + Type *string + func (sc *SchemaContract) UnmarshalJSON(body []byte) error + func (sc SchemaContract) MarshalJSON() ([]byte, error) + type SchemaContractProperties struct + ContentType *string + func (scp *SchemaContractProperties) UnmarshalJSON(body []byte) error + func (scp SchemaContractProperties) MarshalJSON() ([]byte, error) + type SchemaDocumentProperties struct + Value *string + type ServiceApplyNetworkConfigurationParameters struct + Location *string + type ServiceApplyNetworkConfigurationUpdatesFuture struct + func (future *ServiceApplyNetworkConfigurationUpdatesFuture) Result(client ServiceClient) (sr ServiceResource, err error) + type ServiceBackupFuture struct + func (future *ServiceBackupFuture) Result(client ServiceClient) (sr ServiceResource, err error) + type ServiceBackupRestoreParameters struct + AccessKey *string + BackupName *string + ContainerName *string + StorageAccount *string + type ServiceBaseProperties struct + AdditionalLocations *[]AdditionalLocation + Certificates *[]CertificateConfiguration + CreatedAtUtc *date.Time + CustomProperties map[string]*string + GatewayRegionalURL *string + GatewayURL *string + HostnameConfigurations *[]HostnameConfiguration + ManagementAPIURL *string + NotificationSenderEmail *string + PortalURL *string + ProvisioningState *string + ScmURL *string + StaticIps *[]string + TargetProvisioningState *string + VirtualNetworkConfiguration *VirtualNetworkConfiguration + VirtualNetworkType VirtualNetworkType + func (sbp ServiceBaseProperties) MarshalJSON() ([]byte, error) + type ServiceCheckNameAvailabilityParameters struct + Name *string + type ServiceClient struct + func NewServiceClient(subscriptionID string) ServiceClient + func NewServiceClientWithBaseURI(baseURI string, subscriptionID string) ServiceClient + func (client ServiceClient) ApplyNetworkConfigurationUpdates(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ServiceApplyNetworkConfigurationUpdatesFuture, err error) + func (client ServiceClient) ApplyNetworkConfigurationUpdatesPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ServiceClient) ApplyNetworkConfigurationUpdatesResponder(resp *http.Response) (result ServiceResource, err error) + func (client ServiceClient) ApplyNetworkConfigurationUpdatesSender(req *http.Request) (future ServiceApplyNetworkConfigurationUpdatesFuture, err error) + func (client ServiceClient) Backup(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ServiceBackupFuture, err error) + func (client ServiceClient) BackupPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ServiceClient) BackupResponder(resp *http.Response) (result ServiceResource, err error) + func (client ServiceClient) BackupSender(req *http.Request) (future ServiceBackupFuture, err error) + func (client ServiceClient) CheckNameAvailability(ctx context.Context, parameters ServiceCheckNameAvailabilityParameters) (result ServiceNameAvailabilityResult, err error) + func (client ServiceClient) CheckNameAvailabilityPreparer(ctx context.Context, parameters ServiceCheckNameAvailabilityParameters) (*http.Request, error) + func (client ServiceClient) CheckNameAvailabilityResponder(resp *http.Response) (result ServiceNameAvailabilityResult, err error) + func (client ServiceClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client ServiceClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ServiceCreateOrUpdateFuture, err error) + func (client ServiceClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ServiceClient) CreateOrUpdateResponder(resp *http.Response) (result ServiceResource, err error) + func (client ServiceClient) CreateOrUpdateSender(req *http.Request) (future ServiceCreateOrUpdateFuture, err error) + func (client ServiceClient) Delete(ctx context.Context, resourceGroupName string, serviceName string) (result autorest.Response, err error) + func (client ServiceClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client ServiceClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ServiceClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ServiceClient) Get(ctx context.Context, resourceGroupName string, serviceName string) (result ServiceResource, err error) + func (client ServiceClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client ServiceClient) GetResponder(resp *http.Response) (result ServiceResource, err error) + func (client ServiceClient) GetSender(req *http.Request) (*http.Response, error) + func (client ServiceClient) GetSsoToken(ctx context.Context, resourceGroupName string, serviceName string) (result ServiceGetSsoTokenResult, err error) + func (client ServiceClient) GetSsoTokenPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client ServiceClient) GetSsoTokenResponder(resp *http.Response) (result ServiceGetSsoTokenResult, err error) + func (client ServiceClient) GetSsoTokenSender(req *http.Request) (*http.Response, error) + func (client ServiceClient) List(ctx context.Context) (result ServiceListResultPage, err error) + func (client ServiceClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ServiceListResultPage, err error) + func (client ServiceClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result ServiceListResultIterator, err error) + func (client ServiceClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client ServiceClient) ListByResourceGroupResponder(resp *http.Response) (result ServiceListResult, err error) + func (client ServiceClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client ServiceClient) ListComplete(ctx context.Context) (result ServiceListResultIterator, err error) + func (client ServiceClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client ServiceClient) ListResponder(resp *http.Response) (result ServiceListResult, err error) + func (client ServiceClient) ListSender(req *http.Request) (*http.Response, error) + func (client ServiceClient) Restore(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ServiceRestoreFuture, err error) + func (client ServiceClient) RestorePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ServiceClient) RestoreResponder(resp *http.Response) (result ServiceResource, err error) + func (client ServiceClient) RestoreSender(req *http.Request) (future ServiceRestoreFuture, err error) + func (client ServiceClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ServiceUpdateFuture, err error) + func (client ServiceClient) UpdateHostname(ctx context.Context, resourceGroupName string, serviceName string, ...) (result ServiceUpdateHostnameFuture, err error) + func (client ServiceClient) UpdateHostnamePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ServiceClient) UpdateHostnameResponder(resp *http.Response) (result ServiceResource, err error) + func (client ServiceClient) UpdateHostnameSender(req *http.Request) (future ServiceUpdateHostnameFuture, err error) + func (client ServiceClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ServiceClient) UpdateResponder(resp *http.Response) (result ServiceResource, err error) + func (client ServiceClient) UpdateSender(req *http.Request) (future ServiceUpdateFuture, err error) + func (client ServiceClient) UploadCertificate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result CertificateInformation, err error) + func (client ServiceClient) UploadCertificatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client ServiceClient) UploadCertificateResponder(resp *http.Response) (result CertificateInformation, err error) + func (client ServiceClient) UploadCertificateSender(req *http.Request) (*http.Response, error) + type ServiceCreateOrUpdateFuture struct + func (future *ServiceCreateOrUpdateFuture) Result(client ServiceClient) (sr ServiceResource, err error) + type ServiceGetSsoTokenResult struct + RedirectURI *string + type ServiceIdentity struct + PrincipalID *uuid.UUID + TenantID *uuid.UUID + Type *string + type ServiceListResult struct + NextLink *string + Value *[]ServiceResource + func (slr ServiceListResult) IsEmpty() bool + type ServiceListResultIterator struct + func NewServiceListResultIterator(page ServiceListResultPage) ServiceListResultIterator + func (iter *ServiceListResultIterator) Next() error + func (iter *ServiceListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ServiceListResultIterator) NotDone() bool + func (iter ServiceListResultIterator) Response() ServiceListResult + func (iter ServiceListResultIterator) Value() ServiceResource + type ServiceListResultPage struct + func NewServiceListResultPage(...) ServiceListResultPage + func (page *ServiceListResultPage) Next() error + func (page *ServiceListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ServiceListResultPage) NotDone() bool + func (page ServiceListResultPage) Response() ServiceListResult + func (page ServiceListResultPage) Values() []ServiceResource + type ServiceNameAvailabilityResult struct + Message *string + NameAvailable *bool + Reason NameAvailabilityReason + type ServiceProperties struct + AdditionalLocations *[]AdditionalLocation + Certificates *[]CertificateConfiguration + CreatedAtUtc *date.Time + CustomProperties map[string]*string + GatewayRegionalURL *string + GatewayURL *string + HostnameConfigurations *[]HostnameConfiguration + ManagementAPIURL *string + NotificationSenderEmail *string + PortalURL *string + ProvisioningState *string + PublisherEmail *string + PublisherName *string + ScmURL *string + StaticIps *[]string + TargetProvisioningState *string + VirtualNetworkConfiguration *VirtualNetworkConfiguration + VirtualNetworkType VirtualNetworkType + func (sp ServiceProperties) MarshalJSON() ([]byte, error) + type ServiceResource struct + Etag *string + ID *string + Identity *ServiceIdentity + Location *string + Name *string + Sku *ServiceSkuProperties + Tags map[string]*string + Type *string + func (sr *ServiceResource) UnmarshalJSON(body []byte) error + func (sr ServiceResource) MarshalJSON() ([]byte, error) + type ServiceRestoreFuture struct + func (future *ServiceRestoreFuture) Result(client ServiceClient) (sr ServiceResource, err error) + type ServiceSkuProperties struct + Capacity *int32 + Name SkuType + type ServiceUpdateFuture struct + func (future *ServiceUpdateFuture) Result(client ServiceClient) (sr ServiceResource, err error) + type ServiceUpdateHostnameFuture struct + func (future *ServiceUpdateHostnameFuture) Result(client ServiceClient) (sr ServiceResource, err error) + type ServiceUpdateHostnameParameters struct + Delete *[]HostnameType + Update *[]HostnameConfigurationOld + type ServiceUpdateParameters struct + Etag *string + ID *string + Identity *ServiceIdentity + Name *string + Sku *ServiceSkuProperties + Tags map[string]*string + Type *string + func (sup *ServiceUpdateParameters) UnmarshalJSON(body []byte) error + func (sup ServiceUpdateParameters) MarshalJSON() ([]byte, error) + type ServiceUpdateProperties struct + AdditionalLocations *[]AdditionalLocation + Certificates *[]CertificateConfiguration + CreatedAtUtc *date.Time + CustomProperties map[string]*string + GatewayRegionalURL *string + GatewayURL *string + HostnameConfigurations *[]HostnameConfiguration + ManagementAPIURL *string + NotificationSenderEmail *string + PortalURL *string + ProvisioningState *string + PublisherEmail *string + PublisherName *string + ScmURL *string + StaticIps *[]string + TargetProvisioningState *string + VirtualNetworkConfiguration *VirtualNetworkConfiguration + VirtualNetworkType VirtualNetworkType + func (sup ServiceUpdateProperties) MarshalJSON() ([]byte, error) + type ServiceUploadCertificateParameters struct + Certificate *string + CertificatePassword *string + Type HostnameType + type SignInSettingsClient struct + func NewSignInSettingsClient(subscriptionID string) SignInSettingsClient + func NewSignInSettingsClientWithBaseURI(baseURI string, subscriptionID string) SignInSettingsClient + func (client SignInSettingsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result PortalSigninSettings, err error) + func (client SignInSettingsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client SignInSettingsClient) CreateOrUpdateResponder(resp *http.Response) (result PortalSigninSettings, err error) + func (client SignInSettingsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client SignInSettingsClient) Get(ctx context.Context, resourceGroupName string, serviceName string) (result PortalSigninSettings, err error) + func (client SignInSettingsClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client SignInSettingsClient) GetResponder(resp *http.Response) (result PortalSigninSettings, err error) + func (client SignInSettingsClient) GetSender(req *http.Request) (*http.Response, error) + func (client SignInSettingsClient) Head(ctx context.Context, resourceGroupName string, serviceName string) (result autorest.Response, err error) + func (client SignInSettingsClient) HeadPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client SignInSettingsClient) HeadResponder(resp *http.Response) (result autorest.Response, err error) + func (client SignInSettingsClient) HeadSender(req *http.Request) (*http.Response, error) + func (client SignInSettingsClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client SignInSettingsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client SignInSettingsClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client SignInSettingsClient) UpdateSender(req *http.Request) (*http.Response, error) + type SignUpSettingsClient struct + func NewSignUpSettingsClient(subscriptionID string) SignUpSettingsClient + func NewSignUpSettingsClientWithBaseURI(baseURI string, subscriptionID string) SignUpSettingsClient + func (client SignUpSettingsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result PortalSignupSettings, err error) + func (client SignUpSettingsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client SignUpSettingsClient) CreateOrUpdateResponder(resp *http.Response) (result PortalSignupSettings, err error) + func (client SignUpSettingsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client SignUpSettingsClient) Get(ctx context.Context, resourceGroupName string, serviceName string) (result PortalSignupSettings, err error) + func (client SignUpSettingsClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client SignUpSettingsClient) GetResponder(resp *http.Response) (result PortalSignupSettings, err error) + func (client SignUpSettingsClient) GetSender(req *http.Request) (*http.Response, error) + func (client SignUpSettingsClient) Head(ctx context.Context, resourceGroupName string, serviceName string) (result autorest.Response, err error) + func (client SignUpSettingsClient) HeadPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client SignUpSettingsClient) HeadResponder(resp *http.Response) (result autorest.Response, err error) + func (client SignUpSettingsClient) HeadSender(req *http.Request) (*http.Response, error) + func (client SignUpSettingsClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client SignUpSettingsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client SignUpSettingsClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client SignUpSettingsClient) UpdateSender(req *http.Request) (*http.Response, error) + type SkuType string + const SkuTypeBasic + const SkuTypeDeveloper + const SkuTypePremium + const SkuTypeStandard + func PossibleSkuTypeValues() []SkuType + type State string + const Closed + const Open + const Proposed + const Removed + const Resolved + func PossibleStateValues() []State + type StoreName string + const CertificateAuthority + const Root + func PossibleStoreNameValues() []StoreName + type SubscriptionClient struct + func NewSubscriptionClient(subscriptionID string) SubscriptionClient + func NewSubscriptionClientWithBaseURI(baseURI string, subscriptionID string) SubscriptionClient + func (client SubscriptionClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, sid string, ...) (result SubscriptionContract, err error) + func (client SubscriptionClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, sid string, ...) (*http.Request, error) + func (client SubscriptionClient) CreateOrUpdateResponder(resp *http.Response) (result SubscriptionContract, err error) + func (client SubscriptionClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client SubscriptionClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, sid string, ...) (result autorest.Response, err error) + func (client SubscriptionClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, sid string, ...) (*http.Request, error) + func (client SubscriptionClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client SubscriptionClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client SubscriptionClient) Get(ctx context.Context, resourceGroupName string, serviceName string, sid string) (result SubscriptionContract, err error) + func (client SubscriptionClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, sid string) (result autorest.Response, err error) + func (client SubscriptionClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, sid string) (*http.Request, error) + func (client SubscriptionClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error) + func (client SubscriptionClient) GetEntityTagSender(req *http.Request) (*http.Response, error) + func (client SubscriptionClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, sid string) (*http.Request, error) + func (client SubscriptionClient) GetResponder(resp *http.Response) (result SubscriptionContract, err error) + func (client SubscriptionClient) GetSender(req *http.Request) (*http.Response, error) + func (client SubscriptionClient) List(ctx context.Context, resourceGroupName string, serviceName string, ...) (result SubscriptionCollectionPage, err error) + func (client SubscriptionClient) ListComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result SubscriptionCollectionIterator, err error) + func (client SubscriptionClient) ListPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client SubscriptionClient) ListResponder(resp *http.Response) (result SubscriptionCollection, err error) + func (client SubscriptionClient) ListSender(req *http.Request) (*http.Response, error) + func (client SubscriptionClient) RegeneratePrimaryKey(ctx context.Context, resourceGroupName string, serviceName string, sid string) (result autorest.Response, err error) + func (client SubscriptionClient) RegeneratePrimaryKeyPreparer(ctx context.Context, resourceGroupName string, serviceName string, sid string) (*http.Request, error) + func (client SubscriptionClient) RegeneratePrimaryKeyResponder(resp *http.Response) (result autorest.Response, err error) + func (client SubscriptionClient) RegeneratePrimaryKeySender(req *http.Request) (*http.Response, error) + func (client SubscriptionClient) RegenerateSecondaryKey(ctx context.Context, resourceGroupName string, serviceName string, sid string) (result autorest.Response, err error) + func (client SubscriptionClient) RegenerateSecondaryKeyPreparer(ctx context.Context, resourceGroupName string, serviceName string, sid string) (*http.Request, error) + func (client SubscriptionClient) RegenerateSecondaryKeyResponder(resp *http.Response) (result autorest.Response, err error) + func (client SubscriptionClient) RegenerateSecondaryKeySender(req *http.Request) (*http.Response, error) + func (client SubscriptionClient) Update(ctx context.Context, resourceGroupName string, serviceName string, sid string, ...) (result autorest.Response, err error) + func (client SubscriptionClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, sid string, ...) (*http.Request, error) + func (client SubscriptionClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client SubscriptionClient) UpdateSender(req *http.Request) (*http.Response, error) + type SubscriptionCollection struct + NextLink *string + Value *[]SubscriptionContract + func (sc SubscriptionCollection) IsEmpty() bool + type SubscriptionCollectionIterator struct + func NewSubscriptionCollectionIterator(page SubscriptionCollectionPage) SubscriptionCollectionIterator + func (iter *SubscriptionCollectionIterator) Next() error + func (iter *SubscriptionCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter SubscriptionCollectionIterator) NotDone() bool + func (iter SubscriptionCollectionIterator) Response() SubscriptionCollection + func (iter SubscriptionCollectionIterator) Value() SubscriptionContract + type SubscriptionCollectionPage struct + func NewSubscriptionCollectionPage(...) SubscriptionCollectionPage + func (page *SubscriptionCollectionPage) Next() error + func (page *SubscriptionCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page SubscriptionCollectionPage) NotDone() bool + func (page SubscriptionCollectionPage) Response() SubscriptionCollection + func (page SubscriptionCollectionPage) Values() []SubscriptionContract + type SubscriptionContract struct + ID *string + Name *string + Type *string + func (sc *SubscriptionContract) UnmarshalJSON(body []byte) error + func (sc SubscriptionContract) MarshalJSON() ([]byte, error) + type SubscriptionContractProperties struct + CreatedDate *date.Time + DisplayName *string + EndDate *date.Time + ExpirationDate *date.Time + NotificationDate *date.Time + PrimaryKey *string + ProductID *string + SecondaryKey *string + StartDate *date.Time + State SubscriptionState + StateComment *string + UserID *string + type SubscriptionCreateParameterProperties struct + DisplayName *string + PrimaryKey *string + ProductID *string + SecondaryKey *string + State SubscriptionState + UserID *string + type SubscriptionCreateParameters struct + func (scp *SubscriptionCreateParameters) UnmarshalJSON(body []byte) error + func (scp SubscriptionCreateParameters) MarshalJSON() ([]byte, error) + type SubscriptionKeyParameterNamesContract struct + Header *string + Query *string + type SubscriptionState string + const Active + const Cancelled + const Expired + const Rejected + const Submitted + const Suspended + func PossibleSubscriptionStateValues() []SubscriptionState + type SubscriptionUpdateParameterProperties struct + DisplayName *string + ExpirationDate *date.Time + PrimaryKey *string + ProductID *string + SecondaryKey *string + State SubscriptionState + StateComment *string + UserID *string + type SubscriptionUpdateParameters struct + func (sup *SubscriptionUpdateParameters) UnmarshalJSON(body []byte) error + func (sup SubscriptionUpdateParameters) MarshalJSON() ([]byte, error) + type SubscriptionsDelegationSettingsProperties struct + Enabled *bool + type TagClient struct + func NewTagClient(subscriptionID string) TagClient + func NewTagClientWithBaseURI(baseURI string, subscriptionID string) TagClient + func (client TagClient) AssignToAPI(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagContract, err error) + func (client TagClient) AssignToAPIPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagClient) AssignToAPIResponder(resp *http.Response) (result TagContract, err error) + func (client TagClient) AssignToAPISender(req *http.Request) (*http.Response, error) + func (client TagClient) AssignToOperation(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagContract, err error) + func (client TagClient) AssignToOperationPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagClient) AssignToOperationResponder(resp *http.Response) (result TagContract, err error) + func (client TagClient) AssignToOperationSender(req *http.Request) (*http.Response, error) + func (client TagClient) AssignToProduct(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagContract, err error) + func (client TagClient) AssignToProductPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagClient) AssignToProductResponder(resp *http.Response) (result TagContract, err error) + func (client TagClient) AssignToProductSender(req *http.Request) (*http.Response, error) + func (client TagClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagContract, err error) + func (client TagClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagClient) CreateOrUpdateResponder(resp *http.Response) (result TagContract, err error) + func (client TagClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client TagClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client TagClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client TagClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client TagClient) DetachFromAPI(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client TagClient) DetachFromAPIPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagClient) DetachFromAPIResponder(resp *http.Response) (result autorest.Response, err error) + func (client TagClient) DetachFromAPISender(req *http.Request) (*http.Response, error) + func (client TagClient) DetachFromOperation(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client TagClient) DetachFromOperationPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagClient) DetachFromOperationResponder(resp *http.Response) (result autorest.Response, err error) + func (client TagClient) DetachFromOperationSender(req *http.Request) (*http.Response, error) + func (client TagClient) DetachFromProduct(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client TagClient) DetachFromProductPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagClient) DetachFromProductResponder(resp *http.Response) (result autorest.Response, err error) + func (client TagClient) DetachFromProductSender(req *http.Request) (*http.Response, error) + func (client TagClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagContract, err error) + func (client TagClient) GetByAPI(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagContract, err error) + func (client TagClient) GetByAPIPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagClient) GetByAPIResponder(resp *http.Response) (result TagContract, err error) + func (client TagClient) GetByAPISender(req *http.Request) (*http.Response, error) + func (client TagClient) GetByOperation(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagContract, err error) + func (client TagClient) GetByOperationPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagClient) GetByOperationResponder(resp *http.Response) (result TagContract, err error) + func (client TagClient) GetByOperationSender(req *http.Request) (*http.Response, error) + func (client TagClient) GetByProduct(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagContract, err error) + func (client TagClient) GetByProductPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagClient) GetByProductResponder(resp *http.Response) (result TagContract, err error) + func (client TagClient) GetByProductSender(req *http.Request) (*http.Response, error) + func (client TagClient) GetEntityState(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client TagClient) GetEntityStateByAPI(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client TagClient) GetEntityStateByAPIPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagClient) GetEntityStateByAPIResponder(resp *http.Response) (result autorest.Response, err error) + func (client TagClient) GetEntityStateByAPISender(req *http.Request) (*http.Response, error) + func (client TagClient) GetEntityStateByOperation(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client TagClient) GetEntityStateByOperationPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagClient) GetEntityStateByOperationResponder(resp *http.Response) (result autorest.Response, err error) + func (client TagClient) GetEntityStateByOperationSender(req *http.Request) (*http.Response, error) + func (client TagClient) GetEntityStateByProduct(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client TagClient) GetEntityStateByProductPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagClient) GetEntityStateByProductResponder(resp *http.Response) (result autorest.Response, err error) + func (client TagClient) GetEntityStateByProductSender(req *http.Request) (*http.Response, error) + func (client TagClient) GetEntityStatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagClient) GetEntityStateResponder(resp *http.Response) (result autorest.Response, err error) + func (client TagClient) GetEntityStateSender(req *http.Request) (*http.Response, error) + func (client TagClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagClient) GetResponder(resp *http.Response) (result TagContract, err error) + func (client TagClient) GetSender(req *http.Request) (*http.Response, error) + func (client TagClient) ListByAPI(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagCollectionPage, err error) + func (client TagClient) ListByAPIComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagCollectionIterator, err error) + func (client TagClient) ListByAPIPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagClient) ListByAPIResponder(resp *http.Response) (result TagCollection, err error) + func (client TagClient) ListByAPISender(req *http.Request) (*http.Response, error) + func (client TagClient) ListByOperation(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagCollectionPage, err error) + func (client TagClient) ListByOperationComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagCollectionIterator, err error) + func (client TagClient) ListByOperationPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagClient) ListByOperationResponder(resp *http.Response) (result TagCollection, err error) + func (client TagClient) ListByOperationSender(req *http.Request) (*http.Response, error) + func (client TagClient) ListByProduct(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagCollectionPage, err error) + func (client TagClient) ListByProductComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagCollectionIterator, err error) + func (client TagClient) ListByProductPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagClient) ListByProductResponder(resp *http.Response) (result TagCollection, err error) + func (client TagClient) ListByProductSender(req *http.Request) (*http.Response, error) + func (client TagClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagCollectionPage, err error) + func (client TagClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagCollectionIterator, err error) + func (client TagClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagClient) ListByServiceResponder(resp *http.Response) (result TagCollection, err error) + func (client TagClient) ListByServiceSender(req *http.Request) (*http.Response, error) + func (client TagClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client TagClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client TagClient) UpdateSender(req *http.Request) (*http.Response, error) + type TagCollection struct + NextLink *string + Value *[]TagContract + func (tc TagCollection) IsEmpty() bool + type TagCollectionIterator struct + func NewTagCollectionIterator(page TagCollectionPage) TagCollectionIterator + func (iter *TagCollectionIterator) Next() error + func (iter *TagCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter TagCollectionIterator) NotDone() bool + func (iter TagCollectionIterator) Response() TagCollection + func (iter TagCollectionIterator) Value() TagContract + type TagCollectionPage struct + func NewTagCollectionPage(getNextPage func(context.Context, TagCollection) (TagCollection, error)) TagCollectionPage + func (page *TagCollectionPage) Next() error + func (page *TagCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page TagCollectionPage) NotDone() bool + func (page TagCollectionPage) Response() TagCollection + func (page TagCollectionPage) Values() []TagContract + type TagContract struct + ID *string + Name *string + Type *string + func (tc *TagContract) UnmarshalJSON(body []byte) error + func (tc TagContract) MarshalJSON() ([]byte, error) + type TagContractProperties struct + DisplayName *string + type TagCreateUpdateParameters struct + func (tcup *TagCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (tcup TagCreateUpdateParameters) MarshalJSON() ([]byte, error) + type TagDescriptionBaseProperties struct + Description *string + ExternalDocsDescription *string + ExternalDocsURL *string + type TagDescriptionClient struct + func NewTagDescriptionClient(subscriptionID string) TagDescriptionClient + func NewTagDescriptionClientWithBaseURI(baseURI string, subscriptionID string) TagDescriptionClient + func (client TagDescriptionClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagDescriptionContract, err error) + func (client TagDescriptionClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagDescriptionClient) CreateOrUpdateResponder(resp *http.Response) (result TagDescriptionContract, err error) + func (client TagDescriptionClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client TagDescriptionClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client TagDescriptionClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagDescriptionClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client TagDescriptionClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client TagDescriptionClient) Get(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagDescriptionContract, err error) + func (client TagDescriptionClient) GetEntityState(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client TagDescriptionClient) GetEntityStatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagDescriptionClient) GetEntityStateResponder(resp *http.Response) (result autorest.Response, err error) + func (client TagDescriptionClient) GetEntityStateSender(req *http.Request) (*http.Response, error) + func (client TagDescriptionClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagDescriptionClient) GetResponder(resp *http.Response) (result TagDescriptionContract, err error) + func (client TagDescriptionClient) GetSender(req *http.Request) (*http.Response, error) + func (client TagDescriptionClient) ListByAPI(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagDescriptionCollectionPage, err error) + func (client TagDescriptionClient) ListByAPIComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagDescriptionCollectionIterator, err error) + func (client TagDescriptionClient) ListByAPIPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagDescriptionClient) ListByAPIResponder(resp *http.Response) (result TagDescriptionCollection, err error) + func (client TagDescriptionClient) ListByAPISender(req *http.Request) (*http.Response, error) + type TagDescriptionCollection struct + NextLink *string + Value *[]TagDescriptionContract + func (tdc TagDescriptionCollection) IsEmpty() bool + type TagDescriptionCollectionIterator struct + func NewTagDescriptionCollectionIterator(page TagDescriptionCollectionPage) TagDescriptionCollectionIterator + func (iter *TagDescriptionCollectionIterator) Next() error + func (iter *TagDescriptionCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter TagDescriptionCollectionIterator) NotDone() bool + func (iter TagDescriptionCollectionIterator) Response() TagDescriptionCollection + func (iter TagDescriptionCollectionIterator) Value() TagDescriptionContract + type TagDescriptionCollectionPage struct + func NewTagDescriptionCollectionPage(...) TagDescriptionCollectionPage + func (page *TagDescriptionCollectionPage) Next() error + func (page *TagDescriptionCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page TagDescriptionCollectionPage) NotDone() bool + func (page TagDescriptionCollectionPage) Response() TagDescriptionCollection + func (page TagDescriptionCollectionPage) Values() []TagDescriptionContract + type TagDescriptionContract struct + ID *string + Name *string + Type *string + func (tdc *TagDescriptionContract) UnmarshalJSON(body []byte) error + func (tdc TagDescriptionContract) MarshalJSON() ([]byte, error) + type TagDescriptionContractProperties struct + Description *string + DisplayName *string + ExternalDocsDescription *string + ExternalDocsURL *string + type TagDescriptionCreateParameters struct + func (tdcp *TagDescriptionCreateParameters) UnmarshalJSON(body []byte) error + func (tdcp TagDescriptionCreateParameters) MarshalJSON() ([]byte, error) + type TagResourceClient struct + func NewTagResourceClient(subscriptionID string) TagResourceClient + func NewTagResourceClientWithBaseURI(baseURI string, subscriptionID string) TagResourceClient + func (client TagResourceClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagResourceCollectionPage, err error) + func (client TagResourceClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TagResourceCollectionIterator, err error) + func (client TagResourceClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TagResourceClient) ListByServiceResponder(resp *http.Response) (result TagResourceCollection, err error) + func (client TagResourceClient) ListByServiceSender(req *http.Request) (*http.Response, error) + type TagResourceCollection struct + NextLink *string + Value *[]TagResourceContract + func (trc TagResourceCollection) IsEmpty() bool + type TagResourceCollectionIterator struct + func NewTagResourceCollectionIterator(page TagResourceCollectionPage) TagResourceCollectionIterator + func (iter *TagResourceCollectionIterator) Next() error + func (iter *TagResourceCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter TagResourceCollectionIterator) NotDone() bool + func (iter TagResourceCollectionIterator) Response() TagResourceCollection + func (iter TagResourceCollectionIterator) Value() TagResourceContract + type TagResourceCollectionPage struct + func NewTagResourceCollectionPage(...) TagResourceCollectionPage + func (page *TagResourceCollectionPage) Next() error + func (page *TagResourceCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page TagResourceCollectionPage) NotDone() bool + func (page TagResourceCollectionPage) Response() TagResourceCollection + func (page TagResourceCollectionPage) Values() []TagResourceContract + type TagResourceContract struct + ID *string + Name *string + Type *string + func (trc *TagResourceContract) UnmarshalJSON(body []byte) error + func (trc TagResourceContract) MarshalJSON() ([]byte, error) + type TagResourceContractProperties struct + API *APIContract + Operation *OperationEntityContract + Product *ProductContract + Tag *TagContract + type TemplateName string + const AccountClosedDeveloper + const ApplicationApprovedNotificationMessage + const ConfirmSignUpIdentityDefault + const EmailChangeIdentityDefault + const InviteUserNotificationMessage + const NewCommentNotificationMessage + const NewDeveloperNotificationMessage + const NewIssueNotificationMessage + const PasswordResetByAdminNotificationMessage + const PasswordResetIdentityDefault + const PurchaseDeveloperNotificationMessage + const QuotaLimitApproachingDeveloperNotificationMessage + const RejectDeveloperNotificationMessage + const RequestDeveloperNotificationMessage + func PossibleTemplateNameValues() []TemplateName + type TenantAccessClient struct + func NewTenantAccessClient(subscriptionID string) TenantAccessClient + func NewTenantAccessClientWithBaseURI(baseURI string, subscriptionID string) TenantAccessClient + func (client TenantAccessClient) Get(ctx context.Context, resourceGroupName string, serviceName string) (result AccessInformationContract, err error) + func (client TenantAccessClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client TenantAccessClient) GetResponder(resp *http.Response) (result AccessInformationContract, err error) + func (client TenantAccessClient) GetSender(req *http.Request) (*http.Response, error) + func (client TenantAccessClient) RegeneratePrimaryKey(ctx context.Context, resourceGroupName string, serviceName string) (result autorest.Response, err error) + func (client TenantAccessClient) RegeneratePrimaryKeyPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client TenantAccessClient) RegeneratePrimaryKeyResponder(resp *http.Response) (result autorest.Response, err error) + func (client TenantAccessClient) RegeneratePrimaryKeySender(req *http.Request) (*http.Response, error) + func (client TenantAccessClient) RegenerateSecondaryKey(ctx context.Context, resourceGroupName string, serviceName string) (result autorest.Response, err error) + func (client TenantAccessClient) RegenerateSecondaryKeyPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client TenantAccessClient) RegenerateSecondaryKeyResponder(resp *http.Response) (result autorest.Response, err error) + func (client TenantAccessClient) RegenerateSecondaryKeySender(req *http.Request) (*http.Response, error) + func (client TenantAccessClient) Update(ctx context.Context, resourceGroupName string, serviceName string, ...) (result autorest.Response, err error) + func (client TenantAccessClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TenantAccessClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client TenantAccessClient) UpdateSender(req *http.Request) (*http.Response, error) + type TenantAccessGitClient struct + func NewTenantAccessGitClient(subscriptionID string) TenantAccessGitClient + func NewTenantAccessGitClientWithBaseURI(baseURI string, subscriptionID string) TenantAccessGitClient + func (client TenantAccessGitClient) Get(ctx context.Context, resourceGroupName string, serviceName string) (result AccessInformationContract, err error) + func (client TenantAccessGitClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client TenantAccessGitClient) GetResponder(resp *http.Response) (result AccessInformationContract, err error) + func (client TenantAccessGitClient) GetSender(req *http.Request) (*http.Response, error) + func (client TenantAccessGitClient) RegeneratePrimaryKey(ctx context.Context, resourceGroupName string, serviceName string) (result autorest.Response, err error) + func (client TenantAccessGitClient) RegeneratePrimaryKeyPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client TenantAccessGitClient) RegeneratePrimaryKeyResponder(resp *http.Response) (result autorest.Response, err error) + func (client TenantAccessGitClient) RegeneratePrimaryKeySender(req *http.Request) (*http.Response, error) + func (client TenantAccessGitClient) RegenerateSecondaryKey(ctx context.Context, resourceGroupName string, serviceName string) (result autorest.Response, err error) + func (client TenantAccessGitClient) RegenerateSecondaryKeyPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client TenantAccessGitClient) RegenerateSecondaryKeyResponder(resp *http.Response) (result autorest.Response, err error) + func (client TenantAccessGitClient) RegenerateSecondaryKeySender(req *http.Request) (*http.Response, error) + type TenantConfigurationClient struct + func NewTenantConfigurationClient(subscriptionID string) TenantConfigurationClient + func NewTenantConfigurationClientWithBaseURI(baseURI string, subscriptionID string) TenantConfigurationClient + func (client TenantConfigurationClient) Deploy(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TenantConfigurationDeployFuture, err error) + func (client TenantConfigurationClient) DeployPreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TenantConfigurationClient) DeployResponder(resp *http.Response) (result OperationResultContract, err error) + func (client TenantConfigurationClient) DeploySender(req *http.Request) (future TenantConfigurationDeployFuture, err error) + func (client TenantConfigurationClient) GetSyncState(ctx context.Context, resourceGroupName string, serviceName string) (result TenantConfigurationSyncStateContract, err error) + func (client TenantConfigurationClient) GetSyncStatePreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error) + func (client TenantConfigurationClient) GetSyncStateResponder(resp *http.Response) (result TenantConfigurationSyncStateContract, err error) + func (client TenantConfigurationClient) GetSyncStateSender(req *http.Request) (*http.Response, error) + func (client TenantConfigurationClient) Save(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TenantConfigurationSaveFuture, err error) + func (client TenantConfigurationClient) SavePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TenantConfigurationClient) SaveResponder(resp *http.Response) (result OperationResultContract, err error) + func (client TenantConfigurationClient) SaveSender(req *http.Request) (future TenantConfigurationSaveFuture, err error) + func (client TenantConfigurationClient) Validate(ctx context.Context, resourceGroupName string, serviceName string, ...) (result TenantConfigurationValidateFuture, err error) + func (client TenantConfigurationClient) ValidatePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client TenantConfigurationClient) ValidateResponder(resp *http.Response) (result OperationResultContract, err error) + func (client TenantConfigurationClient) ValidateSender(req *http.Request) (future TenantConfigurationValidateFuture, err error) + type TenantConfigurationDeployFuture struct + func (future *TenantConfigurationDeployFuture) Result(client TenantConfigurationClient) (orc OperationResultContract, err error) + type TenantConfigurationSaveFuture struct + func (future *TenantConfigurationSaveFuture) Result(client TenantConfigurationClient) (orc OperationResultContract, err error) + type TenantConfigurationSyncStateContract struct + Branch *string + CommitID *string + ConfigurationChangeDate *date.Time + IsExport *bool + IsGitEnabled *bool + IsSynced *bool + SyncDate *date.Time + type TenantConfigurationValidateFuture struct + func (future *TenantConfigurationValidateFuture) Result(client TenantConfigurationClient) (orc OperationResultContract, err error) + type TermsOfServiceProperties struct + ConsentRequired *bool + Enabled *bool + Text *string + type TokenBodyParameterContract struct + Name *string + Value *string + type UserClient struct + func NewUserClient(subscriptionID string) UserClient + func NewUserClientWithBaseURI(baseURI string, subscriptionID string) UserClient + func (client UserClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, UID string, ...) (result UserContract, err error) + func (client UserClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, UID string, ...) (*http.Request, error) + func (client UserClient) CreateOrUpdateResponder(resp *http.Response) (result UserContract, err error) + func (client UserClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client UserClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, UID string, ...) (result autorest.Response, err error) + func (client UserClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, UID string, ...) (*http.Request, error) + func (client UserClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client UserClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client UserClient) GenerateSsoURL(ctx context.Context, resourceGroupName string, serviceName string, UID string) (result GenerateSsoURLResult, err error) + func (client UserClient) GenerateSsoURLPreparer(ctx context.Context, resourceGroupName string, serviceName string, UID string) (*http.Request, error) + func (client UserClient) GenerateSsoURLResponder(resp *http.Response) (result GenerateSsoURLResult, err error) + func (client UserClient) GenerateSsoURLSender(req *http.Request) (*http.Response, error) + func (client UserClient) Get(ctx context.Context, resourceGroupName string, serviceName string, UID string) (result UserContract, err error) + func (client UserClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, UID string) (result autorest.Response, err error) + func (client UserClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, UID string) (*http.Request, error) + func (client UserClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error) + func (client UserClient) GetEntityTagSender(req *http.Request) (*http.Response, error) + func (client UserClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, UID string) (*http.Request, error) + func (client UserClient) GetResponder(resp *http.Response) (result UserContract, err error) + func (client UserClient) GetSender(req *http.Request) (*http.Response, error) + func (client UserClient) GetSharedAccessToken(ctx context.Context, resourceGroupName string, serviceName string, UID string, ...) (result UserTokenResult, err error) + func (client UserClient) GetSharedAccessTokenPreparer(ctx context.Context, resourceGroupName string, serviceName string, UID string, ...) (*http.Request, error) + func (client UserClient) GetSharedAccessTokenResponder(resp *http.Response) (result UserTokenResult, err error) + func (client UserClient) GetSharedAccessTokenSender(req *http.Request) (*http.Response, error) + func (client UserClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, ...) (result UserCollectionPage, err error) + func (client UserClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, ...) (result UserCollectionIterator, err error) + func (client UserClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, ...) (*http.Request, error) + func (client UserClient) ListByServiceResponder(resp *http.Response) (result UserCollection, err error) + func (client UserClient) ListByServiceSender(req *http.Request) (*http.Response, error) + func (client UserClient) Update(ctx context.Context, resourceGroupName string, serviceName string, UID string, ...) (result autorest.Response, err error) + func (client UserClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, UID string, ...) (*http.Request, error) + func (client UserClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client UserClient) UpdateSender(req *http.Request) (*http.Response, error) + type UserCollection struct + NextLink *string + Value *[]UserContract + func (uc UserCollection) IsEmpty() bool + type UserCollectionIterator struct + func NewUserCollectionIterator(page UserCollectionPage) UserCollectionIterator + func (iter *UserCollectionIterator) Next() error + func (iter *UserCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter UserCollectionIterator) NotDone() bool + func (iter UserCollectionIterator) Response() UserCollection + func (iter UserCollectionIterator) Value() UserContract + type UserCollectionPage struct + func NewUserCollectionPage(getNextPage func(context.Context, UserCollection) (UserCollection, error)) UserCollectionPage + func (page *UserCollectionPage) Next() error + func (page *UserCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page UserCollectionPage) NotDone() bool + func (page UserCollectionPage) Response() UserCollection + func (page UserCollectionPage) Values() []UserContract + type UserContract struct + ID *string + Name *string + Type *string + func (uc *UserContract) UnmarshalJSON(body []byte) error + func (uc UserContract) MarshalJSON() ([]byte, error) + type UserContractProperties struct + Email *string + FirstName *string + Groups *[]GroupContract + Identities *[]UserIdentityContract + LastName *string + Note *string + RegistrationDate *date.Time + State UserState + type UserCreateParameterProperties struct + Confirmation Confirmation + Email *string + FirstName *string + Identities *[]UserIdentityContract + LastName *string + Note *string + Password *string + State UserState + type UserCreateParameters struct + func (ucp *UserCreateParameters) UnmarshalJSON(body []byte) error + func (ucp UserCreateParameters) MarshalJSON() ([]byte, error) + type UserEntityBaseParameters struct + Identities *[]UserIdentityContract + Note *string + State UserState + type UserGroupClient struct + func NewUserGroupClient(subscriptionID string) UserGroupClient + func NewUserGroupClientWithBaseURI(baseURI string, subscriptionID string) UserGroupClient + func (client UserGroupClient) List(ctx context.Context, resourceGroupName string, serviceName string, UID string, ...) (result GroupCollectionPage, err error) + func (client UserGroupClient) ListComplete(ctx context.Context, resourceGroupName string, serviceName string, UID string, ...) (result GroupCollectionIterator, err error) + func (client UserGroupClient) ListPreparer(ctx context.Context, resourceGroupName string, serviceName string, UID string, ...) (*http.Request, error) + func (client UserGroupClient) ListResponder(resp *http.Response) (result GroupCollection, err error) + func (client UserGroupClient) ListSender(req *http.Request) (*http.Response, error) + type UserIdentitiesClient struct + func NewUserIdentitiesClient(subscriptionID string) UserIdentitiesClient + func NewUserIdentitiesClientWithBaseURI(baseURI string, subscriptionID string) UserIdentitiesClient + func (client UserIdentitiesClient) List(ctx context.Context, resourceGroupName string, serviceName string, UID string) (result UserIdentityCollection, err error) + func (client UserIdentitiesClient) ListPreparer(ctx context.Context, resourceGroupName string, serviceName string, UID string) (*http.Request, error) + func (client UserIdentitiesClient) ListResponder(resp *http.Response) (result UserIdentityCollection, err error) + func (client UserIdentitiesClient) ListSender(req *http.Request) (*http.Response, error) + type UserIdentityCollection struct + Count *int64 + NextLink *string + Value *[]UserIdentityContract + type UserIdentityContract struct + ID *string + Provider *string + type UserState string + const UserStateActive + const UserStateBlocked + const UserStateDeleted + const UserStatePending + func PossibleUserStateValues() []UserState + type UserSubscriptionClient struct + func NewUserSubscriptionClient(subscriptionID string) UserSubscriptionClient + func NewUserSubscriptionClientWithBaseURI(baseURI string, subscriptionID string) UserSubscriptionClient + func (client UserSubscriptionClient) List(ctx context.Context, resourceGroupName string, serviceName string, UID string, ...) (result SubscriptionCollectionPage, err error) + func (client UserSubscriptionClient) ListComplete(ctx context.Context, resourceGroupName string, serviceName string, UID string, ...) (result SubscriptionCollectionIterator, err error) + func (client UserSubscriptionClient) ListPreparer(ctx context.Context, resourceGroupName string, serviceName string, UID string, ...) (*http.Request, error) + func (client UserSubscriptionClient) ListResponder(resp *http.Response) (result SubscriptionCollection, err error) + func (client UserSubscriptionClient) ListSender(req *http.Request) (*http.Response, error) + type UserTokenParameters struct + Expiry *date.Time + KeyType KeyType + type UserTokenResult struct + Value *string + type UserUpdateParameters struct + func (uup *UserUpdateParameters) UnmarshalJSON(body []byte) error + func (uup UserUpdateParameters) MarshalJSON() ([]byte, error) + type UserUpdateParametersProperties struct + Email *string + FirstName *string + Identities *[]UserIdentityContract + LastName *string + Note *string + Password *string + State UserState + type VersioningScheme string + const VersioningSchemeHeader + const VersioningSchemeQuery + const VersioningSchemeSegment + func PossibleVersioningSchemeValues() []VersioningScheme + type VirtualNetworkConfiguration struct + SubnetResourceID *string + Subnetname *string + Vnetid *string + type VirtualNetworkType string + const VirtualNetworkTypeExternal + const VirtualNetworkTypeInternal + const VirtualNetworkTypeNone + func PossibleVirtualNetworkTypeValues() []VirtualNetworkType + type X509CertificateName struct + IssuerCertificateThumbprint *string + Name *string Other modules containing this package gopkg.in/Azure/azure-sdk-for-go.v15 gopkg.in/Azure/azure-sdk-for-go.v16 gopkg.in/Azure/azure-sdk-for-go.v17 gopkg.in/Azure/azure-sdk-for-go.v18 gopkg.in/Azure/azure-sdk-for-go.v19 gopkg.in/Azure/azure-sdk-for-go.v20 gopkg.in/Azure/azure-sdk-for-go.v21 gopkg.in/Azure/azure-sdk-for-go.v22 gopkg.in/Azure/azure-sdk-for-go.v23 gopkg.in/Azure/azure-sdk-for-go.v24 gopkg.in/Azure/azure-sdk-for-go.v25 gopkg.in/Azure/azure-sdk-for-go.v26 gopkg.in/Azure/azure-sdk-for-go.v27 gopkg.in/Azure/azure-sdk-for-go.v29 gopkg.in/Azure/azure-sdk-for-go.v30 gopkg.in/Azure/azure-sdk-for-go.v31 gopkg.in/Azure/azure-sdk-for-go.v32 gopkg.in/Azure/azure-sdk-for-go.v33 gopkg.in/Azure/azure-sdk-for-go.v34 gopkg.in/Azure/azure-sdk-for-go.v35 gopkg.in/Azure/azure-sdk-for-go.v36 gopkg.in/Azure/azure-sdk-for-go.v37 gopkg.in/Azure/azure-sdk-for-go.v38 gopkg.in/Azure/azure-sdk-for-go.v39 gopkg.in/Azure/azure-sdk-for-go.v40 gopkg.in/Azure/azure-sdk-for-go.v41 gopkg.in/Azure/azure-sdk-for-go.v42 gopkg.in/Azure/azure-sdk-for-go.v43 gopkg.in/Azure/azure-sdk-for-go.v44 gopkg.in/Azure/azure-sdk-for-go.v45 gopkg.in/Azure/azure-sdk-for-go.v46 gopkg.in/Azure/azure-sdk-for-go.v48