package apimanagement
import "github.com/Azure/azure-sdk-for-go/services/apimanagement/mgmt/2019-12-01/apimanagement"
Package apimanagement implements the Azure ARM Apimanagement service API version 2019-12-01.
ApiManagement Client
- Constants
- func UserAgent() string
- func Version() string
- type APIClient
- func NewAPIClient(subscriptionID string) APIClient
- func NewAPIClientWithBaseURI(baseURI string, subscriptionID string) APIClient
- func (client APIClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, apiid string, parameters APICreateOrUpdateParameter, ifMatch string) (result APICreateOrUpdateFuture, err error)
- func (client APIClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, parameters APICreateOrUpdateParameter, ifMatch string) (*http.Request, error)
- func (client APIClient) CreateOrUpdateResponder(resp *http.Response) (result APIContract, err error)
- func (client APIClient) CreateOrUpdateSender(req *http.Request) (future APICreateOrUpdateFuture, err error)
- func (client APIClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, apiid string, ifMatch string, deleteRevisions *bool) (result autorest.Response, err error)
- func (client APIClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, ifMatch string, deleteRevisions *bool) (*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, apiid string) (result APIContract, err error)
- func (client APIClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, apiid string) (result autorest.Response, err error)
- func (client APIClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid 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, apiid 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, filter string, top *int32, skip *int32, tags string, expandAPIVersionSet *bool) (result APICollectionPage, err error)
- func (client APIClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, tags string, expandAPIVersionSet *bool) (result APICollectionIterator, err error)
- func (client APIClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, tags string, expandAPIVersionSet *bool) (*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, filter string, top *int32, skip *int32, includeNotTaggedApis *bool) (result TagResourceCollectionPage, err error)
- func (client APIClient) ListByTagsComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, includeNotTaggedApis *bool) (result TagResourceCollectionIterator, err error)
- func (client APIClient) ListByTagsPreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, includeNotTaggedApis *bool) (*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, apiid string, parameters APIUpdateContract, ifMatch string) (result autorest.Response, err error)
- func (client APIClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, parameters APIUpdateContract, ifMatch 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
- type APICollectionIterator
- type APICollectionPage
- type APIContract
- type APIContractProperties
- type APIContractUpdateProperties
- type APICreateOrUpdateFuture
- type APICreateOrUpdateParameter
- type APICreateOrUpdateProperties
- type APICreateOrUpdatePropertiesWsdlSelector
- type APIDiagnosticClient
- func NewAPIDiagnosticClient(subscriptionID string) APIDiagnosticClient
- func NewAPIDiagnosticClientWithBaseURI(baseURI string, subscriptionID string) APIDiagnosticClient
- func (client APIDiagnosticClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, apiid string, diagnosticID string, parameters DiagnosticContract, ifMatch string) (result DiagnosticContract, err error)
- func (client APIDiagnosticClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, diagnosticID string, parameters DiagnosticContract, ifMatch 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, apiid string, diagnosticID string, ifMatch string) (result autorest.Response, err error)
- func (client APIDiagnosticClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, diagnosticID string, ifMatch 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, apiid string, diagnosticID string) (result DiagnosticContract, err error)
- func (client APIDiagnosticClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, apiid string, diagnosticID string) (result autorest.Response, err error)
- func (client APIDiagnosticClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, diagnosticID string) (*http.Request, error)
- func (client APIDiagnosticClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error)
- func (client APIDiagnosticClient) GetEntityTagSender(req *http.Request) (*http.Response, error)
- func (client APIDiagnosticClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, diagnosticID 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) ListByService(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32) (result DiagnosticCollectionPage, err error)
- func (client APIDiagnosticClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32) (result DiagnosticCollectionIterator, err error)
- func (client APIDiagnosticClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32) (*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, apiid string, diagnosticID string, parameters DiagnosticContract, ifMatch string) (result autorest.Response, err error)
- func (client APIDiagnosticClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, diagnosticID string, parameters DiagnosticContract, ifMatch 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 APIEntityBaseContract
- type APIExportClient
- func NewAPIExportClient(subscriptionID string) APIExportClient
- func NewAPIExportClientWithBaseURI(baseURI string, subscriptionID string) APIExportClient
- func (client APIExportClient) Get(ctx context.Context, resourceGroupName string, serviceName string, apiid string, formatParameter ExportFormat) (result APIExportResult, err error)
- func (client APIExportClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, formatParameter ExportFormat) (*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
- type APIExportResultValue
- type APIIssueAttachmentClient
- func NewAPIIssueAttachmentClient(subscriptionID string) APIIssueAttachmentClient
- func NewAPIIssueAttachmentClientWithBaseURI(baseURI string, subscriptionID string) APIIssueAttachmentClient
- func (client APIIssueAttachmentClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, attachmentID string, parameters IssueAttachmentContract, ifMatch string) (result IssueAttachmentContract, err error)
- func (client APIIssueAttachmentClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, attachmentID string, parameters IssueAttachmentContract, ifMatch 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, apiid string, issueID string, attachmentID string, ifMatch string) (result autorest.Response, err error)
- func (client APIIssueAttachmentClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, attachmentID string, ifMatch 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, apiid string, issueID string, attachmentID string) (result IssueAttachmentContract, err error)
- func (client APIIssueAttachmentClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, attachmentID string) (result autorest.Response, err error)
- func (client APIIssueAttachmentClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, attachmentID string) (*http.Request, error)
- func (client APIIssueAttachmentClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error)
- func (client APIIssueAttachmentClient) GetEntityTagSender(req *http.Request) (*http.Response, error)
- func (client APIIssueAttachmentClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, attachmentID 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)
- func (client APIIssueAttachmentClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, filter string, top *int32, skip *int32) (result IssueAttachmentCollectionPage, err error)
- func (client APIIssueAttachmentClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, filter string, top *int32, skip *int32) (result IssueAttachmentCollectionIterator, err error)
- func (client APIIssueAttachmentClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, filter string, top *int32, skip *int32) (*http.Request, error)
- func (client APIIssueAttachmentClient) ListByServiceResponder(resp *http.Response) (result IssueAttachmentCollection, err error)
- func (client APIIssueAttachmentClient) ListByServiceSender(req *http.Request) (*http.Response, error)
- type APIIssueClient
- func NewAPIIssueClient(subscriptionID string) APIIssueClient
- func NewAPIIssueClientWithBaseURI(baseURI string, subscriptionID string) APIIssueClient
- func (client APIIssueClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, parameters IssueContract, ifMatch string) (result IssueContract, err error)
- func (client APIIssueClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, parameters IssueContract, ifMatch 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, apiid string, issueID string, ifMatch string) (result autorest.Response, err error)
- func (client APIIssueClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, ifMatch 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, apiid string, issueID string, expandCommentsAttachments *bool) (result IssueContract, err error)
- func (client APIIssueClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string) (result autorest.Response, err error)
- func (client APIIssueClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string) (*http.Request, error)
- func (client APIIssueClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error)
- func (client APIIssueClient) GetEntityTagSender(req *http.Request) (*http.Response, error)
- func (client APIIssueClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, expandCommentsAttachments *bool) (*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) ListByService(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, expandCommentsAttachments *bool, top *int32, skip *int32) (result IssueCollectionPage, err error)
- func (client APIIssueClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, expandCommentsAttachments *bool, top *int32, skip *int32) (result IssueCollectionIterator, err error)
- func (client APIIssueClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, expandCommentsAttachments *bool, top *int32, skip *int32) (*http.Request, error)
- func (client APIIssueClient) ListByServiceResponder(resp *http.Response) (result IssueCollection, err error)
- func (client APIIssueClient) ListByServiceSender(req *http.Request) (*http.Response, error)
- func (client APIIssueClient) Update(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, parameters IssueUpdateContract, ifMatch string) (result autorest.Response, err error)
- func (client APIIssueClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, parameters IssueUpdateContract, ifMatch string) (*http.Request, error)
- func (client APIIssueClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error)
- func (client APIIssueClient) UpdateSender(req *http.Request) (*http.Response, error)
- type APIIssueCommentClient
- func NewAPIIssueCommentClient(subscriptionID string) APIIssueCommentClient
- func NewAPIIssueCommentClientWithBaseURI(baseURI string, subscriptionID string) APIIssueCommentClient
- func (client APIIssueCommentClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, commentID string, parameters IssueCommentContract, ifMatch string) (result IssueCommentContract, err error)
- func (client APIIssueCommentClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, commentID string, parameters IssueCommentContract, ifMatch 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, apiid string, issueID string, commentID string, ifMatch string) (result autorest.Response, err error)
- func (client APIIssueCommentClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, commentID string, ifMatch 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, apiid string, issueID string, commentID string) (result IssueCommentContract, err error)
- func (client APIIssueCommentClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, commentID string) (result autorest.Response, err error)
- func (client APIIssueCommentClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, commentID string) (*http.Request, error)
- func (client APIIssueCommentClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error)
- func (client APIIssueCommentClient) GetEntityTagSender(req *http.Request) (*http.Response, error)
- func (client APIIssueCommentClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, commentID 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)
- func (client APIIssueCommentClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, filter string, top *int32, skip *int32) (result IssueCommentCollectionPage, err error)
- func (client APIIssueCommentClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, filter string, top *int32, skip *int32) (result IssueCommentCollectionIterator, err error)
- func (client APIIssueCommentClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, issueID string, filter string, top *int32, skip *int32) (*http.Request, error)
- func (client APIIssueCommentClient) ListByServiceResponder(resp *http.Response) (result IssueCommentCollection, err error)
- func (client APIIssueCommentClient) ListByServiceSender(req *http.Request) (*http.Response, error)
- type APIOperationClient
- func NewAPIOperationClient(subscriptionID string) APIOperationClient
- func NewAPIOperationClientWithBaseURI(baseURI string, subscriptionID string) APIOperationClient
- func (client APIOperationClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, apiid string, operationID string, parameters OperationContract, ifMatch string) (result OperationContract, err error)
- func (client APIOperationClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, operationID string, parameters OperationContract, ifMatch 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, apiid string, operationID string, ifMatch string) (result autorest.Response, err error)
- func (client APIOperationClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, operationID string, ifMatch 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, apiid string, operationID string) (result OperationContract, err error)
- func (client APIOperationClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, apiid string, operationID string) (result autorest.Response, err error)
- func (client APIOperationClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, operationID 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, apiid string, operationID 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, apiid string, filter string, top *int32, skip *int32, tags string) (result OperationCollectionPage, err error)
- func (client APIOperationClient) ListByAPIComplete(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32, tags string) (result OperationCollectionIterator, err error)
- func (client APIOperationClient) ListByAPIPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32, tags 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, apiid string, operationID string, parameters OperationUpdateContract, ifMatch string) (result autorest.Response, err error)
- func (client APIOperationClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, operationID string, parameters OperationUpdateContract, ifMatch 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
- func NewAPIOperationPolicyClient(subscriptionID string) APIOperationPolicyClient
- func NewAPIOperationPolicyClientWithBaseURI(baseURI string, subscriptionID string) APIOperationPolicyClient
- func (client APIOperationPolicyClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, apiid string, operationID string, parameters PolicyContract, ifMatch string) (result PolicyContract, err error)
- func (client APIOperationPolicyClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, operationID string, parameters PolicyContract, ifMatch 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, apiid string, operationID string, ifMatch string) (result autorest.Response, err error)
- func (client APIOperationPolicyClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, operationID string, ifMatch 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, apiid string, operationID string, formatParameter PolicyExportFormat) (result PolicyContract, err error)
- func (client APIOperationPolicyClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, apiid string, operationID string) (result autorest.Response, err error)
- func (client APIOperationPolicyClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, operationID 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, apiid string, operationID string, formatParameter PolicyExportFormat) (*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, apiid string, operationID string) (result PolicyCollection, err error)
- func (client APIOperationPolicyClient) ListByOperationPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, operationID 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
- func NewAPIPolicyClient(subscriptionID string) APIPolicyClient
- func NewAPIPolicyClientWithBaseURI(baseURI string, subscriptionID string) APIPolicyClient
- func (client APIPolicyClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, apiid string, parameters PolicyContract, ifMatch string) (result PolicyContract, err error)
- func (client APIPolicyClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, parameters PolicyContract, ifMatch 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, apiid string, ifMatch string) (result autorest.Response, err error)
- func (client APIPolicyClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, ifMatch 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, apiid string, formatParameter PolicyExportFormat) (result PolicyContract, err error)
- func (client APIPolicyClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, apiid string) (result autorest.Response, err error)
- func (client APIPolicyClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid 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, apiid string, formatParameter PolicyExportFormat) (*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, apiid string) (result PolicyCollection, err error)
- func (client APIPolicyClient) ListByAPIPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid 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
- func NewAPIProductClient(subscriptionID string) APIProductClient
- func NewAPIProductClientWithBaseURI(baseURI string, subscriptionID string) APIProductClient
- func (client APIProductClient) ListByApis(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32) (result ProductCollectionPage, err error)
- func (client APIProductClient) ListByApisComplete(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32) (result ProductCollectionIterator, err error)
- func (client APIProductClient) ListByApisPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32) (*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
- func NewAPIReleaseClient(subscriptionID string) APIReleaseClient
- func NewAPIReleaseClientWithBaseURI(baseURI string, subscriptionID string) APIReleaseClient
- func (client APIReleaseClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, apiid string, releaseID string, parameters APIReleaseContract, ifMatch string) (result APIReleaseContract, err error)
- func (client APIReleaseClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, releaseID string, parameters APIReleaseContract, ifMatch string) (*http.Request, error)
- func (client APIReleaseClient) CreateOrUpdateResponder(resp *http.Response) (result APIReleaseContract, err error)
- func (client APIReleaseClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client APIReleaseClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, apiid string, releaseID string, ifMatch string) (result autorest.Response, err error)
- func (client APIReleaseClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, releaseID string, ifMatch 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, apiid string, releaseID string) (result APIReleaseContract, err error)
- func (client APIReleaseClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, apiid string, releaseID string) (result autorest.Response, err error)
- func (client APIReleaseClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, releaseID string) (*http.Request, error)
- func (client APIReleaseClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error)
- func (client APIReleaseClient) GetEntityTagSender(req *http.Request) (*http.Response, error)
- func (client APIReleaseClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, releaseID 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) ListByService(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32) (result APIReleaseCollectionPage, err error)
- func (client APIReleaseClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32) (result APIReleaseCollectionIterator, err error)
- func (client APIReleaseClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32) (*http.Request, error)
- func (client APIReleaseClient) ListByServiceResponder(resp *http.Response) (result APIReleaseCollection, err error)
- func (client APIReleaseClient) ListByServiceSender(req *http.Request) (*http.Response, error)
- func (client APIReleaseClient) Update(ctx context.Context, resourceGroupName string, serviceName string, apiid string, releaseID string, parameters APIReleaseContract, ifMatch string) (result autorest.Response, err error)
- func (client APIReleaseClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, releaseID string, 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
- type APIReleaseCollectionIterator
- type APIReleaseCollectionPage
- type APIReleaseContract
- type APIReleaseContractProperties
- type APIRevisionClient
- func NewAPIRevisionClient(subscriptionID string) APIRevisionClient
- func NewAPIRevisionClientWithBaseURI(baseURI string, subscriptionID string) APIRevisionClient
- func (client APIRevisionClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32) (result APIRevisionCollectionPage, err error)
- func (client APIRevisionClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32) (result APIRevisionCollectionIterator, err error)
- func (client APIRevisionClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32) (*http.Request, error)
- func (client APIRevisionClient) ListByServiceResponder(resp *http.Response) (result APIRevisionCollection, err error)
- func (client APIRevisionClient) ListByServiceSender(req *http.Request) (*http.Response, error)
- type APIRevisionCollection
- type APIRevisionCollectionIterator
- type APIRevisionCollectionPage
- type APIRevisionContract
- type APIRevisionInfoContract
- type APISchemaClient
- func NewAPISchemaClient(subscriptionID string) APISchemaClient
- func NewAPISchemaClientWithBaseURI(baseURI string, subscriptionID string) APISchemaClient
- func (client APISchemaClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, apiid string, schemaID string, parameters SchemaContract, ifMatch string) (result APISchemaCreateOrUpdateFuture, err error)
- func (client APISchemaClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, schemaID string, parameters SchemaContract, ifMatch string) (*http.Request, error)
- func (client APISchemaClient) CreateOrUpdateResponder(resp *http.Response) (result SchemaContract, err error)
- func (client APISchemaClient) CreateOrUpdateSender(req *http.Request) (future APISchemaCreateOrUpdateFuture, err error)
- func (client APISchemaClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, apiid string, schemaID string, ifMatch string, force *bool) (result autorest.Response, err error)
- func (client APISchemaClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, schemaID string, ifMatch string, force *bool) (*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, apiid string, schemaID string) (result SchemaContract, err error)
- func (client APISchemaClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, apiid string, schemaID string) (result autorest.Response, err error)
- func (client APISchemaClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, schemaID 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, apiid string, schemaID 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, apiid string, filter string, top *int32, skip *int32) (result SchemaCollectionPage, err error)
- func (client APISchemaClient) ListByAPIComplete(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32) (result SchemaCollectionIterator, err error)
- func (client APISchemaClient) ListByAPIPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32) (*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 APISchemaCreateOrUpdateFuture
- type APITagDescriptionClient
- func NewAPITagDescriptionClient(subscriptionID string) APITagDescriptionClient
- func NewAPITagDescriptionClientWithBaseURI(baseURI string, subscriptionID string) APITagDescriptionClient
- func (client APITagDescriptionClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, apiid string, tagDescriptionID string, parameters TagDescriptionCreateParameters, ifMatch string) (result TagDescriptionContract, err error)
- func (client APITagDescriptionClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, tagDescriptionID string, parameters TagDescriptionCreateParameters, ifMatch string) (*http.Request, error)
- func (client APITagDescriptionClient) CreateOrUpdateResponder(resp *http.Response) (result TagDescriptionContract, err error)
- func (client APITagDescriptionClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client APITagDescriptionClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, apiid string, tagDescriptionID string, ifMatch string) (result autorest.Response, err error)
- func (client APITagDescriptionClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, tagDescriptionID string, ifMatch string) (*http.Request, error)
- func (client APITagDescriptionClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client APITagDescriptionClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client APITagDescriptionClient) Get(ctx context.Context, resourceGroupName string, serviceName string, apiid string, tagDescriptionID string) (result TagDescriptionContract, err error)
- func (client APITagDescriptionClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, apiid string, tagDescriptionID string) (result autorest.Response, err error)
- func (client APITagDescriptionClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, tagDescriptionID string) (*http.Request, error)
- func (client APITagDescriptionClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error)
- func (client APITagDescriptionClient) GetEntityTagSender(req *http.Request) (*http.Response, error)
- func (client APITagDescriptionClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, tagDescriptionID string) (*http.Request, error)
- func (client APITagDescriptionClient) GetResponder(resp *http.Response) (result TagDescriptionContract, err error)
- func (client APITagDescriptionClient) GetSender(req *http.Request) (*http.Response, error)
- func (client APITagDescriptionClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32) (result TagDescriptionCollectionPage, err error)
- func (client APITagDescriptionClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32) (result TagDescriptionCollectionIterator, err error)
- func (client APITagDescriptionClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32) (*http.Request, error)
- func (client APITagDescriptionClient) ListByServiceResponder(resp *http.Response) (result TagDescriptionCollection, err error)
- func (client APITagDescriptionClient) ListByServiceSender(req *http.Request) (*http.Response, error)
- type APITagResourceContractProperties
- type APIType
- type APIUpdateContract
- type APIVersionConstraint
- type APIVersionSetClient
- func NewAPIVersionSetClient(subscriptionID string) APIVersionSetClient
- func NewAPIVersionSetClientWithBaseURI(baseURI string, subscriptionID string) APIVersionSetClient
- func (client APIVersionSetClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, versionSetID string, parameters APIVersionSetContract, ifMatch string) (result APIVersionSetContract, err error)
- func (client APIVersionSetClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, versionSetID string, parameters APIVersionSetContract, ifMatch string) (*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, resourceGroupName string, serviceName string, versionSetID string, ifMatch string) (result autorest.Response, err error)
- func (client APIVersionSetClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, versionSetID string, ifMatch 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, versionSetID string) (result APIVersionSetContract, err error)
- func (client APIVersionSetClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, versionSetID string) (result autorest.Response, err error)
- func (client APIVersionSetClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, versionSetID 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, versionSetID 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, filter string, top *int32, skip *int32) (result APIVersionSetCollectionPage, err error)
- func (client APIVersionSetClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (result APIVersionSetCollectionIterator, err error)
- func (client APIVersionSetClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (*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, resourceGroupName string, serviceName string, versionSetID string, parameters APIVersionSetUpdateParameters, ifMatch string) (result autorest.Response, err error)
- func (client APIVersionSetClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, versionSetID string, 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
- type APIVersionSetCollectionIterator
- type APIVersionSetCollectionPage
- type APIVersionSetContract
- type APIVersionSetContractDetails
- type APIVersionSetContractProperties
- type APIVersionSetEntityBase
- type APIVersionSetUpdateParameters
- type APIVersionSetUpdateParametersProperties
- type AccessInformationContract
- type AccessInformationUpdateParameterProperties
- type AccessInformationUpdateParameters
- type AdditionalLocation
- type AlwaysLog
- type ApimIdentityType
- type ApimResource
- type AppType
- type AssociationContract
- type AssociationContractProperties
- type AsyncOperationStatus
- type AuthenticationSettingsContract
- type AuthorizationMethod
- type AuthorizationServerClient
- func NewAuthorizationServerClient(subscriptionID string) AuthorizationServerClient
- func NewAuthorizationServerClientWithBaseURI(baseURI string, subscriptionID string) AuthorizationServerClient
- func (client AuthorizationServerClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, authsid string, parameters AuthorizationServerContract, ifMatch string) (result AuthorizationServerContract, err error)
- func (client AuthorizationServerClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, authsid string, parameters AuthorizationServerContract, ifMatch 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, authsid string, ifMatch string) (result autorest.Response, err error)
- func (client AuthorizationServerClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, authsid string, ifMatch 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, authsid string) (result AuthorizationServerContract, err error)
- func (client AuthorizationServerClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, authsid string) (result autorest.Response, err error)
- func (client AuthorizationServerClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, authsid 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, authsid 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, filter string, top *int32, skip *int32) (result AuthorizationServerCollectionPage, err error)
- func (client AuthorizationServerClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (result AuthorizationServerCollectionIterator, err error)
- func (client AuthorizationServerClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (*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) ListSecrets(ctx context.Context, resourceGroupName string, serviceName string, authsid string) (result ClientSecretContract, err error)
- func (client AuthorizationServerClient) ListSecretsPreparer(ctx context.Context, resourceGroupName string, serviceName string, authsid string) (*http.Request, error)
- func (client AuthorizationServerClient) ListSecretsResponder(resp *http.Response) (result ClientSecretContract, err error)
- func (client AuthorizationServerClient) ListSecretsSender(req *http.Request) (*http.Response, error)
- func (client AuthorizationServerClient) Update(ctx context.Context, resourceGroupName string, serviceName string, authsid string, parameters AuthorizationServerUpdateContract, ifMatch string) (result autorest.Response, err error)
- func (client AuthorizationServerClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, authsid string, parameters AuthorizationServerUpdateContract, ifMatch 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
- type AuthorizationServerCollectionIterator
- type AuthorizationServerCollectionPage
- type AuthorizationServerContract
- type AuthorizationServerContractBaseProperties
- type AuthorizationServerContractProperties
- type AuthorizationServerUpdateContract
- type AuthorizationServerUpdateContractProperties
- type BackendAuthorizationHeaderCredentials
- type BackendBaseParameters
- type BackendClient
- func NewBackendClient(subscriptionID string) BackendClient
- func NewBackendClientWithBaseURI(baseURI string, subscriptionID string) BackendClient
- func (client BackendClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, backendID string, parameters BackendContract, ifMatch string) (result BackendContract, err error)
- func (client BackendClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, backendID string, parameters BackendContract, ifMatch 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, backendID string, ifMatch string) (result autorest.Response, err error)
- func (client BackendClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, backendID string, ifMatch 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, backendID string) (result BackendContract, err error)
- func (client BackendClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, backendID string) (result autorest.Response, err error)
- func (client BackendClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, backendID 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, backendID 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, filter string, top *int32, skip *int32) (result BackendCollectionPage, err error)
- func (client BackendClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (result BackendCollectionIterator, err error)
- func (client BackendClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (*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, backendID string, parameters *BackendReconnectContract) (result autorest.Response, err error)
- func (client BackendClient) ReconnectPreparer(ctx context.Context, resourceGroupName string, serviceName string, backendID string, parameters *BackendReconnectContract) (*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, backendID string, parameters BackendUpdateParameters, ifMatch string) (result autorest.Response, err error)
- func (client BackendClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, backendID string, parameters BackendUpdateParameters, ifMatch 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
- type BackendCollectionIterator
- type BackendCollectionPage
- type BackendContract
- type BackendContractProperties
- type BackendCredentialsContract
- type BackendProperties
- type BackendProtocol
- type BackendProxyContract
- type BackendReconnectContract
- type BackendReconnectProperties
- type BackendServiceFabricClusterProperties
- type BackendTLSProperties
- type BackendUpdateParameterProperties
- type BackendUpdateParameters
- type BaseClient
- type BearerTokenSendingMethod
- type BearerTokenSendingMethods
- type BodyDiagnosticSettings
- type CacheClient
- func NewCacheClient(subscriptionID string) CacheClient
- func NewCacheClientWithBaseURI(baseURI string, subscriptionID string) CacheClient
- func (client CacheClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, cacheID string, parameters CacheContract, ifMatch string) (result CacheContract, err error)
- func (client CacheClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, cacheID string, parameters CacheContract, ifMatch string) (*http.Request, error)
- func (client CacheClient) CreateOrUpdateResponder(resp *http.Response) (result CacheContract, err error)
- func (client CacheClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client CacheClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, cacheID string, ifMatch string) (result autorest.Response, err error)
- func (client CacheClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, cacheID string, ifMatch string) (*http.Request, error)
- func (client CacheClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client CacheClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client CacheClient) Get(ctx context.Context, resourceGroupName string, serviceName string, cacheID string) (result CacheContract, err error)
- func (client CacheClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, cacheID string) (result autorest.Response, err error)
- func (client CacheClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, cacheID string) (*http.Request, error)
- func (client CacheClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error)
- func (client CacheClient) GetEntityTagSender(req *http.Request) (*http.Response, error)
- func (client CacheClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, cacheID string) (*http.Request, error)
- func (client CacheClient) GetResponder(resp *http.Response) (result CacheContract, err error)
- func (client CacheClient) GetSender(req *http.Request) (*http.Response, error)
- func (client CacheClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, top *int32, skip *int32) (result CacheCollectionPage, err error)
- func (client CacheClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, top *int32, skip *int32) (result CacheCollectionIterator, err error)
- func (client CacheClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, top *int32, skip *int32) (*http.Request, error)
- func (client CacheClient) ListByServiceResponder(resp *http.Response) (result CacheCollection, err error)
- func (client CacheClient) ListByServiceSender(req *http.Request) (*http.Response, error)
- func (client CacheClient) Update(ctx context.Context, resourceGroupName string, serviceName string, cacheID string, parameters CacheUpdateParameters, ifMatch string) (result autorest.Response, err error)
- func (client CacheClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, cacheID string, parameters CacheUpdateParameters, ifMatch string) (*http.Request, error)
- func (client CacheClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error)
- func (client CacheClient) UpdateSender(req *http.Request) (*http.Response, error)
- type CacheCollection
- type CacheCollectionIterator
- type CacheCollectionPage
- type CacheContract
- type CacheContractProperties
- type CacheUpdateParameters
- type CacheUpdateProperties
- type CertificateClient
- func NewCertificateClient(subscriptionID string) CertificateClient
- func NewCertificateClientWithBaseURI(baseURI string, subscriptionID string) CertificateClient
- func (client CertificateClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, certificateID string, parameters CertificateCreateOrUpdateParameters, ifMatch string) (result CertificateContract, err error)
- func (client CertificateClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, certificateID string, parameters CertificateCreateOrUpdateParameters, ifMatch 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, certificateID string, ifMatch string) (result autorest.Response, err error)
- func (client CertificateClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, certificateID string, ifMatch 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, certificateID string) (result CertificateContract, err error)
- func (client CertificateClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, certificateID string) (result autorest.Response, err error)
- func (client CertificateClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, certificateID 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, certificateID 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, filter string, top *int32, skip *int32) (result CertificateCollectionPage, err error)
- func (client CertificateClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (result CertificateCollectionIterator, err error)
- func (client CertificateClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (*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
- type CertificateCollectionIterator
- type CertificateCollectionPage
- type CertificateConfiguration
- type CertificateContract
- type CertificateContractProperties
- type CertificateCreateOrUpdateParameters
- type CertificateCreateOrUpdateProperties
- type CertificateInformation
- type ClientAuthenticationMethod
- type ClientSecretContract
- type Confirmation
- type ConnectivityStatusContract
- type ConnectivityStatusType
- type ContentFormat
- type ContentItemClient
- func NewContentItemClient(subscriptionID string) ContentItemClient
- func NewContentItemClientWithBaseURI(baseURI string, subscriptionID string) ContentItemClient
- func (client ContentItemClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, contentTypeID string, contentItemID string) (result ContentItemContract, err error)
- func (client ContentItemClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, contentTypeID string, contentItemID string) (*http.Request, error)
- func (client ContentItemClient) CreateOrUpdateResponder(resp *http.Response) (result ContentItemContract, err error)
- func (client ContentItemClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client ContentItemClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, contentTypeID string, contentItemID string) (result autorest.Response, err error)
- func (client ContentItemClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, contentTypeID string, contentItemID string) (*http.Request, error)
- func (client ContentItemClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client ContentItemClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client ContentItemClient) Get(ctx context.Context, resourceGroupName string, serviceName string, contentTypeID string, contentItemID string) (result ContentItemContract, err error)
- func (client ContentItemClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, contentTypeID string, contentItemID string) (result autorest.Response, err error)
- func (client ContentItemClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, contentTypeID string, contentItemID string) (*http.Request, error)
- func (client ContentItemClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error)
- func (client ContentItemClient) GetEntityTagSender(req *http.Request) (*http.Response, error)
- func (client ContentItemClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, contentTypeID string, contentItemID string) (*http.Request, error)
- func (client ContentItemClient) GetResponder(resp *http.Response) (result ContentItemContract, err error)
- func (client ContentItemClient) GetSender(req *http.Request) (*http.Response, error)
- func (client ContentItemClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, contentTypeID string) (result ContentItemCollectionPage, err error)
- func (client ContentItemClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, contentTypeID string) (result ContentItemCollectionIterator, err error)
- func (client ContentItemClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, contentTypeID string) (*http.Request, error)
- func (client ContentItemClient) ListByServiceResponder(resp *http.Response) (result ContentItemCollection, err error)
- func (client ContentItemClient) ListByServiceSender(req *http.Request) (*http.Response, error)
- type ContentItemCollection
- type ContentItemCollectionIterator
- type ContentItemCollectionPage
- type ContentItemContract
- type ContentTypeClient
- func NewContentTypeClient(subscriptionID string) ContentTypeClient
- func NewContentTypeClientWithBaseURI(baseURI string, subscriptionID string) ContentTypeClient
- func (client ContentTypeClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, contentTypeID string) (result ContentTypeContract, err error)
- func (client ContentTypeClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, contentTypeID string) (*http.Request, error)
- func (client ContentTypeClient) CreateOrUpdateResponder(resp *http.Response) (result ContentTypeContract, err error)
- func (client ContentTypeClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client ContentTypeClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, contentTypeID string) (result autorest.Response, err error)
- func (client ContentTypeClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, contentTypeID string) (*http.Request, error)
- func (client ContentTypeClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client ContentTypeClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client ContentTypeClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, contentTypeID string) (result autorest.Response, err error)
- func (client ContentTypeClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, contentTypeID string) (*http.Request, error)
- func (client ContentTypeClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error)
- func (client ContentTypeClient) GetEntityTagSender(req *http.Request) (*http.Response, error)
- func (client ContentTypeClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string) (result ContentTypeCollectionPage, err error)
- func (client ContentTypeClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string) (result ContentTypeCollectionIterator, err error)
- func (client ContentTypeClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error)
- func (client ContentTypeClient) ListByServiceResponder(resp *http.Response) (result ContentTypeCollection, err error)
- func (client ContentTypeClient) ListByServiceSender(req *http.Request) (*http.Response, error)
- type ContentTypeCollection
- type ContentTypeCollectionIterator
- type ContentTypeCollectionPage
- type ContentTypeContract
- type ContentTypeContractProperties
- type ContentTypesClient
- func NewContentTypesClient(subscriptionID string) ContentTypesClient
- func NewContentTypesClientWithBaseURI(baseURI string, subscriptionID string) ContentTypesClient
- func (client ContentTypesClient) Get(ctx context.Context, resourceGroupName string, serviceName string, contentTypeID string) (result ContentTypeContract, err error)
- func (client ContentTypesClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, contentTypeID string) (*http.Request, error)
- func (client ContentTypesClient) GetResponder(resp *http.Response) (result ContentTypeContract, err error)
- func (client ContentTypesClient) GetSender(req *http.Request) (*http.Response, error)
- type DelegationSettingsClient
- func NewDelegationSettingsClient(subscriptionID string) DelegationSettingsClient
- func NewDelegationSettingsClientWithBaseURI(baseURI string, subscriptionID string) DelegationSettingsClient
- func (client DelegationSettingsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, parameters PortalDelegationSettings, ifMatch string) (result PortalDelegationSettings, err error)
- func (client DelegationSettingsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, parameters PortalDelegationSettings, ifMatch 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) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string) (result autorest.Response, err error)
- func (client DelegationSettingsClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error)
- func (client DelegationSettingsClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error)
- func (client DelegationSettingsClient) GetEntityTagSender(req *http.Request) (*http.Response, 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) ListSecrets(ctx context.Context, resourceGroupName string, serviceName string) (result PortalSettingValidationKeyContract, err error)
- func (client DelegationSettingsClient) ListSecretsPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error)
- func (client DelegationSettingsClient) ListSecretsResponder(resp *http.Response) (result PortalSettingValidationKeyContract, err error)
- func (client DelegationSettingsClient) ListSecretsSender(req *http.Request) (*http.Response, error)
- func (client DelegationSettingsClient) Update(ctx context.Context, resourceGroupName string, serviceName string, parameters PortalDelegationSettings, ifMatch string) (result autorest.Response, err error)
- func (client DelegationSettingsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, parameters PortalDelegationSettings, ifMatch 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 DeployConfigurationParameterProperties
- type DeployConfigurationParameters
- type DiagnosticClient
- func NewDiagnosticClient(subscriptionID string) DiagnosticClient
- func NewDiagnosticClientWithBaseURI(baseURI string, subscriptionID string) DiagnosticClient
- func (client DiagnosticClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, diagnosticID string, parameters DiagnosticContract, ifMatch string) (result DiagnosticContract, err error)
- func (client DiagnosticClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, diagnosticID string, parameters DiagnosticContract, ifMatch 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, diagnosticID string, ifMatch string) (result autorest.Response, err error)
- func (client DiagnosticClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, diagnosticID string, ifMatch 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, diagnosticID string) (result DiagnosticContract, err error)
- func (client DiagnosticClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, diagnosticID string) (result autorest.Response, err error)
- func (client DiagnosticClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, diagnosticID string) (*http.Request, error)
- func (client DiagnosticClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error)
- func (client DiagnosticClient) GetEntityTagSender(req *http.Request) (*http.Response, error)
- func (client DiagnosticClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, diagnosticID 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) ListByService(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (result DiagnosticCollectionPage, err error)
- func (client DiagnosticClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (result DiagnosticCollectionIterator, err error)
- func (client DiagnosticClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (*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, diagnosticID string, parameters DiagnosticContract, ifMatch string) (result autorest.Response, err error)
- func (client DiagnosticClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, diagnosticID string, parameters DiagnosticContract, ifMatch 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
- type DiagnosticCollectionIterator
- type DiagnosticCollectionPage
- type DiagnosticContract
- type DiagnosticContractProperties
- type EmailTemplateClient
- func NewEmailTemplateClient(subscriptionID string) EmailTemplateClient
- func NewEmailTemplateClientWithBaseURI(baseURI string, subscriptionID string) EmailTemplateClient
- func (client EmailTemplateClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, templateName TemplateName, parameters EmailTemplateUpdateParameters, ifMatch string) (result EmailTemplateContract, err error)
- func (client EmailTemplateClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, templateName TemplateName, parameters EmailTemplateUpdateParameters, ifMatch 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, templateName TemplateName, ifMatch string) (result autorest.Response, err error)
- func (client EmailTemplateClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, templateName TemplateName, ifMatch 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, templateName TemplateName) (result EmailTemplateContract, err error)
- func (client EmailTemplateClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, templateName TemplateName) (result autorest.Response, err error)
- func (client EmailTemplateClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, templateName TemplateName) (*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, templateName TemplateName) (*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, filter string, top *int32, skip *int32) (result EmailTemplateCollectionPage, err error)
- func (client EmailTemplateClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (result EmailTemplateCollectionIterator, err error)
- func (client EmailTemplateClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *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, templateName TemplateName, parameters EmailTemplateUpdateParameters, ifMatch string) (result autorest.Response, err error)
- func (client EmailTemplateClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, templateName TemplateName, parameters EmailTemplateUpdateParameters, ifMatch 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
- type EmailTemplateCollectionIterator
- type EmailTemplateCollectionPage
- type EmailTemplateContract
- type EmailTemplateContractProperties
- type EmailTemplateParametersContractProperties
- type EmailTemplateUpdateParameterProperties
- type EmailTemplateUpdateParameters
- type ErrorFieldContract
- type ErrorResponse
- type ErrorResponseBody
- type ExportFormat
- type ExportResultFormat
- type GatewayAPIClient
- func NewGatewayAPIClient(subscriptionID string) GatewayAPIClient
- func NewGatewayAPIClientWithBaseURI(baseURI string, subscriptionID string) GatewayAPIClient
- func (client GatewayAPIClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, apiid string, parameters *AssociationContract) (result APIContract, err error)
- func (client GatewayAPIClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, apiid string, parameters *AssociationContract) (*http.Request, error)
- func (client GatewayAPIClient) CreateOrUpdateResponder(resp *http.Response) (result APIContract, err error)
- func (client GatewayAPIClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client GatewayAPIClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, apiid string) (result autorest.Response, err error)
- func (client GatewayAPIClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, apiid string) (*http.Request, error)
- func (client GatewayAPIClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client GatewayAPIClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client GatewayAPIClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, apiid string) (result autorest.Response, err error)
- func (client GatewayAPIClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, apiid string) (*http.Request, error)
- func (client GatewayAPIClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error)
- func (client GatewayAPIClient) GetEntityTagSender(req *http.Request) (*http.Response, error)
- func (client GatewayAPIClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, top *int32, skip *int32) (result APICollectionPage, err error)
- func (client GatewayAPIClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, top *int32, skip *int32) (result APICollectionIterator, err error)
- func (client GatewayAPIClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, top *int32, skip *int32) (*http.Request, error)
- func (client GatewayAPIClient) ListByServiceResponder(resp *http.Response) (result APICollection, err error)
- func (client GatewayAPIClient) ListByServiceSender(req *http.Request) (*http.Response, error)
- type GatewayClient
- func NewGatewayClient(subscriptionID string) GatewayClient
- func NewGatewayClientWithBaseURI(baseURI string, subscriptionID string) GatewayClient
- func (client GatewayClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, parameters GatewayContract, ifMatch string) (result GatewayContract, err error)
- func (client GatewayClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, parameters GatewayContract, ifMatch string) (*http.Request, error)
- func (client GatewayClient) CreateOrUpdateResponder(resp *http.Response) (result GatewayContract, err error)
- func (client GatewayClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client GatewayClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, ifMatch string) (result autorest.Response, err error)
- func (client GatewayClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, ifMatch string) (*http.Request, error)
- func (client GatewayClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client GatewayClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client GatewayClient) GenerateToken(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, parameters GatewayTokenRequestContract) (result GatewayTokenContract, err error)
- func (client GatewayClient) GenerateTokenPreparer(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, parameters GatewayTokenRequestContract) (*http.Request, error)
- func (client GatewayClient) GenerateTokenResponder(resp *http.Response) (result GatewayTokenContract, err error)
- func (client GatewayClient) GenerateTokenSender(req *http.Request) (*http.Response, error)
- func (client GatewayClient) Get(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string) (result GatewayContract, err error)
- func (client GatewayClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string) (result autorest.Response, err error)
- func (client GatewayClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string) (*http.Request, error)
- func (client GatewayClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error)
- func (client GatewayClient) GetEntityTagSender(req *http.Request) (*http.Response, error)
- func (client GatewayClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string) (*http.Request, error)
- func (client GatewayClient) GetResponder(resp *http.Response) (result GatewayContract, err error)
- func (client GatewayClient) GetSender(req *http.Request) (*http.Response, error)
- func (client GatewayClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, top *int32, skip *int32) (result GatewayCollectionPage, err error)
- func (client GatewayClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, top *int32, skip *int32) (result GatewayCollectionIterator, err error)
- func (client GatewayClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, top *int32, skip *int32) (*http.Request, error)
- func (client GatewayClient) ListByServiceResponder(resp *http.Response) (result GatewayCollection, err error)
- func (client GatewayClient) ListByServiceSender(req *http.Request) (*http.Response, error)
- func (client GatewayClient) ListKeys(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string) (result GatewayKeysContract, err error)
- func (client GatewayClient) ListKeysPreparer(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string) (*http.Request, error)
- func (client GatewayClient) ListKeysResponder(resp *http.Response) (result GatewayKeysContract, err error)
- func (client GatewayClient) ListKeysSender(req *http.Request) (*http.Response, error)
- func (client GatewayClient) RegenerateKey(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, parameters GatewayKeyRegenerationRequestContract) (result autorest.Response, err error)
- func (client GatewayClient) RegenerateKeyPreparer(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, parameters GatewayKeyRegenerationRequestContract) (*http.Request, error)
- func (client GatewayClient) RegenerateKeyResponder(resp *http.Response) (result autorest.Response, err error)
- func (client GatewayClient) RegenerateKeySender(req *http.Request) (*http.Response, error)
- func (client GatewayClient) Update(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, parameters GatewayContract, ifMatch string) (result autorest.Response, err error)
- func (client GatewayClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, parameters GatewayContract, ifMatch string) (*http.Request, error)
- func (client GatewayClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error)
- func (client GatewayClient) UpdateSender(req *http.Request) (*http.Response, error)
- type GatewayCollection
- type GatewayCollectionIterator
- type GatewayCollectionPage
- type GatewayContract
- type GatewayContractProperties
- type GatewayHostnameConfigurationClient
- func NewGatewayHostnameConfigurationClient(subscriptionID string) GatewayHostnameConfigurationClient
- func NewGatewayHostnameConfigurationClientWithBaseURI(baseURI string, subscriptionID string) GatewayHostnameConfigurationClient
- func (client GatewayHostnameConfigurationClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, hcID string, parameters GatewayHostnameConfigurationContract) (result GatewayHostnameConfigurationContract, err error)
- func (client GatewayHostnameConfigurationClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, hcID string, parameters GatewayHostnameConfigurationContract) (*http.Request, error)
- func (client GatewayHostnameConfigurationClient) CreateOrUpdateResponder(resp *http.Response) (result GatewayHostnameConfigurationContract, err error)
- func (client GatewayHostnameConfigurationClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client GatewayHostnameConfigurationClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, hcID string) (result autorest.Response, err error)
- func (client GatewayHostnameConfigurationClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, hcID string) (*http.Request, error)
- func (client GatewayHostnameConfigurationClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client GatewayHostnameConfigurationClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client GatewayHostnameConfigurationClient) Get(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, hcID string) (result GatewayHostnameConfigurationContract, err error)
- func (client GatewayHostnameConfigurationClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, hcID string) (result autorest.Response, err error)
- func (client GatewayHostnameConfigurationClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, hcID string) (*http.Request, error)
- func (client GatewayHostnameConfigurationClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error)
- func (client GatewayHostnameConfigurationClient) GetEntityTagSender(req *http.Request) (*http.Response, error)
- func (client GatewayHostnameConfigurationClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, hcID string) (*http.Request, error)
- func (client GatewayHostnameConfigurationClient) GetResponder(resp *http.Response) (result GatewayHostnameConfigurationContract, err error)
- func (client GatewayHostnameConfigurationClient) GetSender(req *http.Request) (*http.Response, error)
- func (client GatewayHostnameConfigurationClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, top *int32, skip *int32) (result GatewayHostnameConfigurationCollectionPage, err error)
- func (client GatewayHostnameConfigurationClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, top *int32, skip *int32) (result GatewayHostnameConfigurationCollectionIterator, err error)
- func (client GatewayHostnameConfigurationClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, gatewayID string, top *int32, skip *int32) (*http.Request, error)
- func (client GatewayHostnameConfigurationClient) ListByServiceResponder(resp *http.Response) (result GatewayHostnameConfigurationCollection, err error)
- func (client GatewayHostnameConfigurationClient) ListByServiceSender(req *http.Request) (*http.Response, error)
- type GatewayHostnameConfigurationCollection
- type GatewayHostnameConfigurationCollectionIterator
- type GatewayHostnameConfigurationCollectionPage
- type GatewayHostnameConfigurationContract
- type GatewayHostnameConfigurationContractProperties
- type GatewayKeyRegenerationRequestContract
- type GatewayKeysContract
- type GatewayTokenContract
- type GatewayTokenRequestContract
- type GenerateSsoURLResult
- type GrantType
- type GroupClient
- func NewGroupClient(subscriptionID string) GroupClient
- func NewGroupClientWithBaseURI(baseURI string, subscriptionID string) GroupClient
- func (client GroupClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, groupID string, parameters GroupCreateParameters, ifMatch string) (result GroupContract, err error)
- func (client GroupClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, groupID string, parameters GroupCreateParameters, ifMatch 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, groupID string, ifMatch string) (result autorest.Response, err error)
- func (client GroupClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, groupID string, ifMatch 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, groupID string) (result GroupContract, err error)
- func (client GroupClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, groupID string) (result autorest.Response, err error)
- func (client GroupClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, groupID 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, groupID 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, filter string, top *int32, skip *int32) (result GroupCollectionPage, err error)
- func (client GroupClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (result GroupCollectionIterator, err error)
- func (client GroupClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (*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, groupID string, parameters GroupUpdateParameters, ifMatch string) (result autorest.Response, err error)
- func (client GroupClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, groupID string, parameters GroupUpdateParameters, ifMatch 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
- type GroupCollectionIterator
- type GroupCollectionPage
- type GroupContract
- type GroupContractProperties
- type GroupCreateParameters
- type GroupCreateParametersProperties
- type GroupType
- type GroupUpdateParameters
- type GroupUpdateParametersProperties
- type GroupUserClient
- func NewGroupUserClient(subscriptionID string) GroupUserClient
- func NewGroupUserClientWithBaseURI(baseURI string, subscriptionID string) GroupUserClient
- func (client GroupUserClient) CheckEntityExists(ctx context.Context, resourceGroupName string, serviceName string, groupID string, userID string) (result autorest.Response, err error)
- func (client GroupUserClient) CheckEntityExistsPreparer(ctx context.Context, resourceGroupName string, serviceName string, groupID string, userID 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, groupID string, userID string) (result UserContract, err error)
- func (client GroupUserClient) CreatePreparer(ctx context.Context, resourceGroupName string, serviceName string, groupID string, userID 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, groupID string, userID string) (result autorest.Response, err error)
- func (client GroupUserClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, groupID string, userID 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, groupID string, filter string, top *int32, skip *int32) (result UserCollectionPage, err error)
- func (client GroupUserClient) ListComplete(ctx context.Context, resourceGroupName string, serviceName string, groupID string, filter string, top *int32, skip *int32) (result UserCollectionIterator, err error)
- func (client GroupUserClient) ListPreparer(ctx context.Context, resourceGroupName string, serviceName string, groupID string, filter string, top *int32, skip *int32) (*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 HTTPCorrelationProtocol
- type HTTPMessageDiagnostic
- type HostnameConfiguration
- type HostnameType
- type IdentityProviderBaseParameters
- type IdentityProviderClient
- func NewIdentityProviderClient(subscriptionID string) IdentityProviderClient
- func NewIdentityProviderClientWithBaseURI(baseURI string, subscriptionID string) IdentityProviderClient
- func (client IdentityProviderClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, identityProviderName IdentityProviderType, parameters IdentityProviderCreateContract, ifMatch string) (result IdentityProviderContract, err error)
- func (client IdentityProviderClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, identityProviderName IdentityProviderType, parameters IdentityProviderCreateContract, ifMatch 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, identityProviderName IdentityProviderType, ifMatch string) (result autorest.Response, err error)
- func (client IdentityProviderClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, identityProviderName IdentityProviderType, ifMatch 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, identityProviderName IdentityProviderType) (result IdentityProviderContract, err error)
- func (client IdentityProviderClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, identityProviderName IdentityProviderType) (result autorest.Response, err error)
- func (client IdentityProviderClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, identityProviderName IdentityProviderType) (*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, identityProviderName IdentityProviderType) (*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 IdentityProviderListPage, err error)
- func (client IdentityProviderClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string) (result IdentityProviderListIterator, 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) ListSecrets(ctx context.Context, resourceGroupName string, serviceName string, identityProviderName IdentityProviderType) (result ClientSecretContract, err error)
- func (client IdentityProviderClient) ListSecretsPreparer(ctx context.Context, resourceGroupName string, serviceName string, identityProviderName IdentityProviderType) (*http.Request, error)
- func (client IdentityProviderClient) ListSecretsResponder(resp *http.Response) (result ClientSecretContract, err error)
- func (client IdentityProviderClient) ListSecretsSender(req *http.Request) (*http.Response, error)
- func (client IdentityProviderClient) Update(ctx context.Context, resourceGroupName string, serviceName string, identityProviderName IdentityProviderType, parameters IdentityProviderUpdateParameters, ifMatch string) (result autorest.Response, err error)
- func (client IdentityProviderClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, identityProviderName IdentityProviderType, parameters IdentityProviderUpdateParameters, ifMatch 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
- type IdentityProviderContractProperties
- type IdentityProviderCreateContract
- type IdentityProviderCreateContractProperties
- type IdentityProviderList
- type IdentityProviderListIterator
- type IdentityProviderListPage
- type IdentityProviderType
- type IdentityProviderUpdateParameters
- type IdentityProviderUpdateProperties
- type IssueAttachmentCollection
- type IssueAttachmentCollectionIterator
- type IssueAttachmentCollectionPage
- type IssueAttachmentContract
- type IssueAttachmentContractProperties
- type IssueClient
- func NewIssueClient(subscriptionID string) IssueClient
- func NewIssueClientWithBaseURI(baseURI string, subscriptionID string) IssueClient
- func (client IssueClient) Get(ctx context.Context, resourceGroupName string, serviceName string, issueID string) (result IssueContract, err error)
- func (client IssueClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, issueID string) (*http.Request, error)
- func (client IssueClient) GetResponder(resp *http.Response) (result IssueContract, err error)
- func (client IssueClient) GetSender(req *http.Request) (*http.Response, error)
- func (client IssueClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (result IssueCollectionPage, err error)
- func (client IssueClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (result IssueCollectionIterator, err error)
- func (client IssueClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (*http.Request, error)
- func (client IssueClient) ListByServiceResponder(resp *http.Response) (result IssueCollection, err error)
- func (client IssueClient) ListByServiceSender(req *http.Request) (*http.Response, error)
- type IssueCollection
- type IssueCollectionIterator
- type IssueCollectionPage
- type IssueCommentCollection
- type IssueCommentCollectionIterator
- type IssueCommentCollectionPage
- type IssueCommentContract
- type IssueCommentContractProperties
- type IssueContract
- type IssueContractBaseProperties
- type IssueContractProperties
- type IssueUpdateContract
- type IssueUpdateContractProperties
- type KeyType
- type ListNetworkStatusContractByLocation
- type LoggerClient
- func NewLoggerClient(subscriptionID string) LoggerClient
- func NewLoggerClientWithBaseURI(baseURI string, subscriptionID string) LoggerClient
- func (client LoggerClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, loggerID string, parameters LoggerContract, ifMatch string) (result LoggerContract, err error)
- func (client LoggerClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, loggerID string, parameters LoggerContract, ifMatch 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, loggerID string, ifMatch string, force *bool) (result autorest.Response, err error)
- func (client LoggerClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, loggerID string, ifMatch string, force *bool) (*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, loggerID string) (result LoggerContract, err error)
- func (client LoggerClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, loggerID string) (result autorest.Response, err error)
- func (client LoggerClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, loggerID 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, loggerID 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, filter string, top *int32, skip *int32) (result LoggerCollectionPage, err error)
- func (client LoggerClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (result LoggerCollectionIterator, err error)
- func (client LoggerClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (*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, loggerID string, parameters LoggerUpdateContract, ifMatch string) (result autorest.Response, err error)
- func (client LoggerClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, loggerID string, parameters LoggerUpdateContract, ifMatch 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
- type LoggerCollectionIterator
- type LoggerCollectionPage
- type LoggerContract
- type LoggerContractProperties
- type LoggerType
- type LoggerUpdateContract
- type LoggerUpdateParameters
- type NameAvailabilityReason
- type NamedValueClient
- func NewNamedValueClient(subscriptionID string) NamedValueClient
- func NewNamedValueClientWithBaseURI(baseURI string, subscriptionID string) NamedValueClient
- func (client NamedValueClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, namedValueID string, parameters NamedValueCreateContract, ifMatch string) (result NamedValueCreateOrUpdateFuture, err error)
- func (client NamedValueClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, namedValueID string, parameters NamedValueCreateContract, ifMatch string) (*http.Request, error)
- func (client NamedValueClient) CreateOrUpdateResponder(resp *http.Response) (result NamedValueContract, err error)
- func (client NamedValueClient) CreateOrUpdateSender(req *http.Request) (future NamedValueCreateOrUpdateFuture, err error)
- func (client NamedValueClient) Delete(ctx context.Context, resourceGroupName string, serviceName string, namedValueID string, ifMatch string) (result autorest.Response, err error)
- func (client NamedValueClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, namedValueID string, ifMatch string) (*http.Request, error)
- func (client NamedValueClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client NamedValueClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client NamedValueClient) Get(ctx context.Context, resourceGroupName string, serviceName string, namedValueID string) (result NamedValueContract, err error)
- func (client NamedValueClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, namedValueID string) (result autorest.Response, err error)
- func (client NamedValueClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, namedValueID string) (*http.Request, error)
- func (client NamedValueClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error)
- func (client NamedValueClient) GetEntityTagSender(req *http.Request) (*http.Response, error)
- func (client NamedValueClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, namedValueID string) (*http.Request, error)
- func (client NamedValueClient) GetResponder(resp *http.Response) (result NamedValueContract, err error)
- func (client NamedValueClient) GetSender(req *http.Request) (*http.Response, error)
- func (client NamedValueClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (result NamedValueCollectionPage, err error)
- func (client NamedValueClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (result NamedValueCollectionIterator, err error)
- func (client NamedValueClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (*http.Request, error)
- func (client NamedValueClient) ListByServiceResponder(resp *http.Response) (result NamedValueCollection, err error)
- func (client NamedValueClient) ListByServiceSender(req *http.Request) (*http.Response, error)
- func (client NamedValueClient) ListValue(ctx context.Context, resourceGroupName string, serviceName string, namedValueID string) (result PropertyValueContract, err error)
- func (client NamedValueClient) ListValuePreparer(ctx context.Context, resourceGroupName string, serviceName string, namedValueID string) (*http.Request, error)
- func (client NamedValueClient) ListValueResponder(resp *http.Response) (result PropertyValueContract, err error)
- func (client NamedValueClient) ListValueSender(req *http.Request) (*http.Response, error)
- func (client NamedValueClient) Update(ctx context.Context, resourceGroupName string, serviceName string, namedValueID string, parameters NamedValueUpdateParameters, ifMatch string) (result NamedValueUpdateFuture, err error)
- func (client NamedValueClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, namedValueID string, parameters NamedValueUpdateParameters, ifMatch string) (*http.Request, error)
- func (client NamedValueClient) UpdateResponder(resp *http.Response) (result NamedValueContract, err error)
- func (client NamedValueClient) UpdateSender(req *http.Request) (future NamedValueUpdateFuture, err error)
- type NamedValueCollection
- type NamedValueCollectionIterator
- type NamedValueCollectionPage
- type NamedValueContract
- type NamedValueContractProperties
- type NamedValueCreateContract
- type NamedValueCreateContractProperties
- type NamedValueCreateOrUpdateFuture
- type NamedValueEntityBaseParameters
- type NamedValueUpdateFuture
- type NamedValueUpdateParameterProperties
- type NamedValueUpdateParameters
- type NetworkStatusClient
- func NewNetworkStatusClient(subscriptionID string) NetworkStatusClient
- func NewNetworkStatusClientWithBaseURI(baseURI string, subscriptionID string) NetworkStatusClient
- func (client NetworkStatusClient) ListByLocation(ctx context.Context, resourceGroupName string, serviceName string, locationName string) (result NetworkStatusContract, err error)
- func (client NetworkStatusClient) ListByLocationPreparer(ctx context.Context, resourceGroupName string, serviceName string, locationName 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 ListNetworkStatusContractByLocation, err error)
- func (client NetworkStatusClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error)
- func (client NetworkStatusClient) ListByServiceResponder(resp *http.Response) (result ListNetworkStatusContractByLocation, err error)
- func (client NetworkStatusClient) ListByServiceSender(req *http.Request) (*http.Response, error)
- type NetworkStatusContract
- type NetworkStatusContractByLocation
- type NotificationClient
- func NewNotificationClient(subscriptionID string) NotificationClient
- func NewNotificationClientWithBaseURI(baseURI string, subscriptionID string) NotificationClient
- func (client NotificationClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, notificationName NotificationName, ifMatch string) (result NotificationContract, err error)
- func (client NotificationClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, notificationName NotificationName, ifMatch 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, notificationName NotificationName) (result NotificationContract, err error)
- func (client NotificationClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, notificationName NotificationName) (*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, skip *int32) (result NotificationCollectionPage, err error)
- func (client NotificationClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, top *int32, skip *int32) (result NotificationCollectionIterator, err error)
- func (client NotificationClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, top *int32, skip *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
- type NotificationCollectionIterator
- type NotificationCollectionPage
- type NotificationContract
- type NotificationContractProperties
- type NotificationName
- type NotificationRecipientEmailClient
- func NewNotificationRecipientEmailClient(subscriptionID string) NotificationRecipientEmailClient
- func NewNotificationRecipientEmailClientWithBaseURI(baseURI string, subscriptionID string) NotificationRecipientEmailClient
- func (client NotificationRecipientEmailClient) CheckEntityExists(ctx context.Context, resourceGroupName string, serviceName string, notificationName NotificationName, email string) (result autorest.Response, err error)
- func (client NotificationRecipientEmailClient) CheckEntityExistsPreparer(ctx context.Context, resourceGroupName string, serviceName string, notificationName NotificationName, email string) (*http.Request, error)
- func (client NotificationRecipientEmailClient) CheckEntityExistsResponder(resp *http.Response) (result autorest.Response, err error)
- func (client NotificationRecipientEmailClient) CheckEntityExistsSender(req *http.Request) (*http.Response, error)
- func (client NotificationRecipientEmailClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, notificationName NotificationName, email string) (result RecipientEmailContract, err error)
- func (client NotificationRecipientEmailClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, notificationName NotificationName, email 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, notificationName NotificationName, email string) (result autorest.Response, err error)
- func (client NotificationRecipientEmailClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, notificationName NotificationName, email 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) ListByNotification(ctx context.Context, resourceGroupName string, serviceName string, notificationName NotificationName) (result RecipientEmailCollection, err error)
- func (client NotificationRecipientEmailClient) ListByNotificationPreparer(ctx context.Context, resourceGroupName string, serviceName string, notificationName NotificationName) (*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
- func NewNotificationRecipientUserClient(subscriptionID string) NotificationRecipientUserClient
- func NewNotificationRecipientUserClientWithBaseURI(baseURI string, subscriptionID string) NotificationRecipientUserClient
- func (client NotificationRecipientUserClient) CheckEntityExists(ctx context.Context, resourceGroupName string, serviceName string, notificationName NotificationName, userID string) (result autorest.Response, err error)
- func (client NotificationRecipientUserClient) CheckEntityExistsPreparer(ctx context.Context, resourceGroupName string, serviceName string, notificationName NotificationName, userID string) (*http.Request, error)
- func (client NotificationRecipientUserClient) CheckEntityExistsResponder(resp *http.Response) (result autorest.Response, err error)
- func (client NotificationRecipientUserClient) CheckEntityExistsSender(req *http.Request) (*http.Response, error)
- func (client NotificationRecipientUserClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, notificationName NotificationName, userID string) (result RecipientUserContract, err error)
- func (client NotificationRecipientUserClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, notificationName NotificationName, userID 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, notificationName NotificationName, userID string) (result autorest.Response, err error)
- func (client NotificationRecipientUserClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, notificationName NotificationName, userID 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) ListByNotification(ctx context.Context, resourceGroupName string, serviceName string, notificationName NotificationName) (result RecipientUserCollection, err error)
- func (client NotificationRecipientUserClient) ListByNotificationPreparer(ctx context.Context, resourceGroupName string, serviceName string, notificationName NotificationName) (*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
- type OpenIDAuthenticationSettingsContract
- type OpenIDConnectProviderClient
- 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, parameters OpenidConnectProviderContract, ifMatch string) (result OpenidConnectProviderContract, err error)
- func (client OpenIDConnectProviderClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, opid string, parameters OpenidConnectProviderContract, ifMatch 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, ifMatch string) (result autorest.Response, err error)
- func (client OpenIDConnectProviderClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, opid string, ifMatch 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, filter string, top *int32, skip *int32) (result OpenIDConnectProviderCollectionPage, err error)
- func (client OpenIDConnectProviderClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (result OpenIDConnectProviderCollectionIterator, err error)
- func (client OpenIDConnectProviderClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (*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) ListSecrets(ctx context.Context, resourceGroupName string, serviceName string, opid string) (result ClientSecretContract, err error)
- func (client OpenIDConnectProviderClient) ListSecretsPreparer(ctx context.Context, resourceGroupName string, serviceName string, opid string) (*http.Request, error)
- func (client OpenIDConnectProviderClient) ListSecretsResponder(resp *http.Response) (result ClientSecretContract, err error)
- func (client OpenIDConnectProviderClient) ListSecretsSender(req *http.Request) (*http.Response, error)
- func (client OpenIDConnectProviderClient) Update(ctx context.Context, resourceGroupName string, serviceName string, opid string, parameters OpenidConnectProviderUpdateContract, ifMatch string) (result autorest.Response, err error)
- func (client OpenIDConnectProviderClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, opid string, parameters OpenidConnectProviderUpdateContract, ifMatch 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
- type OpenIDConnectProviderCollectionIterator
- type OpenIDConnectProviderCollectionPage
- type OpenidConnectProviderContract
- type OpenidConnectProviderContractProperties
- type OpenidConnectProviderUpdateContract
- type OpenidConnectProviderUpdateContractProperties
- type Operation
- type OperationClient
- func NewOperationClient(subscriptionID string) OperationClient
- func NewOperationClientWithBaseURI(baseURI string, subscriptionID string) OperationClient
- func (client OperationClient) ListByTags(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32, includeNotTaggedOperations *bool) (result TagResourceCollectionPage, err error)
- func (client OperationClient) ListByTagsComplete(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32, includeNotTaggedOperations *bool) (result TagResourceCollectionIterator, err error)
- func (client OperationClient) ListByTagsPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32, includeNotTaggedOperations *bool) (*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
- type OperationCollectionIterator
- type OperationCollectionPage
- type OperationContract
- type OperationContractProperties
- type OperationDisplay
- type OperationEntityBaseContract
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationResultContract
- type OperationResultLogItemContract
- type OperationTagResourceContractProperties
- type OperationUpdateContract
- type OperationUpdateContractProperties
- type OperationsClient
- type ParameterContract
- type PipelineDiagnosticSettings
- type PolicyClient
- func NewPolicyClient(subscriptionID string) PolicyClient
- func NewPolicyClientWithBaseURI(baseURI string, subscriptionID string) PolicyClient
- func (client PolicyClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, parameters PolicyContract, ifMatch string) (result PolicyContract, err error)
- func (client PolicyClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, parameters PolicyContract, ifMatch 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, ifMatch string) (result autorest.Response, err error)
- func (client PolicyClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, ifMatch 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, formatParameter PolicyExportFormat) (result PolicyContract, err error)
- func (client PolicyClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string) (result autorest.Response, err error)
- func (client PolicyClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error)
- func (client PolicyClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error)
- func (client PolicyClient) GetEntityTagSender(req *http.Request) (*http.Response, error)
- func (client PolicyClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, formatParameter PolicyExportFormat) (*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
- type PolicyContentFormat
- type PolicyContract
- type PolicyContractProperties
- type PolicyDescriptionClient
- func NewPolicyDescriptionClient(subscriptionID string) PolicyDescriptionClient
- func NewPolicyDescriptionClientWithBaseURI(baseURI string, subscriptionID string) PolicyDescriptionClient
- func (client PolicyDescriptionClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, scope PolicyScopeContract) (result PolicyDescriptionCollection, err error)
- func (client PolicyDescriptionClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, scope PolicyScopeContract) (*http.Request, error)
- func (client PolicyDescriptionClient) ListByServiceResponder(resp *http.Response) (result PolicyDescriptionCollection, err error)
- func (client PolicyDescriptionClient) ListByServiceSender(req *http.Request) (*http.Response, error)
- type PolicyDescriptionCollection
- type PolicyDescriptionContract
- type PolicyDescriptionContractProperties
- type PolicyExportFormat
- type PolicyScopeContract
- type PortalDelegationSettings
- type PortalDelegationSettingsProperties
- type PortalSettingValidationKeyContract
- type PortalSigninSettingProperties
- type PortalSigninSettings
- type PortalSignupSettings
- type PortalSignupSettingsProperties
- type ProductAPIClient
- func NewProductAPIClient(subscriptionID string) ProductAPIClient
- func NewProductAPIClientWithBaseURI(baseURI string, subscriptionID string) ProductAPIClient
- func (client ProductAPIClient) CheckEntityExists(ctx context.Context, resourceGroupName string, serviceName string, productID string, apiid string) (result autorest.Response, err error)
- func (client ProductAPIClient) CheckEntityExistsPreparer(ctx context.Context, resourceGroupName string, serviceName string, productID string, apiid 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, productID string, apiid string) (result APIContract, err error)
- func (client ProductAPIClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, productID string, apiid 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, productID string, apiid string) (result autorest.Response, err error)
- func (client ProductAPIClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, productID string, apiid 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, productID string, filter string, top *int32, skip *int32) (result APICollectionPage, err error)
- func (client ProductAPIClient) ListByProductComplete(ctx context.Context, resourceGroupName string, serviceName string, productID string, filter string, top *int32, skip *int32) (result APICollectionIterator, err error)
- func (client ProductAPIClient) ListByProductPreparer(ctx context.Context, resourceGroupName string, serviceName string, productID string, filter string, top *int32, skip *int32) (*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
- func NewProductClient(subscriptionID string) ProductClient
- func NewProductClientWithBaseURI(baseURI string, subscriptionID string) ProductClient
- func (client ProductClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, productID string, parameters ProductContract, ifMatch string) (result ProductContract, err error)
- func (client ProductClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, productID string, parameters ProductContract, ifMatch 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, productID string, ifMatch string, deleteSubscriptions *bool) (result autorest.Response, err error)
- func (client ProductClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, productID string, ifMatch string, deleteSubscriptions *bool) (*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, productID string) (result ProductContract, err error)
- func (client ProductClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, productID string) (result autorest.Response, err error)
- func (client ProductClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, productID 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, productID 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, filter string, top *int32, skip *int32, expandGroups *bool, tags string) (result ProductCollectionPage, err error)
- func (client ProductClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, expandGroups *bool, tags string) (result ProductCollectionIterator, err error)
- func (client ProductClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, expandGroups *bool, tags 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) ListByTags(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, includeNotTaggedProducts *bool) (result TagResourceCollectionPage, err error)
- func (client ProductClient) ListByTagsComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, includeNotTaggedProducts *bool) (result TagResourceCollectionIterator, err error)
- func (client ProductClient) ListByTagsPreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, includeNotTaggedProducts *bool) (*http.Request, error)
- func (client ProductClient) ListByTagsResponder(resp *http.Response) (result TagResourceCollection, err error)
- func (client ProductClient) ListByTagsSender(req *http.Request) (*http.Response, error)
- func (client ProductClient) Update(ctx context.Context, resourceGroupName string, serviceName string, productID string, parameters ProductUpdateParameters, ifMatch string) (result autorest.Response, err error)
- func (client ProductClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, productID string, parameters ProductUpdateParameters, ifMatch 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
- type ProductCollectionIterator
- type ProductCollectionPage
- type ProductContract
- type ProductContractProperties
- type ProductEntityBaseParameters
- type ProductGroupClient
- func NewProductGroupClient(subscriptionID string) ProductGroupClient
- func NewProductGroupClientWithBaseURI(baseURI string, subscriptionID string) ProductGroupClient
- func (client ProductGroupClient) CheckEntityExists(ctx context.Context, resourceGroupName string, serviceName string, productID string, groupID string) (result autorest.Response, err error)
- func (client ProductGroupClient) CheckEntityExistsPreparer(ctx context.Context, resourceGroupName string, serviceName string, productID string, groupID 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, productID string, groupID string) (result GroupContract, err error)
- func (client ProductGroupClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, productID string, groupID 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, productID string, groupID string) (result autorest.Response, err error)
- func (client ProductGroupClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, productID string, groupID 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, productID string, filter string, top *int32, skip *int32) (result GroupCollectionPage, err error)
- func (client ProductGroupClient) ListByProductComplete(ctx context.Context, resourceGroupName string, serviceName string, productID string, filter string, top *int32, skip *int32) (result GroupCollectionIterator, err error)
- func (client ProductGroupClient) ListByProductPreparer(ctx context.Context, resourceGroupName string, serviceName string, productID string, filter string, top *int32, skip *int32) (*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
- func NewProductPolicyClient(subscriptionID string) ProductPolicyClient
- func NewProductPolicyClientWithBaseURI(baseURI string, subscriptionID string) ProductPolicyClient
- func (client ProductPolicyClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, productID string, parameters PolicyContract, ifMatch string) (result PolicyContract, err error)
- func (client ProductPolicyClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, productID string, parameters PolicyContract, ifMatch 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, productID string, ifMatch string) (result autorest.Response, err error)
- func (client ProductPolicyClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, productID string, ifMatch 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, productID string, formatParameter PolicyExportFormat) (result PolicyContract, err error)
- func (client ProductPolicyClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, productID string) (result autorest.Response, err error)
- func (client ProductPolicyClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, productID string) (*http.Request, error)
- func (client ProductPolicyClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error)
- func (client ProductPolicyClient) GetEntityTagSender(req *http.Request) (*http.Response, error)
- func (client ProductPolicyClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, productID string, formatParameter PolicyExportFormat) (*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, productID string) (result PolicyCollection, err error)
- func (client ProductPolicyClient) ListByProductPreparer(ctx context.Context, resourceGroupName string, serviceName string, productID 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
- type ProductSubscriptionsClient
- func NewProductSubscriptionsClient(subscriptionID string) ProductSubscriptionsClient
- func NewProductSubscriptionsClientWithBaseURI(baseURI string, subscriptionID string) ProductSubscriptionsClient
- func (client ProductSubscriptionsClient) List(ctx context.Context, resourceGroupName string, serviceName string, productID string, filter string, top *int32, skip *int32) (result SubscriptionCollectionPage, err error)
- func (client ProductSubscriptionsClient) ListComplete(ctx context.Context, resourceGroupName string, serviceName string, productID string, filter string, top *int32, skip *int32) (result SubscriptionCollectionIterator, err error)
- func (client ProductSubscriptionsClient) ListPreparer(ctx context.Context, resourceGroupName string, serviceName string, productID string, filter string, top *int32, skip *int32) (*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 ProductTagResourceContractProperties
- type ProductUpdateParameters
- type ProductUpdateProperties
- type PropertyValueContract
- type Protocol
- type ProvisioningState
- type QuotaByCounterKeysClient
- func NewQuotaByCounterKeysClient(subscriptionID string) QuotaByCounterKeysClient
- func NewQuotaByCounterKeysClientWithBaseURI(baseURI string, subscriptionID string) QuotaByCounterKeysClient
- func (client QuotaByCounterKeysClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, quotaCounterKey string) (result QuotaCounterCollection, err error)
- func (client QuotaByCounterKeysClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, quotaCounterKey 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, quotaCounterKey string, parameters QuotaCounterValueUpdateContract) (result autorest.Response, err error)
- func (client QuotaByCounterKeysClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, quotaCounterKey string, parameters QuotaCounterValueUpdateContract) (*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
- func NewQuotaByPeriodKeysClient(subscriptionID string) QuotaByPeriodKeysClient
- func NewQuotaByPeriodKeysClientWithBaseURI(baseURI string, subscriptionID string) QuotaByPeriodKeysClient
- func (client QuotaByPeriodKeysClient) Get(ctx context.Context, resourceGroupName string, serviceName string, quotaCounterKey string, quotaPeriodKey string) (result QuotaCounterContract, err error)
- func (client QuotaByPeriodKeysClient) GetPreparer(ctx context.Context, resourceGroupName string, serviceName string, quotaCounterKey string, quotaPeriodKey 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, quotaCounterKey string, quotaPeriodKey string, parameters QuotaCounterValueUpdateContract) (result autorest.Response, err error)
- func (client QuotaByPeriodKeysClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, quotaCounterKey string, quotaPeriodKey string, parameters QuotaCounterValueUpdateContract) (*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
- type QuotaCounterContract
- type QuotaCounterValueContract
- type QuotaCounterValueContractProperties
- type QuotaCounterValueUpdateContract
- type RecipientEmailCollection
- type RecipientEmailContract
- type RecipientEmailContractProperties
- type RecipientUserCollection
- type RecipientUserContract
- type RecipientUsersContractProperties
- type RecipientsContractProperties
- type RegionClient
- func NewRegionClient(subscriptionID string) RegionClient
- func NewRegionClientWithBaseURI(baseURI string, subscriptionID string) RegionClient
- func (client RegionClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string) (result RegionListResultPage, err error)
- func (client RegionClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string) (result RegionListResultIterator, err error)
- func (client RegionClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error)
- func (client RegionClient) ListByServiceResponder(resp *http.Response) (result RegionListResult, err error)
- func (client RegionClient) ListByServiceSender(req *http.Request) (*http.Response, error)
- type RegionContract
- type RegionListResult
- type RegionListResultIterator
- type RegionListResultPage
- type RegistrationDelegationSettingsProperties
- type ReportCollection
- type ReportCollectionIterator
- type ReportCollectionPage
- type ReportRecordContract
- type ReportsClient
- func NewReportsClient(subscriptionID string) ReportsClient
- func NewReportsClientWithBaseURI(baseURI string, subscriptionID string) ReportsClient
- func (client ReportsClient) ListByAPI(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, orderby string) (result ReportCollectionPage, err error)
- func (client ReportsClient) ListByAPIComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, orderby string) (result ReportCollectionIterator, err error)
- func (client ReportsClient) ListByAPIPreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, orderby 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, filter string, top *int32, skip *int32) (result ReportCollectionPage, err error)
- func (client ReportsClient) ListByGeoComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (result ReportCollectionIterator, err error)
- func (client ReportsClient) ListByGeoPreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (*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, filter string, top *int32, skip *int32, orderby string) (result ReportCollectionPage, err error)
- func (client ReportsClient) ListByOperationComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, orderby string) (result ReportCollectionIterator, err error)
- func (client ReportsClient) ListByOperationPreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, orderby 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, filter string, top *int32, skip *int32, orderby string) (result ReportCollectionPage, err error)
- func (client ReportsClient) ListByProductComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, orderby string) (result ReportCollectionIterator, err error)
- func (client ReportsClient) ListByProductPreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, orderby 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, filter string, top *int32, skip *int32) (result RequestReportCollection, err error)
- func (client ReportsClient) ListByRequestPreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (*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, filter string, top *int32, skip *int32, orderby string) (result ReportCollectionPage, err error)
- func (client ReportsClient) ListBySubscriptionComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, orderby string) (result ReportCollectionIterator, err error)
- func (client ReportsClient) ListBySubscriptionPreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, orderby 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, filter string, interval string, top *int32, skip *int32, orderby string) (result ReportCollectionPage, err error)
- func (client ReportsClient) ListByTimeComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, interval string, top *int32, skip *int32, orderby string) (result ReportCollectionIterator, err error)
- func (client ReportsClient) ListByTimePreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, interval string, top *int32, skip *int32, orderby 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, filter string, top *int32, skip *int32, orderby string) (result ReportCollectionPage, err error)
- func (client ReportsClient) ListByUserComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, orderby string) (result ReportCollectionIterator, err error)
- func (client ReportsClient) ListByUserPreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, orderby 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
- type RequestContract
- type RequestReportCollection
- type RequestReportRecordContract
- type Resource
- type ResourceLocationDataContract
- type ResourceSku
- type ResourceSkuCapacity
- type ResourceSkuCapacityScaleType
- type ResourceSkuResult
- type ResourceSkuResults
- type ResourceSkuResultsIterator
- type ResourceSkuResultsPage
- type ResponseContract
- type SamplingSettings
- type SamplingType
- type SaveConfigurationParameter
- type SaveConfigurationParameterProperties
- type SchemaCollection
- type SchemaCollectionIterator
- type SchemaCollectionPage
- type SchemaContract
- type SchemaContractProperties
- type SchemaDocumentProperties
- type ServiceApplyNetworkConfigurationParameters
- type ServiceApplyNetworkConfigurationUpdatesFuture
- type ServiceBackupFuture
- type ServiceBackupRestoreParameters
- type ServiceBaseProperties
- type ServiceCheckNameAvailabilityParameters
- type ServiceClient
- func NewServiceClient(subscriptionID string) ServiceClient
- func NewServiceClientWithBaseURI(baseURI string, subscriptionID string) ServiceClient
- func (client ServiceClient) ApplyNetworkConfigurationUpdates(ctx context.Context, resourceGroupName string, serviceName string, parameters *ServiceApplyNetworkConfigurationParameters) (result ServiceApplyNetworkConfigurationUpdatesFuture, err error)
- func (client ServiceClient) ApplyNetworkConfigurationUpdatesPreparer(ctx context.Context, resourceGroupName string, serviceName string, parameters *ServiceApplyNetworkConfigurationParameters) (*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, parameters ServiceBackupRestoreParameters) (result ServiceBackupFuture, err error)
- func (client ServiceClient) BackupPreparer(ctx context.Context, resourceGroupName string, serviceName string, parameters ServiceBackupRestoreParameters) (*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, parameters ServiceResource) (result ServiceCreateOrUpdateFuture, err error)
- func (client ServiceClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, parameters ServiceResource) (*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 ServiceDeleteFuture, err error)
- func (client ServiceClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error)
- func (client ServiceClient) DeleteResponder(resp *http.Response) (result ServiceResource, err error)
- func (client ServiceClient) DeleteSender(req *http.Request) (future ServiceDeleteFuture, err 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, parameters ServiceBackupRestoreParameters) (result ServiceRestoreFuture, err error)
- func (client ServiceClient) RestorePreparer(ctx context.Context, resourceGroupName string, serviceName string, parameters ServiceBackupRestoreParameters) (*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, parameters ServiceUpdateParameters) (result ServiceUpdateFuture, err error)
- func (client ServiceClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, parameters ServiceUpdateParameters) (*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)
- type ServiceCreateOrUpdateFuture
- type ServiceDeleteFuture
- type ServiceGetSsoTokenResult
- type ServiceIdentity
- type ServiceListResult
- type ServiceListResultIterator
- type ServiceListResultPage
- type ServiceNameAvailabilityResult
- type ServiceProperties
- type ServiceResource
- type ServiceRestoreFuture
- type ServiceSkuProperties
- type ServiceSkusClient
- func NewServiceSkusClient(subscriptionID string) ServiceSkusClient
- func NewServiceSkusClientWithBaseURI(baseURI string, subscriptionID string) ServiceSkusClient
- func (client ServiceSkusClient) ListAvailableServiceSkus(ctx context.Context, resourceGroupName string, serviceName string) (result ResourceSkuResultsPage, err error)
- func (client ServiceSkusClient) ListAvailableServiceSkusComplete(ctx context.Context, resourceGroupName string, serviceName string) (result ResourceSkuResultsIterator, err error)
- func (client ServiceSkusClient) ListAvailableServiceSkusPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error)
- func (client ServiceSkusClient) ListAvailableServiceSkusResponder(resp *http.Response) (result ResourceSkuResults, err error)
- func (client ServiceSkusClient) ListAvailableServiceSkusSender(req *http.Request) (*http.Response, error)
- type ServiceUpdateFuture
- type ServiceUpdateParameters
- type ServiceUpdateProperties
- type SignInSettingsClient
- func NewSignInSettingsClient(subscriptionID string) SignInSettingsClient
- func NewSignInSettingsClientWithBaseURI(baseURI string, subscriptionID string) SignInSettingsClient
- func (client SignInSettingsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, parameters PortalSigninSettings, ifMatch string) (result PortalSigninSettings, err error)
- func (client SignInSettingsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, parameters PortalSigninSettings, ifMatch 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) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string) (result autorest.Response, err error)
- func (client SignInSettingsClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error)
- func (client SignInSettingsClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error)
- func (client SignInSettingsClient) GetEntityTagSender(req *http.Request) (*http.Response, 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) Update(ctx context.Context, resourceGroupName string, serviceName string, parameters PortalSigninSettings, ifMatch string) (result autorest.Response, err error)
- func (client SignInSettingsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, parameters PortalSigninSettings, ifMatch 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
- func NewSignUpSettingsClient(subscriptionID string) SignUpSettingsClient
- func NewSignUpSettingsClientWithBaseURI(baseURI string, subscriptionID string) SignUpSettingsClient
- func (client SignUpSettingsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, parameters PortalSignupSettings, ifMatch string) (result PortalSignupSettings, err error)
- func (client SignUpSettingsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, parameters PortalSignupSettings, ifMatch 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) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string) (result autorest.Response, err error)
- func (client SignUpSettingsClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error)
- func (client SignUpSettingsClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error)
- func (client SignUpSettingsClient) GetEntityTagSender(req *http.Request) (*http.Response, 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) Update(ctx context.Context, resourceGroupName string, serviceName string, parameters PortalSignupSettings, ifMatch string) (result autorest.Response, err error)
- func (client SignUpSettingsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, parameters PortalSignupSettings, ifMatch 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
- type SoapAPIType
- type State
- type StoreName
- type SubscriptionClient
- 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, parameters SubscriptionCreateParameters, notify *bool, ifMatch string, appType AppType) (result SubscriptionContract, err error)
- func (client SubscriptionClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, sid string, parameters SubscriptionCreateParameters, notify *bool, ifMatch string, appType AppType) (*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, ifMatch string) (result autorest.Response, err error)
- func (client SubscriptionClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, sid string, ifMatch 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, filter string, top *int32, skip *int32) (result SubscriptionCollectionPage, err error)
- func (client SubscriptionClient) ListComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (result SubscriptionCollectionIterator, err error)
- func (client SubscriptionClient) ListPreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (*http.Request, error)
- func (client SubscriptionClient) ListResponder(resp *http.Response) (result SubscriptionCollection, err error)
- func (client SubscriptionClient) ListSecrets(ctx context.Context, resourceGroupName string, serviceName string, sid string) (result SubscriptionKeysContract, err error)
- func (client SubscriptionClient) ListSecretsPreparer(ctx context.Context, resourceGroupName string, serviceName string, sid string) (*http.Request, error)
- func (client SubscriptionClient) ListSecretsResponder(resp *http.Response) (result SubscriptionKeysContract, err error)
- func (client SubscriptionClient) ListSecretsSender(req *http.Request) (*http.Response, 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, parameters SubscriptionUpdateParameters, ifMatch string, notify *bool, appType AppType) (result autorest.Response, err error)
- func (client SubscriptionClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, sid string, parameters SubscriptionUpdateParameters, ifMatch string, notify *bool, appType AppType) (*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
- type SubscriptionCollectionIterator
- type SubscriptionCollectionPage
- type SubscriptionContract
- type SubscriptionContractProperties
- type SubscriptionCreateParameterProperties
- type SubscriptionCreateParameters
- type SubscriptionKeyParameterNamesContract
- type SubscriptionKeysContract
- type SubscriptionState
- type SubscriptionUpdateParameterProperties
- type SubscriptionUpdateParameters
- type SubscriptionsDelegationSettingsProperties
- type TagClient
- func NewTagClient(subscriptionID string) TagClient
- func NewTagClientWithBaseURI(baseURI string, subscriptionID string) TagClient
- func (client TagClient) AssignToAPI(ctx context.Context, resourceGroupName string, serviceName string, apiid string, tagID string) (result TagContract, err error)
- func (client TagClient) AssignToAPIPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, tagID 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, apiid string, operationID string, tagID string) (result TagContract, err error)
- func (client TagClient) AssignToOperationPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, operationID string, tagID 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, productID string, tagID string) (result TagContract, err error)
- func (client TagClient) AssignToProductPreparer(ctx context.Context, resourceGroupName string, serviceName string, productID string, tagID 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, tagID string, parameters TagCreateUpdateParameters, ifMatch string) (result TagContract, err error)
- func (client TagClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, tagID string, parameters TagCreateUpdateParameters, ifMatch 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, tagID string, ifMatch string) (result autorest.Response, err error)
- func (client TagClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, tagID string, ifMatch 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, apiid string, tagID string) (result autorest.Response, err error)
- func (client TagClient) DetachFromAPIPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, tagID 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, apiid string, operationID string, tagID string) (result autorest.Response, err error)
- func (client TagClient) DetachFromOperationPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, operationID string, tagID 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, productID string, tagID string) (result autorest.Response, err error)
- func (client TagClient) DetachFromProductPreparer(ctx context.Context, resourceGroupName string, serviceName string, productID string, tagID 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, tagID string) (result TagContract, err error)
- func (client TagClient) GetByAPI(ctx context.Context, resourceGroupName string, serviceName string, apiid string, tagID string) (result TagContract, err error)
- func (client TagClient) GetByAPIPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, tagID 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, apiid string, operationID string, tagID string) (result TagContract, err error)
- func (client TagClient) GetByOperationPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, operationID string, tagID 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, productID string, tagID string) (result TagContract, err error)
- func (client TagClient) GetByProductPreparer(ctx context.Context, resourceGroupName string, serviceName string, productID string, tagID 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, tagID string) (result autorest.Response, err error)
- func (client TagClient) GetEntityStateByAPI(ctx context.Context, resourceGroupName string, serviceName string, apiid string, tagID string) (result autorest.Response, err error)
- func (client TagClient) GetEntityStateByAPIPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, tagID 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, apiid string, operationID string, tagID string) (result autorest.Response, err error)
- func (client TagClient) GetEntityStateByOperationPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, operationID string, tagID 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, productID string, tagID string) (result autorest.Response, err error)
- func (client TagClient) GetEntityStateByProductPreparer(ctx context.Context, resourceGroupName string, serviceName string, productID string, tagID 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, tagID 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, tagID 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, apiid string, filter string, top *int32, skip *int32) (result TagCollectionPage, err error)
- func (client TagClient) ListByAPIComplete(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32) (result TagCollectionIterator, err error)
- func (client TagClient) ListByAPIPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, filter string, top *int32, skip *int32) (*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, apiid string, operationID string, filter string, top *int32, skip *int32) (result TagCollectionPage, err error)
- func (client TagClient) ListByOperationComplete(ctx context.Context, resourceGroupName string, serviceName string, apiid string, operationID string, filter string, top *int32, skip *int32) (result TagCollectionIterator, err error)
- func (client TagClient) ListByOperationPreparer(ctx context.Context, resourceGroupName string, serviceName string, apiid string, operationID string, filter string, top *int32, skip *int32) (*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, productID string, filter string, top *int32, skip *int32) (result TagCollectionPage, err error)
- func (client TagClient) ListByProductComplete(ctx context.Context, resourceGroupName string, serviceName string, productID string, filter string, top *int32, skip *int32) (result TagCollectionIterator, err error)
- func (client TagClient) ListByProductPreparer(ctx context.Context, resourceGroupName string, serviceName string, productID string, filter string, top *int32, skip *int32) (*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, filter string, top *int32, skip *int32, scope string) (result TagCollectionPage, err error)
- func (client TagClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, scope string) (result TagCollectionIterator, err error)
- func (client TagClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, scope 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, tagID string, parameters TagCreateUpdateParameters, ifMatch string) (result autorest.Response, err error)
- func (client TagClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, tagID string, parameters TagCreateUpdateParameters, ifMatch 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
- type TagCollectionIterator
- type TagCollectionPage
- type TagContract
- type TagContractProperties
- type TagCreateUpdateParameters
- type TagDescriptionBaseProperties
- type TagDescriptionCollection
- type TagDescriptionCollectionIterator
- type TagDescriptionCollectionPage
- type TagDescriptionContract
- type TagDescriptionContractProperties
- type TagDescriptionCreateParameters
- type TagResourceClient
- func NewTagResourceClient(subscriptionID string) TagResourceClient
- func NewTagResourceClientWithBaseURI(baseURI string, subscriptionID string) TagResourceClient
- func (client TagResourceClient) ListByService(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (result TagResourceCollectionPage, err error)
- func (client TagResourceClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (result TagResourceCollectionIterator, err error)
- func (client TagResourceClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32) (*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
- type TagResourceCollectionIterator
- type TagResourceCollectionPage
- type TagResourceContract
- type TagTagResourceContractProperties
- type TemplateName
- type TenantAccessClient
- 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) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string) (result autorest.Response, err error)
- func (client TenantAccessClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error)
- func (client TenantAccessClient) GetEntityTagResponder(resp *http.Response) (result autorest.Response, err error)
- func (client TenantAccessClient) GetEntityTagSender(req *http.Request) (*http.Response, 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) ListSecrets(ctx context.Context, resourceGroupName string, serviceName string) (result AccessInformationContract, err error)
- func (client TenantAccessClient) ListSecretsPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error)
- func (client TenantAccessClient) ListSecretsResponder(resp *http.Response) (result AccessInformationContract, err error)
- func (client TenantAccessClient) ListSecretsSender(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, parameters AccessInformationUpdateParameters, ifMatch string) (result autorest.Response, err error)
- func (client TenantAccessClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, parameters AccessInformationUpdateParameters, ifMatch 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
- 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) ListSecrets(ctx context.Context, resourceGroupName string, serviceName string) (result AccessInformationContract, err error)
- func (client TenantAccessGitClient) ListSecretsPreparer(ctx context.Context, resourceGroupName string, serviceName string) (*http.Request, error)
- func (client TenantAccessGitClient) ListSecretsResponder(resp *http.Response) (result AccessInformationContract, err error)
- func (client TenantAccessGitClient) ListSecretsSender(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
- func NewTenantConfigurationClient(subscriptionID string) TenantConfigurationClient
- func NewTenantConfigurationClientWithBaseURI(baseURI string, subscriptionID string) TenantConfigurationClient
- func (client TenantConfigurationClient) Deploy(ctx context.Context, resourceGroupName string, serviceName string, parameters DeployConfigurationParameters) (result TenantConfigurationDeployFuture, err error)
- func (client TenantConfigurationClient) DeployPreparer(ctx context.Context, resourceGroupName string, serviceName string, parameters DeployConfigurationParameters) (*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, parameters SaveConfigurationParameter) (result TenantConfigurationSaveFuture, err error)
- func (client TenantConfigurationClient) SavePreparer(ctx context.Context, resourceGroupName string, serviceName string, parameters SaveConfigurationParameter) (*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, parameters DeployConfigurationParameters) (result TenantConfigurationValidateFuture, err error)
- func (client TenantConfigurationClient) ValidatePreparer(ctx context.Context, resourceGroupName string, serviceName string, parameters DeployConfigurationParameters) (*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
- type TenantConfigurationSaveFuture
- type TenantConfigurationSyncStateContract
- type TenantConfigurationValidateFuture
- type TermsOfServiceProperties
- type TokenBodyParameterContract
- type UserClient
- func NewUserClient(subscriptionID string) UserClient
- func NewUserClientWithBaseURI(baseURI string, subscriptionID string) UserClient
- func (client UserClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, serviceName string, userID string, parameters UserCreateParameters, notify *bool, ifMatch string) (result UserContract, err error)
- func (client UserClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, userID string, parameters UserCreateParameters, notify *bool, ifMatch 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, userID string, ifMatch string, deleteSubscriptions *bool, notify *bool, appType AppType) (result autorest.Response, err error)
- func (client UserClient) DeletePreparer(ctx context.Context, resourceGroupName string, serviceName string, userID string, ifMatch string, deleteSubscriptions *bool, notify *bool, appType AppType) (*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, userID string) (result GenerateSsoURLResult, err error)
- func (client UserClient) GenerateSsoURLPreparer(ctx context.Context, resourceGroupName string, serviceName string, userID 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, userID string) (result UserContract, err error)
- func (client UserClient) GetEntityTag(ctx context.Context, resourceGroupName string, serviceName string, userID string) (result autorest.Response, err error)
- func (client UserClient) GetEntityTagPreparer(ctx context.Context, resourceGroupName string, serviceName string, userID 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, userID 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, userID string, parameters UserTokenParameters) (result UserTokenResult, err error)
- func (client UserClient) GetSharedAccessTokenPreparer(ctx context.Context, resourceGroupName string, serviceName string, userID string, parameters UserTokenParameters) (*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, filter string, top *int32, skip *int32, expandGroups *bool) (result UserCollectionPage, err error)
- func (client UserClient) ListByServiceComplete(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, expandGroups *bool) (result UserCollectionIterator, err error)
- func (client UserClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, serviceName string, filter string, top *int32, skip *int32, expandGroups *bool) (*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, userID string, parameters UserUpdateParameters, ifMatch string) (result autorest.Response, err error)
- func (client UserClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serviceName string, userID string, parameters UserUpdateParameters, ifMatch 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
- type UserCollectionIterator
- type UserCollectionPage
- type UserConfirmationPasswordClient
- func NewUserConfirmationPasswordClient(subscriptionID string) UserConfirmationPasswordClient
- func NewUserConfirmationPasswordClientWithBaseURI(baseURI string, subscriptionID string) UserConfirmationPasswordClient
- func (client UserConfirmationPasswordClient) SendMethod(ctx context.Context, resourceGroupName string, serviceName string, userID string, appType AppType) (result autorest.Response, err error)
- func (client UserConfirmationPasswordClient) SendMethodPreparer(ctx context.Context, resourceGroupName string, serviceName string, userID string, appType AppType) (*http.Request, error)
- func (client UserConfirmationPasswordClient) SendMethodResponder(resp *http.Response) (result autorest.Response, err error)
- func (client UserConfirmationPasswordClient) SendMethodSender(req *http.Request) (*http.Response, error)
- type UserContract
- type UserContractProperties
- type UserCreateParameterProperties
- type UserCreateParameters
- type UserEntityBaseParameters
- type UserGroupClient
- func NewUserGroupClient(subscriptionID string) UserGroupClient
- func NewUserGroupClientWithBaseURI(baseURI string, subscriptionID string) UserGroupClient
- func (client UserGroupClient) List(ctx context.Context, resourceGroupName string, serviceName string, userID string, filter string, top *int32, skip *int32) (result GroupCollectionPage, err error)
- func (client UserGroupClient) ListComplete(ctx context.Context, resourceGroupName string, serviceName string, userID string, filter string, top *int32, skip *int32) (result GroupCollectionIterator, err error)
- func (client UserGroupClient) ListPreparer(ctx context.Context, resourceGroupName string, serviceName string, userID string, filter string, top *int32, skip *int32) (*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
- func NewUserIdentitiesClient(subscriptionID string) UserIdentitiesClient
- func NewUserIdentitiesClientWithBaseURI(baseURI string, subscriptionID string) UserIdentitiesClient
- func (client UserIdentitiesClient) List(ctx context.Context, resourceGroupName string, serviceName string, userID string) (result UserIdentityCollectionPage, err error)
- func (client UserIdentitiesClient) ListComplete(ctx context.Context, resourceGroupName string, serviceName string, userID string) (result UserIdentityCollectionIterator, err error)
- func (client UserIdentitiesClient) ListPreparer(ctx context.Context, resourceGroupName string, serviceName string, userID 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
- type UserIdentityCollectionIterator
- type UserIdentityCollectionPage
- type UserIdentityContract
- type UserIdentityProperties
- type UserState
- type UserSubscriptionClient
- func NewUserSubscriptionClient(subscriptionID string) UserSubscriptionClient
- func NewUserSubscriptionClientWithBaseURI(baseURI string, subscriptionID string) UserSubscriptionClient
- func (client UserSubscriptionClient) List(ctx context.Context, resourceGroupName string, serviceName string, userID string, filter string, top *int32, skip *int32) (result SubscriptionCollectionPage, err error)
- func (client UserSubscriptionClient) ListComplete(ctx context.Context, resourceGroupName string, serviceName string, userID string, filter string, top *int32, skip *int32) (result SubscriptionCollectionIterator, err error)
- func (client UserSubscriptionClient) ListPreparer(ctx context.Context, resourceGroupName string, serviceName string, userID string, filter string, top *int32, skip *int32) (*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 UserTokenParameterProperties
- type UserTokenParameters
- type UserTokenResult
- type UserUpdateParameters
- type UserUpdateParametersProperties
- type Verbosity
- type VersioningScheme
- type VersioningScheme1
- type VirtualNetworkConfiguration
- type VirtualNetworkType
- type X509CertificateName
api.go apidiagnostic.go apiexport.go apiissue.go apiissueattachment.go apiissuecomment.go apioperation.go apioperationpolicy.go apipolicy.go apiproduct.go apirelease.go apirevision.go apischema.go apitagdescription.go apiversionset.go authorizationserver.go backend.go cache.go certificate.go client.go contentitem.go contenttype.go contenttypes.go delegationsettings.go diagnostic.go emailtemplate.go enums.go gateway.go gatewayapi.go gatewayhostnameconfiguration.go group.go groupuser.go identityprovider.go issue.go logger.go models.go namedvalue.go networkstatus.go notification.go notificationrecipientemail.go notificationrecipientuser.go openidconnectprovider.go operation.go operations.go policy.go policydescription.go product.go productapi.go productgroup.go productpolicy.go productsubscriptions.go quotabycounterkeys.go quotabyperiodkeys.go region.go reports.go service.go serviceskus.go signinsettings.go signupsettings.go subscription.go tag.go tagresource.go tenantaccess.go tenantaccessgit.go tenantconfiguration.go user.go userconfirmationpassword.go usergroup.go useridentities.go usersubscription.go version.go
Constants ¶
❖const (
// DefaultBaseURI is the default URI used for the service Apimanagement
DefaultBaseURI = "https://management.azure.com"
)
UserAgent returns the UserAgent string to use when sending http.Requests.
Version returns the semantic version (see http://semver.org) of the client.
APIClient is the apiManagement Client
NewAPIClient creates an instance of the APIClient client.
NewAPIClientWithBaseURI creates an instance of the APIClient client using a custom endpoint. Use this when
interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
CreateOrUpdate creates new or updates existing specified API of the API Management service instance.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
parameters - create or update parameters.
ifMatch - eTag of the Entity. Not required when creating an entity, but required when updating an entity.
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always
closes the http.Response Body.
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
http.Response Body if it receives an error.
Delete deletes the specified API of the API Management service instance.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
ifMatch - eTag of the Entity. ETag should match the current entity state from the header response of the GET
request or it should be * for unconditional update.
deleteRevisions - delete all revisions of the Api.
DeletePreparer prepares the Delete request.
DeleteResponder handles the response to the Delete request. The method always
closes the http.Response Body.
DeleteSender sends the Delete request. The method will close the
http.Response Body if it receives an error.
func (APIClient) Get ¶ Uses
Get gets the details of the API specified by its identifier.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
GetEntityTag gets the entity state (Etag) version of the API specified by its identifier.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
GetEntityTagPreparer prepares the GetEntityTag request.
GetEntityTagResponder handles the response to the GetEntityTag request. The method always
closes the http.Response Body.
GetEntityTagSender sends the GetEntityTag request. The method will close the
http.Response Body if it receives an error.
GetPreparer prepares the Get request.
GetResponder handles the response to the Get request. The method always
closes the http.Response Body.
GetSender sends the Get request. The method will close the
http.Response Body if it receives an error.
ListByService lists all APIs of the API Management service instance.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
filter - | Field | Usage | Supported operators | Supported functions
|</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt
| substringof, contains, startswith, endswith | </br>| displayName | filter | ge, le, eq, ne, gt, lt |
substringof, contains, startswith, endswith | </br>| description | filter | ge, le, eq, ne, gt, lt |
substringof, contains, startswith, endswith | </br>| serviceUrl | filter | ge, le, eq, ne, gt, lt |
substringof, contains, startswith, endswith | </br>| path | filter | ge, le, eq, ne, gt, lt | substringof,
contains, startswith, endswith | </br>
top - number of records to return.
skip - number of records to skip.
tags - include tags in the response.
expandAPIVersionSet - include full ApiVersionSet resource in response
ListByServiceComplete enumerates all values, automatically crossing page boundaries as required.
ListByServicePreparer prepares the ListByService request.
ListByServiceResponder handles the response to the ListByService request. The method always
closes the http.Response Body.
ListByServiceSender sends the ListByService request. The method will close the
http.Response Body if it receives an error.
ListByTags lists a collection of apis associated with tags.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
filter - | Field | Supported operators | Supported functions |
|-------------|------------------------|-----------------------------------|
|name | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith|
|displayName | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith|
|apiRevision | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith|
|path | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith|
|description | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith|
|serviceUrl | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith|
|isCurrent | eq | |
top - number of records to return.
skip - number of records to skip.
includeNotTaggedApis - include not tagged APIs.
ListByTagsComplete enumerates all values, automatically crossing page boundaries as required.
ListByTagsPreparer prepares the ListByTags request.
ListByTagsResponder handles the response to the ListByTags request. The method always
closes the http.Response Body.
ListByTagsSender sends the ListByTags request. The method will close the
http.Response Body if it receives an error.
Update updates the specified API of the API Management service instance.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
parameters - API Update Contract parameters.
ifMatch - eTag of the Entity. ETag should match the current entity state from the header response of the GET
request or it should be * for unconditional update.
UpdatePreparer prepares the Update request.
UpdateResponder handles the response to the Update request. The method always
closes the http.Response Body.
UpdateSender sends the Update request. The method will close the
http.Response Body if it receives an error.
❖type APICollection struct {
autorest.Response `json:"-"`
// Value - READ-ONLY; Page values.
Value *[]APIContract `json:"value,omitempty"`
// NextLink - READ-ONLY; Next page link if any.
NextLink *string `json:"nextLink,omitempty"`
}
APICollection paged Api list representation.
IsEmpty returns true if the ListResult contains no values.
❖type APICollectionIterator struct {
// contains filtered or unexported fields
}
APICollectionIterator provides access to a complete listing of APIContract values.
Creates a new instance of the APICollectionIterator type.
func (*APICollectionIterator) Next ¶ Uses
Next advances to the next value. If there was an error making
the request the iterator does not advance and the error is returned.
Deprecated: Use NextWithContext() instead.
NextWithContext advances to the next value. If there was an error making
the request the iterator does not advance and the error is returned.
func (APICollectionIterator) NotDone ¶ Uses
NotDone returns true if the enumeration should be started or is not yet complete.
func (APICollectionIterator) Response ¶ Uses
Response returns the raw server response from the last page request.
func (APICollectionIterator) Value ¶ Uses
Value returns the current value or a zero-initialized value if the
iterator has advanced beyond the end of the collection.
❖type APICollectionPage struct {
// contains filtered or unexported fields
}
APICollectionPage contains a page of APIContract values.
Creates a new instance of the APICollectionPage type.
func (*APICollectionPage) Next ¶ Uses
Next advances to the next page of values. If there was an error making
the request the page does not advance and the error is returned.
Deprecated: Use NextWithContext() instead.
NextWithContext advances to the next page of values. If there was an error making
the request the page does not advance and the error is returned.
func (APICollectionPage) NotDone ¶ Uses
NotDone returns true if the page enumeration should be started or is not yet complete.
func (APICollectionPage) Response ¶ Uses
Response returns the raw server response from the last page request.
func (APICollectionPage) Values ¶ Uses
Values returns the slice of values for the current page or nil if there are no values.
❖type APIContract struct {
autorest.Response `json:"-"`
// APIContractProperties - Api entity contract properties.
*APIContractProperties `json:"properties,omitempty"`
// ID - READ-ONLY; Resource ID.
ID *string `json:"id,omitempty"`
// Name - READ-ONLY; Resource name.
Name *string `json:"name,omitempty"`
// Type - READ-ONLY; Resource type for API Management resource.
Type *string `json:"type,omitempty"`
}
APIContract api details.
MarshalJSON is the custom marshaler for APIContract.
UnmarshalJSON is the custom unmarshaler for APIContract struct.
❖type APIContractProperties struct {
// SourceAPIID - API identifier of the source API.
SourceAPIID *string `json:"sourceApiId,omitempty"`
// DisplayName - API name. Must be 1 to 300 characters long.
DisplayName *string `json:"displayName,omitempty"`
// ServiceURL - Absolute URL of the backend service implementing this API. Cannot be more than 2000 characters long.
ServiceURL *string `json:"serviceUrl,omitempty"`
// Path - Relative URL uniquely identifying this API and all of its resource paths within the API Management service instance. It is appended to the API endpoint base URL specified during the service instance creation to form a public URL for this API.
Path *string `json:"path,omitempty"`
// Protocols - Describes on which protocols the operations in this API can be invoked.
Protocols *[]Protocol `json:"protocols,omitempty"`
// APIVersionSet - Version set details
APIVersionSet *APIVersionSetContractDetails `json:"apiVersionSet,omitempty"`
// Description - Description of the API. May include HTML formatting tags.
Description *string `json:"description,omitempty"`
// AuthenticationSettings - Collection of authentication settings included into this API.
AuthenticationSettings *AuthenticationSettingsContract `json:"authenticationSettings,omitempty"`
// SubscriptionKeyParameterNames - Protocols over which API is made available.
SubscriptionKeyParameterNames *SubscriptionKeyParameterNamesContract `json:"subscriptionKeyParameterNames,omitempty"`
// APIType - Type of API. Possible values include: 'HTTP', 'Soap'
APIType APIType `json:"type,omitempty"`
// APIRevision - Describes the Revision of the Api. If no value is provided, default revision 1 is created
APIRevision *string `json:"apiRevision,omitempty"`
// APIVersion - Indicates the Version identifier of the API if the API is versioned
APIVersion *string `json:"apiVersion,omitempty"`
// IsCurrent - Indicates if API revision is current api revision.
IsCurrent *bool `json:"isCurrent,omitempty"`
// IsOnline - READ-ONLY; Indicates if API revision is accessible via the gateway.
IsOnline *bool `json:"isOnline,omitempty"`
// APIRevisionDescription - Description of the Api Revision.
APIRevisionDescription *string `json:"apiRevisionDescription,omitempty"`
// APIVersionDescription - Description of the Api Version.
APIVersionDescription *string `json:"apiVersionDescription,omitempty"`
// APIVersionSetID - A resource identifier for the related ApiVersionSet.
APIVersionSetID *string `json:"apiVersionSetId,omitempty"`
// SubscriptionRequired - Specifies whether an API or Product subscription is required for accessing the API.
SubscriptionRequired *bool `json:"subscriptionRequired,omitempty"`
}
APIContractProperties api Entity Properties
MarshalJSON is the custom marshaler for APIContractProperties.
❖type APIContractUpdateProperties struct {
// DisplayName - API name.
DisplayName *string `json:"displayName,omitempty"`
// ServiceURL - Absolute URL of the backend service implementing this API.
ServiceURL *string `json:"serviceUrl,omitempty"`
// Path - Relative URL uniquely identifying this API and all of its resource paths within the API Management service instance. It is appended to the API endpoint base URL specified during the service instance creation to form a public URL for this API.
Path *string `json:"path,omitempty"`
// Protocols - Describes on which protocols the operations in this API can be invoked.
Protocols *[]Protocol `json:"protocols,omitempty"`
// Description - Description of the API. May include HTML formatting tags.
Description *string `json:"description,omitempty"`
// AuthenticationSettings - Collection of authentication settings included into this API.
AuthenticationSettings *AuthenticationSettingsContract `json:"authenticationSettings,omitempty"`
// SubscriptionKeyParameterNames - Protocols over which API is made available.
SubscriptionKeyParameterNames *SubscriptionKeyParameterNamesContract `json:"subscriptionKeyParameterNames,omitempty"`
// APIType - Type of API. Possible values include: 'HTTP', 'Soap'
APIType APIType `json:"type,omitempty"`
// APIRevision - Describes the Revision of the Api. If no value is provided, default revision 1 is created
APIRevision *string `json:"apiRevision,omitempty"`
// APIVersion - Indicates the Version identifier of the API if the API is versioned
APIVersion *string `json:"apiVersion,omitempty"`
// IsCurrent - Indicates if API revision is current api revision.
IsCurrent *bool `json:"isCurrent,omitempty"`
// IsOnline - READ-ONLY; Indicates if API revision is accessible via the gateway.
IsOnline *bool `json:"isOnline,omitempty"`
// APIRevisionDescription - Description of the Api Revision.
APIRevisionDescription *string `json:"apiRevisionDescription,omitempty"`
// APIVersionDescription - Description of the Api Version.
APIVersionDescription *string `json:"apiVersionDescription,omitempty"`
// APIVersionSetID - A resource identifier for the related ApiVersionSet.
APIVersionSetID *string `json:"apiVersionSetId,omitempty"`
// SubscriptionRequired - Specifies whether an API or Product subscription is required for accessing the API.
SubscriptionRequired *bool `json:"subscriptionRequired,omitempty"`
}
APIContractUpdateProperties API update contract properties.
func (APIContractUpdateProperties) MarshalJSON ¶ Uses
MarshalJSON is the custom marshaler for APIContractUpdateProperties.
❖type APICreateOrUpdateFuture struct {
azure.FutureAPI
// Result returns the result of the asynchronous operation.
// If the operation has not completed it will return an error.
Result func(APIClient) (APIContract, error)
}
APICreateOrUpdateFuture an abstraction for monitoring and retrieving the results of a long-running
operation.
❖type APICreateOrUpdateParameter struct {
// APICreateOrUpdateProperties - Api entity create of update properties.
*APICreateOrUpdateProperties `json:"properties,omitempty"`
}
APICreateOrUpdateParameter API Create or Update Parameters.
func (APICreateOrUpdateParameter) MarshalJSON ¶ Uses
MarshalJSON is the custom marshaler for APICreateOrUpdateParameter.
func (*APICreateOrUpdateParameter) UnmarshalJSON ¶ Uses
UnmarshalJSON is the custom unmarshaler for APICreateOrUpdateParameter struct.
❖type APICreateOrUpdateProperties struct {
// Value - Content value when Importing an API.
Value *string `json:"value,omitempty"`
// Format - Format of the Content in which the API is getting imported. Possible values include: 'WadlXML', 'WadlLinkJSON', 'SwaggerJSON', 'SwaggerLinkJSON', 'Wsdl', 'WsdlLink', 'Openapi', 'Openapijson', 'OpenapiLink', 'OpenapijsonLink'
Format ContentFormat `json:"format,omitempty"`
// WsdlSelector - Criteria to limit import of WSDL to a subset of the document.
WsdlSelector *APICreateOrUpdatePropertiesWsdlSelector `json:"wsdlSelector,omitempty"`
// SoapAPIType - Type of Api to create.
// * `http` creates a SOAP to REST API
// * `soap` creates a SOAP pass-through API. Possible values include: 'SoapToRest', 'SoapPassThrough'
SoapAPIType SoapAPIType `json:"apiType,omitempty"`
// SourceAPIID - API identifier of the source API.
SourceAPIID *string `json:"sourceApiId,omitempty"`
// DisplayName - API name. Must be 1 to 300 characters long.
DisplayName *string `json:"displayName,omitempty"`
// ServiceURL - Absolute URL of the backend service implementing this API. Cannot be more than 2000 characters long.
ServiceURL *string `json:"serviceUrl,omitempty"`
// Path - Relative URL uniquely identifying this API and all of its resource paths within the API Management service instance. It is appended to the API endpoint base URL specified during the service instance creation to form a public URL for this API.
Path *string `json:"path,omitempty"`
// Protocols - Describes on which protocols the operations in this API can be invoked.
Protocols *[]Protocol `json:"protocols,omitempty"`
// APIVersionSet - Version set details
APIVersionSet *APIVersionSetContractDetails `json:"apiVersionSet,omitempty"`
// Description - Description of the API. May include HTML formatting tags.
Description *string `json:"description,omitempty"`
// AuthenticationSettings - Collection of authentication settings included into this API.
AuthenticationSettings *AuthenticationSettingsContract `json:"authenticationSettings,omitempty"`
// SubscriptionKeyParameterNames - Protocols over which API is made available.
SubscriptionKeyParameterNames *SubscriptionKeyParameterNamesContract `json:"subscriptionKeyParameterNames,omitempty"`
// APIType - Type of API. Possible values include: 'HTTP', 'Soap'
APIType APIType `json:"type,omitempty"`
// APIRevision - Describes the Revision of the Api. If no value is provided, default revision 1 is created
APIRevision *string `json:"apiRevision,omitempty"`
// APIVersion - Indicates the Version identifier of the API if the API is versioned
APIVersion *string `json:"apiVersion,omitempty"`
// IsCurrent - Indicates if API revision is current api revision.
IsCurrent *bool `json:"isCurrent,omitempty"`
// IsOnline - READ-ONLY; Indicates if API revision is accessible via the gateway.
IsOnline *bool `json:"isOnline,omitempty"`
// APIRevisionDescription - Description of the Api Revision.
APIRevisionDescription *string `json:"apiRevisionDescription,omitempty"`
// APIVersionDescription - Description of the Api Version.
APIVersionDescription *string `json:"apiVersionDescription,omitempty"`
// APIVersionSetID - A resource identifier for the related ApiVersionSet.
APIVersionSetID *string `json:"apiVersionSetId,omitempty"`
// SubscriptionRequired - Specifies whether an API or Product subscription is required for accessing the API.
SubscriptionRequired *bool `json:"subscriptionRequired,omitempty"`
}
APICreateOrUpdateProperties api Create or Update Properties.
func (APICreateOrUpdateProperties) MarshalJSON ¶ Uses
MarshalJSON is the custom marshaler for APICreateOrUpdateProperties.
❖type APICreateOrUpdatePropertiesWsdlSelector struct {
// WsdlServiceName - Name of service to import from WSDL
WsdlServiceName *string `json:"wsdlServiceName,omitempty"`
// WsdlEndpointName - Name of endpoint(port) to import from WSDL
WsdlEndpointName *string `json:"wsdlEndpointName,omitempty"`
}
APICreateOrUpdatePropertiesWsdlSelector criteria to limit import of WSDL to a subset of the document.
APIDiagnosticClient is the apiManagement Client
NewAPIDiagnosticClient creates an instance of the APIDiagnosticClient client.
NewAPIDiagnosticClientWithBaseURI creates an instance of the APIDiagnosticClient client using a custom endpoint.
Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
CreateOrUpdate creates a new Diagnostic for an API or updates an existing one.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
diagnosticID - diagnostic identifier. Must be unique in the current API Management service instance.
parameters - create parameters.
ifMatch - eTag of the Entity. Not required when creating an entity, but required when updating an entity.
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always
closes the http.Response Body.
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
http.Response Body if it receives an error.
func (APIDiagnosticClient) Delete ¶ Uses
Delete deletes the specified Diagnostic from an API.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
diagnosticID - diagnostic identifier. Must be unique in the current API Management service instance.
ifMatch - eTag of the Entity. ETag should match the current entity state from the header response of the GET
request or it should be * for unconditional update.
DeletePreparer prepares the Delete request.
DeleteResponder handles the response to the Delete request. The method always
closes the http.Response Body.
DeleteSender sends the Delete request. The method will close the
http.Response Body if it receives an error.
func (APIDiagnosticClient) Get ¶ Uses
Get gets the details of the Diagnostic for an API specified by its identifier.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
diagnosticID - diagnostic identifier. Must be unique in the current API Management service instance.
GetEntityTag gets the entity state (Etag) version of the Diagnostic for an API specified by its identifier.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
diagnosticID - diagnostic identifier. Must be unique in the current API Management service instance.
GetEntityTagPreparer prepares the GetEntityTag request.
GetEntityTagResponder handles the response to the GetEntityTag request. The method always
closes the http.Response Body.
GetEntityTagSender sends the GetEntityTag request. The method will close the
http.Response Body if it receives an error.
GetPreparer prepares the Get request.
GetResponder handles the response to the Get request. The method always
closes the http.Response Body.
func (APIDiagnosticClient) GetSender ¶ Uses
GetSender sends the Get request. The method will close the
http.Response Body if it receives an error.
ListByService lists all diagnostics of an API.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
filter - | Field | Usage | Supported operators | Supported functions
|</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt
| substringof, contains, startswith, endswith | </br>
top - number of records to return.
skip - number of records to skip.
ListByServiceComplete enumerates all values, automatically crossing page boundaries as required.
ListByServicePreparer prepares the ListByService request.
ListByServiceResponder handles the response to the ListByService request. The method always
closes the http.Response Body.
ListByServiceSender sends the ListByService request. The method will close the
http.Response Body if it receives an error.
func (APIDiagnosticClient) Update ¶ Uses
Update updates the details of the Diagnostic for an API specified by its identifier.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
diagnosticID - diagnostic identifier. Must be unique in the current API Management service instance.
parameters - diagnostic Update parameters.
ifMatch - eTag of the Entity. ETag should match the current entity state from the header response of the GET
request or it should be * for unconditional update.
UpdatePreparer prepares the Update request.
UpdateResponder handles the response to the Update request. The method always
closes the http.Response Body.
UpdateSender sends the Update request. The method will close the
http.Response Body if it receives an error.
❖type APIEntityBaseContract struct {
// Description - Description of the API. May include HTML formatting tags.
Description *string `json:"description,omitempty"`
// AuthenticationSettings - Collection of authentication settings included into this API.
AuthenticationSettings *AuthenticationSettingsContract `json:"authenticationSettings,omitempty"`
// SubscriptionKeyParameterNames - Protocols over which API is made available.
SubscriptionKeyParameterNames *SubscriptionKeyParameterNamesContract `json:"subscriptionKeyParameterNames,omitempty"`
// APIType - Type of API. Possible values include: 'HTTP', 'Soap'
APIType APIType `json:"type,omitempty"`
// APIRevision - Describes the Revision of the Api. If no value is provided, default revision 1 is created
APIRevision *string `json:"apiRevision,omitempty"`
// APIVersion - Indicates the Version identifier of the API if the API is versioned
APIVersion *string `json:"apiVersion,omitempty"`
// IsCurrent - Indicates if API revision is current api revision.
IsCurrent *bool `json:"isCurrent,omitempty"`
// IsOnline - READ-ONLY; Indicates if API revision is accessible via the gateway.
IsOnline *bool `json:"isOnline,omitempty"`
// APIRevisionDescription - Description of the Api Revision.
APIRevisionDescription *string `json:"apiRevisionDescription,omitempty"`
// APIVersionDescription - Description of the Api Version.
APIVersionDescription *string `json:"apiVersionDescription,omitempty"`
// APIVersionSetID - A resource identifier for the related ApiVersionSet.
APIVersionSetID *string `json:"apiVersionSetId,omitempty"`
// SubscriptionRequired - Specifies whether an API or Product subscription is required for accessing the API.
SubscriptionRequired *bool `json:"subscriptionRequired,omitempty"`
}
APIEntityBaseContract API base contract details.
MarshalJSON is the custom marshaler for APIEntityBaseContract.
APIExportClient is the apiManagement Client
NewAPIExportClient creates an instance of the APIExportClient client.
NewAPIExportClientWithBaseURI creates an instance of the APIExportClient client using a custom endpoint. Use this
when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (APIExportClient) Get ¶ Uses
Get gets the details of the API specified by its identifier in the format specified to the Storage Blob with SAS Key
valid for 5 minutes.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
formatParameter - format in which to export the Api Details to the Storage Blob with Sas Key valid for 5
minutes.
GetPreparer prepares the Get request.
GetResponder handles the response to the Get request. The method always
closes the http.Response Body.
GetSender sends the Get request. The method will close the
http.Response Body if it receives an error.
❖type APIExportResult struct {
autorest.Response `json:"-"`
// ID - ResourceId of the API which was exported.
ID *string `json:"id,omitempty"`
// ExportResultFormat - Format in which the Api Details are exported to the Storage Blob with Sas Key valid for 5 minutes. Possible values include: 'ExportResultFormatSwagger', 'ExportResultFormatWsdl', 'ExportResultFormatWadl', 'ExportResultFormatOpenAPI'
ExportResultFormat ExportResultFormat `json:"format,omitempty"`
// Value - The object defining the schema of the exported Api Detail
Value *APIExportResultValue `json:"value,omitempty"`
}
APIExportResult API Export result.
❖type APIExportResultValue struct {
// Link - Link to the Storage Blob containing the result of the export operation. The Blob Uri is only valid for 5 minutes.
Link *string `json:"link,omitempty"`
}
APIExportResultValue the object defining the schema of the exported Api Detail
APIIssueAttachmentClient is the apiManagement Client
NewAPIIssueAttachmentClient creates an instance of the APIIssueAttachmentClient client.
NewAPIIssueAttachmentClientWithBaseURI creates an instance of the APIIssueAttachmentClient client using a custom
endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure
stack).
CreateOrUpdate creates a new Attachment for the Issue in an API or updates an existing one.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
issueID - issue identifier. Must be unique in the current API Management service instance.
attachmentID - attachment identifier within an Issue. Must be unique in the current Issue.
parameters - create parameters.
ifMatch - eTag of the Entity. Not required when creating an entity, but required when updating an entity.
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always
closes the http.Response Body.
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
http.Response Body if it receives an error.
func (APIIssueAttachmentClient) Delete ¶ Uses
Delete deletes the specified comment from an Issue.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
issueID - issue identifier. Must be unique in the current API Management service instance.
attachmentID - attachment identifier within an Issue. Must be unique in the current Issue.
ifMatch - eTag of the Entity. ETag should match the current entity state from the header response of the GET
request or it should be * for unconditional update.
DeletePreparer prepares the Delete request.
DeleteResponder handles the response to the Delete request. The method always
closes the http.Response Body.
DeleteSender sends the Delete request. The method will close the
http.Response Body if it receives an error.
func (APIIssueAttachmentClient) Get ¶ Uses
Get gets the details of the issue Attachment for an API specified by its identifier.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
issueID - issue identifier. Must be unique in the current API Management service instance.
attachmentID - attachment identifier within an Issue. Must be unique in the current Issue.
GetEntityTag gets the entity state (Etag) version of the issue Attachment for an API specified by its identifier.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
issueID - issue identifier. Must be unique in the current API Management service instance.
attachmentID - attachment identifier within an Issue. Must be unique in the current Issue.
GetEntityTagPreparer prepares the GetEntityTag request.
GetEntityTagResponder handles the response to the GetEntityTag request. The method always
closes the http.Response Body.
GetEntityTagSender sends the GetEntityTag request. The method will close the
http.Response Body if it receives an error.
func (APIIssueAttachmentClient) GetPreparer ¶ Uses
GetPreparer prepares the Get request.
GetResponder handles the response to the Get request. The method always
closes the http.Response Body.
func (APIIssueAttachmentClient) GetSender ¶ Uses
GetSender sends the Get request. The method will close the
http.Response Body if it receives an error.
ListByService lists all attachments for the Issue associated with the specified API.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
issueID - issue identifier. Must be unique in the current API Management service instance.
filter - | Field | Usage | Supported operators | Supported functions
|</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt
| substringof, contains, startswith, endswith | </br>| userId | filter | ge, le, eq, ne, gt, lt |
substringof, contains, startswith, endswith | </br>
top - number of records to return.
skip - number of records to skip.
ListByServiceComplete enumerates all values, automatically crossing page boundaries as required.
ListByServicePreparer prepares the ListByService request.
ListByServiceResponder handles the response to the ListByService request. The method always
closes the http.Response Body.
ListByServiceSender sends the ListByService request. The method will close the
http.Response Body if it receives an error.
APIIssueClient is the apiManagement Client
NewAPIIssueClient creates an instance of the APIIssueClient client.
NewAPIIssueClientWithBaseURI creates an instance of the APIIssueClient client using a custom endpoint. Use this
when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
CreateOrUpdate creates a new Issue for an API or updates an existing one.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
issueID - issue identifier. Must be unique in the current API Management service instance.
parameters - create parameters.
ifMatch - eTag of the Entity. Not required when creating an entity, but required when updating an entity.
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always
closes the http.Response Body.
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
http.Response Body if it receives an error.
func (APIIssueClient) Delete ¶ Uses
Delete deletes the specified Issue from an API.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
issueID - issue identifier. Must be unique in the current API Management service instance.
ifMatch - eTag of the Entity. ETag should match the current entity state from the header response of the GET
request or it should be * for unconditional update.
DeletePreparer prepares the Delete request.
DeleteResponder handles the response to the Delete request. The method always
closes the http.Response Body.
DeleteSender sends the Delete request. The method will close the
http.Response Body if it receives an error.
func (APIIssueClient) Get ¶ Uses
Get gets the details of the Issue for an API specified by its identifier.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
issueID - issue identifier. Must be unique in the current API Management service instance.
expandCommentsAttachments - expand the comment attachments.
GetEntityTag gets the entity state (Etag) version of the Issue for an API specified by its identifier.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
issueID - issue identifier. Must be unique in the current API Management service instance.
GetEntityTagPreparer prepares the GetEntityTag request.
GetEntityTagResponder handles the response to the GetEntityTag request. The method always
closes the http.Response Body.
GetEntityTagSender sends the GetEntityTag request. The method will close the
http.Response Body if it receives an error.
GetPreparer prepares the Get request.
GetResponder handles the response to the Get request. The method always
closes the http.Response Body.
GetSender sends the Get request. The method will close the
http.Response Body if it receives an error.
ListByService lists all issues associated with the specified API.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
filter - | Field | Usage | Supported operators | Supported functions
|</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt
| substringof, contains, startswith, endswith | </br>| userId | filter | ge, le, eq, ne, gt, lt |
substringof, contains, startswith, endswith | </br>| state | filter | eq | | </br>
expandCommentsAttachments - expand the comment attachments.
top - number of records to return.
skip - number of records to skip.
ListByServiceComplete enumerates all values, automatically crossing page boundaries as required.
ListByServicePreparer prepares the ListByService request.
ListByServiceResponder handles the response to the ListByService request. The method always
closes the http.Response Body.
ListByServiceSender sends the ListByService request. The method will close the
http.Response Body if it receives an error.
func (APIIssueClient) Update ¶ Uses
Update updates an existing issue for an API.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
issueID - issue identifier. Must be unique in the current API Management service instance.
parameters - update parameters.
ifMatch - eTag of the Entity. ETag should match the current entity state from the header response of the GET
request or it should be * for unconditional update.
UpdatePreparer prepares the Update request.
UpdateResponder handles the response to the Update request. The method always
closes the http.Response Body.
UpdateSender sends the Update request. The method will close the
http.Response Body if it receives an error.
APIIssueCommentClient is the apiManagement Client
NewAPIIssueCommentClient creates an instance of the APIIssueCommentClient client.
NewAPIIssueCommentClientWithBaseURI creates an instance of the APIIssueCommentClient client using a custom endpoint.
Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
CreateOrUpdate creates a new Comment for the Issue in an API or updates an existing one.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
issueID - issue identifier. Must be unique in the current API Management service instance.
commentID - comment identifier within an Issue. Must be unique in the current Issue.
parameters - create parameters.
ifMatch - eTag of the Entity. Not required when creating an entity, but required when updating an entity.
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always
closes the http.Response Body.
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
http.Response Body if it receives an error.
Delete deletes the specified comment from an Issue.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
issueID - issue identifier. Must be unique in the current API Management service instance.
commentID - comment identifier within an Issue. Must be unique in the current Issue.
ifMatch - eTag of the Entity. ETag should match the current entity state from the header response of the GET
request or it should be * for unconditional update.
DeletePreparer prepares the Delete request.
DeleteResponder handles the response to the Delete request. The method always
closes the http.Response Body.
DeleteSender sends the Delete request. The method will close the
http.Response Body if it receives an error.
Get gets the details of the issue Comment for an API specified by its identifier.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
issueID - issue identifier. Must be unique in the current API Management service instance.
commentID - comment identifier within an Issue. Must be unique in the current Issue.
GetEntityTag gets the entity state (Etag) version of the issue Comment for an API specified by its identifier.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
issueID - issue identifier. Must be unique in the current API Management service instance.
commentID - comment identifier within an Issue. Must be unique in the current Issue.
GetEntityTagPreparer prepares the GetEntityTag request.
GetEntityTagResponder handles the response to the GetEntityTag request. The method always
closes the http.Response Body.
GetEntityTagSender sends the GetEntityTag request. The method will close the
http.Response Body if it receives an error.
GetPreparer prepares the Get request.
GetResponder handles the response to the Get request. The method always
closes the http.Response Body.
GetSender sends the Get request. The method will close the
http.Response Body if it receives an error.
ListByService lists all comments for the Issue associated with the specified API.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
issueID - issue identifier. Must be unique in the current API Management service instance.
filter - | Field | Usage | Supported operators | Supported functions
|</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt
| substringof, contains, startswith, endswith | </br>| userId | filter | ge, le, eq, ne, gt, lt |
substringof, contains, startswith, endswith | </br>
top - number of records to return.
skip - number of records to skip.
ListByServiceComplete enumerates all values, automatically crossing page boundaries as required.
ListByServicePreparer prepares the ListByService request.
ListByServiceResponder handles the response to the ListByService request. The method always
closes the http.Response Body.
ListByServiceSender sends the ListByService request. The method will close the
http.Response Body if it receives an error.
APIOperationClient is the apiManagement Client
NewAPIOperationClient creates an instance of the APIOperationClient client.
NewAPIOperationClientWithBaseURI creates an instance of the APIOperationClient client using a custom endpoint. Use
this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
CreateOrUpdate creates a new operation in the API or updates an existing one.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
operationID - operation identifier within an API. Must be unique in the current API Management service
instance.
parameters - create parameters.
ifMatch - eTag of the Entity. Not required when creating an entity, but required when updating an entity.
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always
closes the http.Response Body.
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
http.Response Body if it receives an error.
func (APIOperationClient) Delete ¶ Uses
Delete deletes the specified operation in the API.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
operationID - operation identifier within an API. Must be unique in the current API Management service
instance.
ifMatch - eTag of the Entity. ETag should match the current entity state from the header response of the GET
request or it should be * for unconditional update.
DeletePreparer prepares the Delete request.
DeleteResponder handles the response to the Delete request. The method always
closes the http.Response Body.
DeleteSender sends the Delete request. The method will close the
http.Response Body if it receives an error.
func (APIOperationClient) Get ¶ Uses
Get gets the details of the API Operation specified by its identifier.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
operationID - operation identifier within an API. Must be unique in the current API Management service
instance.
GetEntityTag gets the entity state (Etag) version of the API operation specified by its identifier.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
operationID - operation identifier within an API. Must be unique in the current API Management service
instance.
GetEntityTagPreparer prepares the GetEntityTag request.
GetEntityTagResponder handles the response to the GetEntityTag request. The method always
closes the http.Response Body.
GetEntityTagSender sends the GetEntityTag request. The method will close the
http.Response Body if it receives an error.
GetPreparer prepares the Get request.
GetResponder handles the response to the Get request. The method always
closes the http.Response Body.
GetSender sends the Get request. The method will close the
http.Response Body if it receives an error.
ListByAPI lists a collection of the operations for the specified API.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
filter - | Field | Usage | Supported operators | Supported functions
|</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt
| substringof, contains, startswith, endswith | </br>| displayName | filter | ge, le, eq, ne, gt, lt |
substringof, contains, startswith, endswith | </br>| method | filter | ge, le, eq, ne, gt, lt | substringof,
contains, startswith, endswith | </br>| description | filter | ge, le, eq, ne, gt, lt | substringof,
contains, startswith, endswith | </br>| urlTemplate | filter | ge, le, eq, ne, gt, lt | substringof,
contains, startswith, endswith | </br>
top - number of records to return.
skip - number of records to skip.
tags - include tags in the response.
ListByAPIComplete enumerates all values, automatically crossing page boundaries as required.
ListByAPIPreparer prepares the ListByAPI request.
ListByAPIResponder handles the response to the ListByAPI request. The method always
closes the http.Response Body.
ListByAPISender sends the ListByAPI request. The method will close the
http.Response Body if it receives an error.
func (APIOperationClient) Update ¶ Uses
Update updates the details of the operation in the API specified by its identifier.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
operationID - operation identifier within an API. Must be unique in the current API Management service
instance.
parameters - API Operation Update parameters.
ifMatch - eTag of the Entity. ETag should match the current entity state from the header response of the GET
request or it should be * for unconditional update.
UpdatePreparer prepares the Update request.
UpdateResponder handles the response to the Update request. The method always
closes the http.Response Body.
UpdateSender sends the Update request. The method will close the
http.Response Body if it receives an error.
APIOperationPolicyClient is the apiManagement Client
NewAPIOperationPolicyClient creates an instance of the APIOperationPolicyClient client.
NewAPIOperationPolicyClientWithBaseURI creates an instance of the APIOperationPolicyClient client using a custom
endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure
stack).
CreateOrUpdate creates or updates policy configuration for the API Operation level.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
operationID - operation identifier within an API. Must be unique in the current API Management service
instance.
parameters - the policy contents to apply.
ifMatch - eTag of the Entity. Not required when creating an entity, but required when updating an entity.
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always
closes the http.Response Body.
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
http.Response Body if it receives an error.
func (APIOperationPolicyClient) Delete ¶ Uses
Delete deletes the policy configuration at the Api Operation.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
operationID - operation identifier within an API. Must be unique in the current API Management service
instance.
ifMatch - eTag of the Entity. ETag should match the current entity state from the header response of the GET
request or it should be * for unconditional update.
DeletePreparer prepares the Delete request.
DeleteResponder handles the response to the Delete request. The method always
closes the http.Response Body.
DeleteSender sends the Delete request. The method will close the
http.Response Body if it receives an error.
func (APIOperationPolicyClient) Get ¶ Uses
Get get the policy configuration at the API Operation level.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
operationID - operation identifier within an API. Must be unique in the current API Management service
instance.
formatParameter - policy Export Format.
GetEntityTag gets the entity state (Etag) version of the API operation policy specified by its identifier.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
operationID - operation identifier within an API. Must be unique in the current API Management service
instance.
GetEntityTagPreparer prepares the GetEntityTag request.
GetEntityTagResponder handles the response to the GetEntityTag request. The method always
closes the http.Response Body.
GetEntityTagSender sends the GetEntityTag request. The method will close the
http.Response Body if it receives an error.
func (APIOperationPolicyClient) GetPreparer ¶ Uses
GetPreparer prepares the Get request.
GetResponder handles the response to the Get request. The method always
closes the http.Response Body.
func (APIOperationPolicyClient) GetSender ¶ Uses
GetSender sends the Get request. The method will close the
http.Response Body if it receives an error.
ListByOperation get the list of policy configuration at the API Operation level.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
operationID - operation identifier within an API. Must be unique in the current API Management service
instance.
ListByOperationPreparer prepares the ListByOperation request.
ListByOperationResponder handles the response to the ListByOperation request. The method always
closes the http.Response Body.
ListByOperationSender sends the ListByOperation request. The method will close the
http.Response Body if it receives an error.
APIPolicyClient is the apiManagement Client
NewAPIPolicyClient creates an instance of the APIPolicyClient client.
NewAPIPolicyClientWithBaseURI creates an instance of the APIPolicyClient client using a custom endpoint. Use this
when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
CreateOrUpdate creates or updates policy configuration for the API.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
parameters - the policy contents to apply.
ifMatch - eTag of the Entity. Not required when creating an entity, but required when updating an entity.
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always
closes the http.Response Body.
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
http.Response Body if it receives an error.
func (APIPolicyClient) Delete ¶ Uses
Delete deletes the policy configuration at the Api.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
ifMatch - eTag of the Entity. ETag should match the current entity state from the header response of the GET
request or it should be * for unconditional update.
DeletePreparer prepares the Delete request.
DeleteResponder handles the response to the Delete request. The method always
closes the http.Response Body.
DeleteSender sends the Delete request. The method will close the
http.Response Body if it receives an error.
func (APIPolicyClient) Get ¶ Uses
Get get the policy configuration at the API level.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
formatParameter - policy Export Format.
GetEntityTag gets the entity state (Etag) version of the API policy specified by its identifier.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
GetEntityTagPreparer prepares the GetEntityTag request.
GetEntityTagResponder handles the response to the GetEntityTag request. The method always
closes the http.Response Body.
GetEntityTagSender sends the GetEntityTag request. The method will close the
http.Response Body if it receives an error.
GetPreparer prepares the Get request.
GetResponder handles the response to the Get request. The method always
closes the http.Response Body.
GetSender sends the Get request. The method will close the
http.Response Body if it receives an error.
ListByAPI get the policy configuration at the API level.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
ListByAPIPreparer prepares the ListByAPI request.
ListByAPIResponder handles the response to the ListByAPI request. The method always
closes the http.Response Body.
ListByAPISender sends the ListByAPI request. The method will close the
http.Response Body if it receives an error.
APIProductClient is the apiManagement Client
NewAPIProductClient creates an instance of the APIProductClient client.
NewAPIProductClientWithBaseURI creates an instance of the APIProductClient client using a custom endpoint. Use this
when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
ListByApis lists all Products, which the API is part of.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
filter - | Field | Usage | Supported operators | Supported functions
|</br>|-------------|-------------|-------------|-------------|</br>| displayName | filter | ge, le, eq, ne,
gt, lt | substringof, contains, startswith, endswith | </br>
top - number of records to return.
skip - number of records to skip.
ListByApisComplete enumerates all values, automatically crossing page boundaries as required.
ListByApisPreparer prepares the ListByApis request.
ListByApisResponder handles the response to the ListByApis request. The method always
closes the http.Response Body.
ListByApisSender sends the ListByApis request. The method will close the
http.Response Body if it receives an error.
APIReleaseClient is the apiManagement Client
NewAPIReleaseClient creates an instance of the APIReleaseClient client.
NewAPIReleaseClientWithBaseURI creates an instance of the APIReleaseClient client using a custom endpoint. Use this
when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
CreateOrUpdate creates a new Release for the API.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
releaseID - release identifier within an API. Must be unique in the current API Management service instance.
parameters - create parameters.
ifMatch - eTag of the Entity. Not required when creating an entity, but required when updating an entity.
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always
closes the http.Response Body.
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
http.Response Body if it receives an error.
func (APIReleaseClient) Delete ¶ Uses
Delete deletes the specified release in the API.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
releaseID - release identifier within an API. Must be unique in the current API Management service instance.
ifMatch - eTag of the Entity. ETag should match the current entity state from the header response of the GET
request or it should be * for unconditional update.
DeletePreparer prepares the Delete request.
DeleteResponder handles the response to the Delete request. The method always
closes the http.Response Body.
DeleteSender sends the Delete request. The method will close the
http.Response Body if it receives an error.
func (APIReleaseClient) Get ¶ Uses
Get returns the details of an API release.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
releaseID - release identifier within an API. Must be unique in the current API Management service instance.
GetEntityTag returns the etag of an API release.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
releaseID - release identifier within an API. Must be unique in the current API Management service instance.
GetEntityTagPreparer prepares the GetEntityTag request.
GetEntityTagResponder handles the response to the GetEntityTag request. The method always
closes the http.Response Body.
GetEntityTagSender sends the GetEntityTag request. The method will close the
http.Response Body if it receives an error.
GetPreparer prepares the Get request.
GetResponder handles the response to the Get request. The method always
closes the http.Response Body.
GetSender sends the Get request. The method will close the
http.Response Body if it receives an error.
ListByService lists all releases of an API. An API release is created when making an API Revision current. Releases
are also used to rollback to previous revisions. Results will be paged and can be constrained by the $top and $skip
parameters.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
filter - | Field | Usage | Supported operators | Supported functions
|</br>|-------------|-------------|-------------|-------------|</br>| notes | filter | ge, le, eq, ne, gt,
lt | substringof, contains, startswith, endswith | </br>
top - number of records to return.
skip - number of records to skip.
ListByServiceComplete enumerates all values, automatically crossing page boundaries as required.
ListByServicePreparer prepares the ListByService request.
ListByServiceResponder handles the response to the ListByService request. The method always
closes the http.Response Body.
ListByServiceSender sends the ListByService request. The method will close the
http.Response Body if it receives an error.
func (APIReleaseClient) Update ¶ Uses
Update updates the details of the release of the API specified by its identifier.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
releaseID - release identifier within an API. Must be unique in the current API Management service instance.
parameters - API Release Update parameters.
ifMatch - eTag of the Entity. ETag should match the current entity state from the header response of the GET
request or it should be * for unconditional update.
UpdatePreparer prepares the Update request.
UpdateResponder handles the response to the Update request. The method always
closes the http.Response Body.
UpdateSender sends the Update request. The method will close the
http.Response Body if it receives an error.
❖type APIReleaseCollection struct {
autorest.Response `json:"-"`
// Value - READ-ONLY; Page values.
Value *[]APIReleaseContract `json:"value,omitempty"`
// NextLink - READ-ONLY; Next page link if any.
NextLink *string `json:"nextLink,omitempty"`
}
APIReleaseCollection paged ApiRelease list representation.
func (APIReleaseCollection) IsEmpty ¶ Uses
IsEmpty returns true if the ListResult contains no values.
❖type APIReleaseCollectionIterator struct {
// contains filtered or unexported fields
}
APIReleaseCollectionIterator provides access to a complete listing of APIReleaseContract values.
Creates a new instance of the APIReleaseCollectionIterator type.
func (*APIReleaseCollectionIterator) Next ¶ Uses
Next advances to the next value. If there was an error making
the request the iterator does not advance and the error is returned.
Deprecated: Use NextWithContext() instead.
NextWithContext advances to the next value. If there was an error making
the request the iterator does not advance and the error is returned.
func (APIReleaseCollectionIterator) NotDone ¶ Uses
NotDone returns true if the enumeration should be started or is not yet complete.
func (APIReleaseCollectionIterator) Response ¶ Uses
Response returns the raw server response from the last page request.
func (APIReleaseCollectionIterator) Value ¶ Uses
Value returns the current value or a zero-initialized value if the
iterator has advanced beyond the end of the collection.
❖type APIReleaseCollectionPage struct {
// contains filtered or unexported fields
}
APIReleaseCollectionPage contains a page of APIReleaseContract values.
Creates a new instance of the APIReleaseCollectionPage type.
func (*APIReleaseCollectionPage) Next ¶ Uses
Next advances to the next page of values. If there was an error making
the request the page does not advance and the error is returned.
Deprecated: Use NextWithContext() instead.
NextWithContext advances to the next page of values. If there was an error making
the request the page does not advance and the error is returned.
func (APIReleaseCollectionPage) NotDone ¶ Uses
NotDone returns true if the page enumeration should be started or is not yet complete.
func (APIReleaseCollectionPage) Response ¶ Uses
Response returns the raw server response from the last page request.
func (APIReleaseCollectionPage) Values ¶ Uses
Values returns the slice of values for the current page or nil if there are no values.
❖type APIReleaseContract struct {
autorest.Response `json:"-"`
// APIReleaseContractProperties - ApiRelease entity contract properties.
*APIReleaseContractProperties `json:"properties,omitempty"`
// ID - READ-ONLY; Resource ID.
ID *string `json:"id,omitempty"`
// Name - READ-ONLY; Resource name.
Name *string `json:"name,omitempty"`
// Type - READ-ONLY; Resource type for API Management resource.
Type *string `json:"type,omitempty"`
}
APIReleaseContract apiRelease details.
MarshalJSON is the custom marshaler for APIReleaseContract.
UnmarshalJSON is the custom unmarshaler for APIReleaseContract struct.
❖type APIReleaseContractProperties struct {
// APIID - Identifier of the API the release belongs to.
APIID *string `json:"apiId,omitempty"`
// CreatedDateTime - READ-ONLY; The time the API was released. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.
CreatedDateTime *date.Time `json:"createdDateTime,omitempty"`
// UpdatedDateTime - READ-ONLY; The time the API release was updated.
UpdatedDateTime *date.Time `json:"updatedDateTime,omitempty"`
// Notes - Release Notes
Notes *string `json:"notes,omitempty"`
}
APIReleaseContractProperties API Release details
func (APIReleaseContractProperties) MarshalJSON ¶ Uses
MarshalJSON is the custom marshaler for APIReleaseContractProperties.
APIRevisionClient is the apiManagement Client
NewAPIRevisionClient creates an instance of the APIRevisionClient client.
NewAPIRevisionClientWithBaseURI creates an instance of the APIRevisionClient client using a custom endpoint. Use
this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
ListByService lists all revisions of an API.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API identifier. Must be unique in the current API Management service instance.
filter - | Field | Usage | Supported operators | Supported functions
|</br>|-------------|-------------|-------------|-------------|</br>| apiRevision | filter | ge, le, eq, ne,
gt, lt | substringof, contains, startswith, endswith | </br>
top - number of records to return.
skip - number of records to skip.
ListByServiceComplete enumerates all values, automatically crossing page boundaries as required.
ListByServicePreparer prepares the ListByService request.
ListByServiceResponder handles the response to the ListByService request. The method always
closes the http.Response Body.
ListByServiceSender sends the ListByService request. The method will close the
http.Response Body if it receives an error.
❖type APIRevisionCollection struct {
autorest.Response `json:"-"`
// Value - READ-ONLY; Page values.
Value *[]APIRevisionContract `json:"value,omitempty"`
// NextLink - READ-ONLY; Next page link if any.
NextLink *string `json:"nextLink,omitempty"`
}
APIRevisionCollection paged Api Revision list representation.
func (APIRevisionCollection) IsEmpty ¶ Uses
IsEmpty returns true if the ListResult contains no values.
❖type APIRevisionCollectionIterator struct {
// contains filtered or unexported fields
}
APIRevisionCollectionIterator provides access to a complete listing of APIRevisionContract values.
Creates a new instance of the APIRevisionCollectionIterator type.
func (*APIRevisionCollectionIterator) Next ¶ Uses
Next advances to the next value. If there was an error making
the request the iterator does not advance and the error is returned.
Deprecated: Use NextWithContext() instead.
NextWithContext advances to the next value. If there was an error making
the request the iterator does not advance and the error is returned.
func (APIRevisionCollectionIterator) NotDone ¶ Uses
NotDone returns true if the enumeration should be started or is not yet complete.
func (APIRevisionCollectionIterator) Response ¶ Uses
Response returns the raw server response from the last page request.
func (APIRevisionCollectionIterator) Value ¶ Uses
Value returns the current value or a zero-initialized value if the
iterator has advanced beyond the end of the collection.
❖type APIRevisionCollectionPage struct {
// contains filtered or unexported fields
}
APIRevisionCollectionPage contains a page of APIRevisionContract values.
Creates a new instance of the APIRevisionCollectionPage type.
func (*APIRevisionCollectionPage) Next ¶ Uses
Next advances to the next page of values. If there was an error making
the request the page does not advance and the error is returned.
Deprecated: Use NextWithContext() instead.
NextWithContext advances to the next page of values. If there was an error making
the request the page does not advance and the error is returned.
func (APIRevisionCollectionPage) NotDone ¶ Uses
NotDone returns true if the page enumeration should be started or is not yet complete.
func (APIRevisionCollectionPage) Response ¶ Uses
Response returns the raw server response from the last page request.
func (APIRevisionCollectionPage) Values ¶ Uses
Values returns the slice of values for the current page or nil if there are no values.
❖type APIRevisionContract struct {
// APIID - READ-ONLY; Identifier of the API Revision.
APIID *string `json:"apiId,omitempty"`
// APIRevision - READ-ONLY; Revision number of API.
APIRevision *string `json:"apiRevision,omitempty"`
// CreatedDateTime - READ-ONLY; The time the API Revision was created. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.
CreatedDateTime *date.Time `json:"createdDateTime,omitempty"`
// UpdatedDateTime - READ-ONLY; The time the API Revision were updated. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.
UpdatedDateTime *date.Time `json:"updatedDateTime,omitempty"`
// Description - READ-ONLY; Description of the API Revision.
Description *string `json:"description,omitempty"`
// PrivateURL - READ-ONLY; Gateway URL for accessing the non-current API Revision.
PrivateURL *string `json:"privateUrl,omitempty"`
// IsOnline - READ-ONLY; Indicates if API revision is the current api revision.
IsOnline *bool `json:"isOnline,omitempty"`
// IsCurrent - READ-ONLY; Indicates if API revision is accessible via the gateway.
IsCurrent *bool `json:"isCurrent,omitempty"`
}
APIRevisionContract summary of revision metadata.
❖type APIRevisionInfoContract struct {
// SourceAPIID - Resource identifier of API to be used to create the revision from.
SourceAPIID *string `json:"sourceApiId,omitempty"`
// APIVersionName - Version identifier for the new API Version.
APIVersionName *string `json:"apiVersionName,omitempty"`
// APIRevisionDescription - Description of new API Revision.
APIRevisionDescription *string `json:"apiRevisionDescription,omitempty"`
// APIVersionSet - Version set details
APIVersionSet *APIVersionSetContractDetails `json:"apiVersionSet,omitempty"`
}
APIRevisionInfoContract object used to create an API Revision or Version based on an existing API
Revision
APISchemaClient is the apiManagement Client
NewAPISchemaClient creates an instance of the APISchemaClient client.
NewAPISchemaClientWithBaseURI creates an instance of the APISchemaClient client using a custom endpoint. Use this
when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
CreateOrUpdate creates or updates schema configuration for the API.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
schemaID - schema identifier within an API. Must be unique in the current API Management service instance.
parameters - the schema contents to apply.
ifMatch - eTag of the Entity. Not required when creating an entity, but required when updating an entity.
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always
closes the http.Response Body.
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
http.Response Body if it receives an error.
func (APISchemaClient) Delete ¶ Uses
Delete deletes the schema configuration at the Api.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
schemaID - schema identifier within an API. Must be unique in the current API Management service instance.
ifMatch - eTag of the Entity. ETag should match the current entity state from the header response of the GET
request or it should be * for unconditional update.
force - if true removes all references to the schema before deleting it.
DeletePreparer prepares the Delete request.
DeleteResponder handles the response to the Delete request. The method always
closes the http.Response Body.
DeleteSender sends the Delete request. The method will close the
http.Response Body if it receives an error.
func (APISchemaClient) Get ¶ Uses
Get get the schema configuration at the API level.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
schemaID - schema identifier within an API. Must be unique in the current API Management service instance.
GetEntityTag gets the entity state (Etag) version of the schema specified by its identifier.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
schemaID - schema identifier within an API. Must be unique in the current API Management service instance.
GetEntityTagPreparer prepares the GetEntityTag request.
GetEntityTagResponder handles the response to the GetEntityTag request. The method always
closes the http.Response Body.
GetEntityTagSender sends the GetEntityTag request. The method will close the
http.Response Body if it receives an error.
GetPreparer prepares the Get request.
GetResponder handles the response to the Get request. The method always
closes the http.Response Body.
GetSender sends the Get request. The method will close the
http.Response Body if it receives an error.
ListByAPI get the schema configuration at the API level.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
filter - | Field | Usage | Supported operators | Supported functions
|</br>|-------------|-------------|-------------|-------------|</br>| contentType | filter | ge, le, eq, ne,
gt, lt | substringof, contains, startswith, endswith | </br>
top - number of records to return.
skip - number of records to skip.
ListByAPIComplete enumerates all values, automatically crossing page boundaries as required.
ListByAPIPreparer prepares the ListByAPI request.
ListByAPIResponder handles the response to the ListByAPI request. The method always
closes the http.Response Body.
ListByAPISender sends the ListByAPI request. The method will close the
http.Response Body if it receives an error.
APISchemaCreateOrUpdateFuture an abstraction for monitoring and retrieving the results of a long-running
operation.
APITagDescriptionClient is the apiManagement Client
NewAPITagDescriptionClient creates an instance of the APITagDescriptionClient client.
NewAPITagDescriptionClientWithBaseURI creates an instance of the APITagDescriptionClient client using a custom
endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure
stack).
CreateOrUpdate create/Update tag description in scope of the Api.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
tagDescriptionID - tag description identifier. Used when creating tagDescription for API/Tag association.
Based on API and Tag names.
parameters - create parameters.
ifMatch - eTag of the Entity. Not required when creating an entity, but required when updating an entity.
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always
closes the http.Response Body.
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
http.Response Body if it receives an error.
func (APITagDescriptionClient) Delete ¶ Uses
Delete delete tag description for the Api.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
tagDescriptionID - tag description identifier. Used when creating tagDescription for API/Tag association.
Based on API and Tag names.
ifMatch - eTag of the Entity. ETag should match the current entity state from the header response of the GET
request or it should be * for unconditional update.
DeletePreparer prepares the Delete request.
DeleteResponder handles the response to the Delete request. The method always
closes the http.Response Body.
DeleteSender sends the Delete request. The method will close the
http.Response Body if it receives an error.
func (APITagDescriptionClient) Get ¶ Uses
Get get Tag description in scope of API
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
tagDescriptionID - tag description identifier. Used when creating tagDescription for API/Tag association.
Based on API and Tag names.
GetEntityTag gets the entity state version of the tag specified by its identifier.
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
tagDescriptionID - tag description identifier. Used when creating tagDescription for API/Tag association.
Based on API and Tag names.
GetEntityTagPreparer prepares the GetEntityTag request.
GetEntityTagResponder handles the response to the GetEntityTag request. The method always
closes the http.Response Body.
GetEntityTagSender sends the GetEntityTag request. The method will close the
http.Response Body if it receives an error.
func (APITagDescriptionClient) GetPreparer ¶ Uses
GetPreparer prepares the Get request.
GetResponder handles the response to the Get request. The method always
closes the http.Response Body.
func (APITagDescriptionClient) GetSender ¶ Uses
GetSender sends the Get request. The method will close the
http.Response Body if it receives an error.
ListByService lists all Tags descriptions in scope of API. Model similar to swagger - tagDescription is defined on
API level but tag may be assigned to the Operations
Parameters:
resourceGroupName - the name of the resource group.
serviceName - the name of the API Management service.
apiid - API revision identifier. Must be unique in the current API Management service instance. Non-current
revision has ;rev=n as a suffix where n is the revision number.
filter - | Field | Usage | Supported operators | Supported functions
|</br>|-------------|-------------|-------------|-------------|</br>| displayName | filter | ge, le, eq, ne,
gt, lt | substringof, contains, startswith, endswith | </br>| name | filter | ge, le, eq, ne, gt, lt |
substringof, contains, startswith, endswith | </br>
top - number of records to return.
skip - number of records to skip.
ListByServiceComplete enumerates all values, automatically crossing page boundaries as required.
ListByServicePreparer prepares the ListByService request.
ListByServiceResponder handles the response to the ListByService request. The method always
closes the http.Response Body.
ListByServiceSender sends the ListByService request. The method will close the
http.Response Body if it receives an error.
❖type APITagResourceContractProperties struct {
// ID - API identifier in the form /apis/{apiId}.
ID *string `json:"id,omitempty"`
// Name - API name.
Name *string `json:"name,omitempty"`
// ServiceURL - Absolute URL of the backend service implementing this API.
ServiceURL *string `json:"serviceUrl,omitempty"`
// Path - Relative URL uniquely identifying this API and all of its resource paths within the API Management service instance. It is appended to the API endpoint base URL specified during the service instance creation to form a public URL for this API.
Path *string `json:"path,omitempty"`
// Protocols - Describes on which protocols the operations in this API can be invoked.
Protocols *[]Protocol `json:"protocols,omitempty"`
// Description - Description of the API. May include HTML formatting tags.
Description *string `json:"description,omitempty"`
// AuthenticationSettings - Collection of authentication settings included into this API.
AuthenticationSettings *AuthenticationSettingsContract `json:"authenticationSettings,omitempty"`
// SubscriptionKeyParameterNames - Protocols over which API is made available.
SubscriptionKeyParameterNames *SubscriptionKeyParameterNamesContract `json:"subscriptionKeyParameterNames,omitempty"`
// APIType - Type of API. Possible values include: 'HTTP', 'Soap'
APIType APIType `json:"type,omitempty"`
// APIRevision - Describes the Revision of the Api. If no value is provided, default revision 1 is created
APIRevision *string `json:"apiRevision,omitempty"`
// APIVersion - Indicates the Version identifier of the API if the API is versioned
APIVersion *string `json:"apiVersion,omitempty"`
// IsCurrent - Indicates if API revision is current api revision.
IsCurrent *bool `json:"isCurrent,omitempty"`
// IsOnline - READ-ONLY; Indicates if API revision is accessible via the gateway.
IsOnline *bool `json:"isOnline,omitempty"`
// APIRevisionDescription - Description of the Api Revision.
APIRevisionDescription *string `json:"apiRevisionDescription,omitempty"`
// APIVersionDescription - Description of the Api Version.
APIVersionDescription *string `json:"apiVersionDescription,omitempty"`
// APIVersionSetID - A resource identifier for the related ApiVersionSet.
APIVersionSetID *string `json:"apiVersionSetId,omitempty"`
// SubscriptionRequired - Specifies whether an API or Product subscription is required for accessing the API.
SubscriptionRequired *bool `json:"subscriptionRequired,omitempty"`
}
APITagResourceContractProperties API contract properties for the Tag Resources.
func (APITagResourceContractProperties) MarshalJSON ¶ Uses
MarshalJSON is the custom marshaler for APITagResourceContractProperties.
APIType enumerates the values for api type.
❖const (
// HTTP ...
HTTP APIType = "http"
// Soap ...
Soap APIType = "soap"
)
PossibleAPITypeValues returns an array of possible values for the APIType const type.