diff --git a/services/web/mgmt/2015-08-preview/web/certificateorders.go b/services/web/mgmt/2015-08-preview/web/certificateorders.go index 4fd8e3deef4f..af10a6afce37 100644 --- a/services/web/mgmt/2015-08-preview/web/certificateorders.go +++ b/services/web/mgmt/2015-08-preview/web/certificateorders.go @@ -24,29 +24,27 @@ import ( "net/http" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateOrdersClient is the webSite Management Client type CertificateOrdersClient struct { BaseClient } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewCertificateOrdersClient creates an instance of the CertificateOrdersClient client. func NewCertificateOrdersClient(subscriptionID string) CertificateOrdersClient { return NewCertificateOrdersClientWithBaseURI(DefaultBaseURI, subscriptionID) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewCertificateOrdersClientWithBaseURI creates an instance of the CertificateOrdersClient client. func NewCertificateOrdersClientWithBaseURI(baseURI string, subscriptionID string) CertificateOrdersClient { return CertificateOrdersClient{NewWithBaseURI(baseURI, subscriptionID)} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateCertificate sends the create or update certificate request. -// -// resourceGroupName is azure resource group name certificateOrderName is certificate name name is certificate name -// keyVaultCertificate is key Vault secret csm Id +// Parameters: +// resourceGroupName - azure resource group name +// certificateOrderName - certificate name +// name - certificate name +// keyVaultCertificate - key Vault secret csm Id func (client CertificateOrdersClient) CreateOrUpdateCertificate(ctx context.Context, resourceGroupName string, certificateOrderName string, name string, keyVaultCertificate CertificateOrderCertificate) (result CertificateOrderCertificate, err error) { req, err := client.CreateOrUpdateCertificatePreparer(ctx, resourceGroupName, certificateOrderName, name, keyVaultCertificate) if err != nil { @@ -69,7 +67,6 @@ func (client CertificateOrdersClient) CreateOrUpdateCertificate(ctx context.Cont return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateCertificatePreparer prepares the CreateOrUpdateCertificate request. func (client CertificateOrdersClient) CreateOrUpdateCertificatePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, name string, keyVaultCertificate CertificateOrderCertificate) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -94,7 +91,6 @@ func (client CertificateOrdersClient) CreateOrUpdateCertificatePreparer(ctx cont return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateCertificateSender sends the CreateOrUpdateCertificate request. The method will close the // http.Response Body if it receives an error. func (client CertificateOrdersClient) CreateOrUpdateCertificateSender(req *http.Request) (*http.Response, error) { @@ -102,7 +98,6 @@ func (client CertificateOrdersClient) CreateOrUpdateCertificateSender(req *http. azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateCertificateResponder handles the response to the CreateOrUpdateCertificate request. The method always // closes the http.Response Body. func (client CertificateOrdersClient) CreateOrUpdateCertificateResponder(resp *http.Response) (result CertificateOrderCertificate, err error) { @@ -116,11 +111,11 @@ func (client CertificateOrdersClient) CreateOrUpdateCertificateResponder(resp *h return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateCertificateOrder sends the create or update certificate order request. -// -// resourceGroupName is azure resource group name name is certificate name certificateDistinguishedName is -// distinguished name to be used for purchasing certificate +// Parameters: +// resourceGroupName - azure resource group name +// name - certificate name +// certificateDistinguishedName - distinguished name to be used for purchasing certificate func (client CertificateOrdersClient) CreateOrUpdateCertificateOrder(ctx context.Context, resourceGroupName string, name string, certificateDistinguishedName CertificateOrder) (result CertificateOrder, err error) { req, err := client.CreateOrUpdateCertificateOrderPreparer(ctx, resourceGroupName, name, certificateDistinguishedName) if err != nil { @@ -143,7 +138,6 @@ func (client CertificateOrdersClient) CreateOrUpdateCertificateOrder(ctx context return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateCertificateOrderPreparer prepares the CreateOrUpdateCertificateOrder request. func (client CertificateOrdersClient) CreateOrUpdateCertificateOrderPreparer(ctx context.Context, resourceGroupName string, name string, certificateDistinguishedName CertificateOrder) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -167,7 +161,6 @@ func (client CertificateOrdersClient) CreateOrUpdateCertificateOrderPreparer(ctx return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateCertificateOrderSender sends the CreateOrUpdateCertificateOrder request. The method will close the // http.Response Body if it receives an error. func (client CertificateOrdersClient) CreateOrUpdateCertificateOrderSender(req *http.Request) (*http.Response, error) { @@ -175,7 +168,6 @@ func (client CertificateOrdersClient) CreateOrUpdateCertificateOrderSender(req * azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateCertificateOrderResponder handles the response to the CreateOrUpdateCertificateOrder request. The method always // closes the http.Response Body. func (client CertificateOrdersClient) CreateOrUpdateCertificateOrderResponder(resp *http.Response) (result CertificateOrder, err error) { @@ -189,10 +181,11 @@ func (client CertificateOrdersClient) CreateOrUpdateCertificateOrderResponder(re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteCertificate sends the delete certificate request. -// -// resourceGroupName is azure resource group name certificateOrderName is certificate name name is certificate name +// Parameters: +// resourceGroupName - azure resource group name +// certificateOrderName - certificate name +// name - certificate name func (client CertificateOrdersClient) DeleteCertificate(ctx context.Context, resourceGroupName string, certificateOrderName string, name string) (result SetObject, err error) { req, err := client.DeleteCertificatePreparer(ctx, resourceGroupName, certificateOrderName, name) if err != nil { @@ -215,7 +208,6 @@ func (client CertificateOrdersClient) DeleteCertificate(ctx context.Context, res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteCertificatePreparer prepares the DeleteCertificate request. func (client CertificateOrdersClient) DeleteCertificatePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -238,7 +230,6 @@ func (client CertificateOrdersClient) DeleteCertificatePreparer(ctx context.Cont return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteCertificateSender sends the DeleteCertificate request. The method will close the // http.Response Body if it receives an error. func (client CertificateOrdersClient) DeleteCertificateSender(req *http.Request) (*http.Response, error) { @@ -246,7 +237,6 @@ func (client CertificateOrdersClient) DeleteCertificateSender(req *http.Request) azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteCertificateResponder handles the response to the DeleteCertificate request. The method always // closes the http.Response Body. func (client CertificateOrdersClient) DeleteCertificateResponder(resp *http.Response) (result SetObject, err error) { @@ -260,10 +250,10 @@ func (client CertificateOrdersClient) DeleteCertificateResponder(resp *http.Resp return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteCertificateOrder sends the delete certificate order request. -// -// resourceGroupName is azure resource group name name is certificate name +// Parameters: +// resourceGroupName - azure resource group name +// name - certificate name func (client CertificateOrdersClient) DeleteCertificateOrder(ctx context.Context, resourceGroupName string, name string) (result SetObject, err error) { req, err := client.DeleteCertificateOrderPreparer(ctx, resourceGroupName, name) if err != nil { @@ -286,7 +276,6 @@ func (client CertificateOrdersClient) DeleteCertificateOrder(ctx context.Context return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteCertificateOrderPreparer prepares the DeleteCertificateOrder request. func (client CertificateOrdersClient) DeleteCertificateOrderPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -308,7 +297,6 @@ func (client CertificateOrdersClient) DeleteCertificateOrderPreparer(ctx context return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteCertificateOrderSender sends the DeleteCertificateOrder request. The method will close the // http.Response Body if it receives an error. func (client CertificateOrdersClient) DeleteCertificateOrderSender(req *http.Request) (*http.Response, error) { @@ -316,7 +304,6 @@ func (client CertificateOrdersClient) DeleteCertificateOrderSender(req *http.Req azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteCertificateOrderResponder handles the response to the DeleteCertificateOrder request. The method always // closes the http.Response Body. func (client CertificateOrdersClient) DeleteCertificateOrderResponder(resp *http.Response) (result SetObject, err error) { @@ -330,10 +317,11 @@ func (client CertificateOrdersClient) DeleteCertificateOrderResponder(resp *http return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificate sends the get certificate request. -// -// resourceGroupName is azure resource group name certificateOrderName is certificate name name is certificate name +// Parameters: +// resourceGroupName - azure resource group name +// certificateOrderName - certificate name +// name - certificate name func (client CertificateOrdersClient) GetCertificate(ctx context.Context, resourceGroupName string, certificateOrderName string, name string) (result CertificateOrderCertificate, err error) { req, err := client.GetCertificatePreparer(ctx, resourceGroupName, certificateOrderName, name) if err != nil { @@ -356,7 +344,6 @@ func (client CertificateOrdersClient) GetCertificate(ctx context.Context, resour return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificatePreparer prepares the GetCertificate request. func (client CertificateOrdersClient) GetCertificatePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -379,7 +366,6 @@ func (client CertificateOrdersClient) GetCertificatePreparer(ctx context.Context return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificateSender sends the GetCertificate request. The method will close the // http.Response Body if it receives an error. func (client CertificateOrdersClient) GetCertificateSender(req *http.Request) (*http.Response, error) { @@ -387,7 +373,6 @@ func (client CertificateOrdersClient) GetCertificateSender(req *http.Request) (* azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificateResponder handles the response to the GetCertificate request. The method always // closes the http.Response Body. func (client CertificateOrdersClient) GetCertificateResponder(resp *http.Response) (result CertificateOrderCertificate, err error) { @@ -401,10 +386,10 @@ func (client CertificateOrdersClient) GetCertificateResponder(resp *http.Respons return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificateOrder sends the get certificate order request. -// -// resourceGroupName is azure resource group name name is certificate name +// Parameters: +// resourceGroupName - azure resource group name +// name - certificate name func (client CertificateOrdersClient) GetCertificateOrder(ctx context.Context, resourceGroupName string, name string) (result CertificateOrder, err error) { req, err := client.GetCertificateOrderPreparer(ctx, resourceGroupName, name) if err != nil { @@ -427,7 +412,6 @@ func (client CertificateOrdersClient) GetCertificateOrder(ctx context.Context, r return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificateOrderPreparer prepares the GetCertificateOrder request. func (client CertificateOrdersClient) GetCertificateOrderPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -449,7 +433,6 @@ func (client CertificateOrdersClient) GetCertificateOrderPreparer(ctx context.Co return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificateOrderSender sends the GetCertificateOrder request. The method will close the // http.Response Body if it receives an error. func (client CertificateOrdersClient) GetCertificateOrderSender(req *http.Request) (*http.Response, error) { @@ -457,7 +440,6 @@ func (client CertificateOrdersClient) GetCertificateOrderSender(req *http.Reques azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificateOrderResponder handles the response to the GetCertificateOrder request. The method always // closes the http.Response Body. func (client CertificateOrdersClient) GetCertificateOrderResponder(resp *http.Response) (result CertificateOrder, err error) { @@ -471,10 +453,9 @@ func (client CertificateOrdersClient) GetCertificateOrderResponder(resp *http.Re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificateOrders sends the get certificate orders request. -// -// resourceGroupName is azure resource group name +// Parameters: +// resourceGroupName - azure resource group name func (client CertificateOrdersClient) GetCertificateOrders(ctx context.Context, resourceGroupName string) (result CertificateOrderCollectionPage, err error) { result.fn = client.getCertificateOrdersNextResults req, err := client.GetCertificateOrdersPreparer(ctx, resourceGroupName) @@ -498,7 +479,6 @@ func (client CertificateOrdersClient) GetCertificateOrders(ctx context.Context, return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificateOrdersPreparer prepares the GetCertificateOrders request. func (client CertificateOrdersClient) GetCertificateOrdersPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -519,7 +499,6 @@ func (client CertificateOrdersClient) GetCertificateOrdersPreparer(ctx context.C return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificateOrdersSender sends the GetCertificateOrders request. The method will close the // http.Response Body if it receives an error. func (client CertificateOrdersClient) GetCertificateOrdersSender(req *http.Request) (*http.Response, error) { @@ -527,7 +506,6 @@ func (client CertificateOrdersClient) GetCertificateOrdersSender(req *http.Reque azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificateOrdersResponder handles the response to the GetCertificateOrders request. The method always // closes the http.Response Body. func (client CertificateOrdersClient) GetCertificateOrdersResponder(resp *http.Response) (result CertificateOrderCollection, err error) { @@ -562,17 +540,16 @@ func (client CertificateOrdersClient) getCertificateOrdersNextResults(lastResult return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificateOrdersComplete enumerates all values, automatically crossing page boundaries as required. func (client CertificateOrdersClient) GetCertificateOrdersComplete(ctx context.Context, resourceGroupName string) (result CertificateOrderCollectionIterator, err error) { result.page, err = client.GetCertificateOrders(ctx, resourceGroupName) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificates sends the get certificates request. -// -// resourceGroupName is azure resource group name certificateOrderName is certificate name +// Parameters: +// resourceGroupName - azure resource group name +// certificateOrderName - certificate name func (client CertificateOrdersClient) GetCertificates(ctx context.Context, resourceGroupName string, certificateOrderName string) (result CertificateOrderCertificateCollectionPage, err error) { result.fn = client.getCertificatesNextResults req, err := client.GetCertificatesPreparer(ctx, resourceGroupName, certificateOrderName) @@ -596,7 +573,6 @@ func (client CertificateOrdersClient) GetCertificates(ctx context.Context, resou return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificatesPreparer prepares the GetCertificates request. func (client CertificateOrdersClient) GetCertificatesPreparer(ctx context.Context, resourceGroupName string, certificateOrderName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -618,7 +594,6 @@ func (client CertificateOrdersClient) GetCertificatesPreparer(ctx context.Contex return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificatesSender sends the GetCertificates request. The method will close the // http.Response Body if it receives an error. func (client CertificateOrdersClient) GetCertificatesSender(req *http.Request) (*http.Response, error) { @@ -626,7 +601,6 @@ func (client CertificateOrdersClient) GetCertificatesSender(req *http.Request) ( azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificatesResponder handles the response to the GetCertificates request. The method always // closes the http.Response Body. func (client CertificateOrdersClient) GetCertificatesResponder(resp *http.Response) (result CertificateOrderCertificateCollection, err error) { @@ -661,18 +635,17 @@ func (client CertificateOrdersClient) getCertificatesNextResults(lastResults Cer return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificatesComplete enumerates all values, automatically crossing page boundaries as required. func (client CertificateOrdersClient) GetCertificatesComplete(ctx context.Context, resourceGroupName string, certificateOrderName string) (result CertificateOrderCertificateCollectionIterator, err error) { result.page, err = client.GetCertificates(ctx, resourceGroupName, certificateOrderName) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ReissueCertificateOrder sends the reissue certificate order request. -// -// resourceGroupName is azure resource group name name is certificate name reissueCertificateOrderRequest is -// reissue parameters +// Parameters: +// resourceGroupName - azure resource group name +// name - certificate name +// reissueCertificateOrderRequest - reissue parameters func (client CertificateOrdersClient) ReissueCertificateOrder(ctx context.Context, resourceGroupName string, name string, reissueCertificateOrderRequest ReissueCertificateOrderRequest) (result SetObject, err error) { req, err := client.ReissueCertificateOrderPreparer(ctx, resourceGroupName, name, reissueCertificateOrderRequest) if err != nil { @@ -695,7 +668,6 @@ func (client CertificateOrdersClient) ReissueCertificateOrder(ctx context.Contex return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ReissueCertificateOrderPreparer prepares the ReissueCertificateOrder request. func (client CertificateOrdersClient) ReissueCertificateOrderPreparer(ctx context.Context, resourceGroupName string, name string, reissueCertificateOrderRequest ReissueCertificateOrderRequest) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -719,7 +691,6 @@ func (client CertificateOrdersClient) ReissueCertificateOrderPreparer(ctx contex return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ReissueCertificateOrderSender sends the ReissueCertificateOrder request. The method will close the // http.Response Body if it receives an error. func (client CertificateOrdersClient) ReissueCertificateOrderSender(req *http.Request) (*http.Response, error) { @@ -727,7 +698,6 @@ func (client CertificateOrdersClient) ReissueCertificateOrderSender(req *http.Re azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ReissueCertificateOrderResponder handles the response to the ReissueCertificateOrder request. The method always // closes the http.Response Body. func (client CertificateOrdersClient) ReissueCertificateOrderResponder(resp *http.Response) (result SetObject, err error) { @@ -741,11 +711,11 @@ func (client CertificateOrdersClient) ReissueCertificateOrderResponder(resp *htt return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RenewCertificateOrder sends the renew certificate order request. -// -// resourceGroupName is azure resource group name name is certificate name renewCertificateOrderRequest is renew -// parameters +// Parameters: +// resourceGroupName - azure resource group name +// name - certificate name +// renewCertificateOrderRequest - renew parameters func (client CertificateOrdersClient) RenewCertificateOrder(ctx context.Context, resourceGroupName string, name string, renewCertificateOrderRequest RenewCertificateOrderRequest) (result SetObject, err error) { req, err := client.RenewCertificateOrderPreparer(ctx, resourceGroupName, name, renewCertificateOrderRequest) if err != nil { @@ -768,7 +738,6 @@ func (client CertificateOrdersClient) RenewCertificateOrder(ctx context.Context, return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RenewCertificateOrderPreparer prepares the RenewCertificateOrder request. func (client CertificateOrdersClient) RenewCertificateOrderPreparer(ctx context.Context, resourceGroupName string, name string, renewCertificateOrderRequest RenewCertificateOrderRequest) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -792,7 +761,6 @@ func (client CertificateOrdersClient) RenewCertificateOrderPreparer(ctx context. return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RenewCertificateOrderSender sends the RenewCertificateOrder request. The method will close the // http.Response Body if it receives an error. func (client CertificateOrdersClient) RenewCertificateOrderSender(req *http.Request) (*http.Response, error) { @@ -800,7 +768,6 @@ func (client CertificateOrdersClient) RenewCertificateOrderSender(req *http.Requ azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RenewCertificateOrderResponder handles the response to the RenewCertificateOrder request. The method always // closes the http.Response Body. func (client CertificateOrdersClient) RenewCertificateOrderResponder(resp *http.Response) (result SetObject, err error) { @@ -814,10 +781,10 @@ func (client CertificateOrdersClient) RenewCertificateOrderResponder(resp *http. return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResendCertificateEmail sends the resend certificate email request. -// -// resourceGroupName is azure resource group name name is certificate order name +// Parameters: +// resourceGroupName - azure resource group name +// name - certificate order name func (client CertificateOrdersClient) ResendCertificateEmail(ctx context.Context, resourceGroupName string, name string) (result SetObject, err error) { req, err := client.ResendCertificateEmailPreparer(ctx, resourceGroupName, name) if err != nil { @@ -840,7 +807,6 @@ func (client CertificateOrdersClient) ResendCertificateEmail(ctx context.Context return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResendCertificateEmailPreparer prepares the ResendCertificateEmail request. func (client CertificateOrdersClient) ResendCertificateEmailPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -862,7 +828,6 @@ func (client CertificateOrdersClient) ResendCertificateEmailPreparer(ctx context return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResendCertificateEmailSender sends the ResendCertificateEmail request. The method will close the // http.Response Body if it receives an error. func (client CertificateOrdersClient) ResendCertificateEmailSender(req *http.Request) (*http.Response, error) { @@ -870,7 +835,6 @@ func (client CertificateOrdersClient) ResendCertificateEmailSender(req *http.Req azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResendCertificateEmailResponder handles the response to the ResendCertificateEmail request. The method always // closes the http.Response Body. func (client CertificateOrdersClient) ResendCertificateEmailResponder(resp *http.Response) (result SetObject, err error) { @@ -884,10 +848,10 @@ func (client CertificateOrdersClient) ResendCertificateEmailResponder(resp *http return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RetrieveCertificateActions sends the retrieve certificate actions request. -// -// resourceGroupName is azure resource group name name is certificate order name +// Parameters: +// resourceGroupName - azure resource group name +// name - certificate order name func (client CertificateOrdersClient) RetrieveCertificateActions(ctx context.Context, resourceGroupName string, name string) (result ListCertificateOrderAction, err error) { req, err := client.RetrieveCertificateActionsPreparer(ctx, resourceGroupName, name) if err != nil { @@ -910,7 +874,6 @@ func (client CertificateOrdersClient) RetrieveCertificateActions(ctx context.Con return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RetrieveCertificateActionsPreparer prepares the RetrieveCertificateActions request. func (client CertificateOrdersClient) RetrieveCertificateActionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -932,7 +895,6 @@ func (client CertificateOrdersClient) RetrieveCertificateActionsPreparer(ctx con return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RetrieveCertificateActionsSender sends the RetrieveCertificateActions request. The method will close the // http.Response Body if it receives an error. func (client CertificateOrdersClient) RetrieveCertificateActionsSender(req *http.Request) (*http.Response, error) { @@ -940,7 +902,6 @@ func (client CertificateOrdersClient) RetrieveCertificateActionsSender(req *http azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RetrieveCertificateActionsResponder handles the response to the RetrieveCertificateActions request. The method always // closes the http.Response Body. func (client CertificateOrdersClient) RetrieveCertificateActionsResponder(resp *http.Response) (result ListCertificateOrderAction, err error) { @@ -954,10 +915,10 @@ func (client CertificateOrdersClient) RetrieveCertificateActionsResponder(resp * return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RetrieveCertificateEmailHistory sends the retrieve certificate email history request. -// -// resourceGroupName is azure resource group name name is certificate order name +// Parameters: +// resourceGroupName - azure resource group name +// name - certificate order name func (client CertificateOrdersClient) RetrieveCertificateEmailHistory(ctx context.Context, resourceGroupName string, name string) (result ListCertificateEmail, err error) { req, err := client.RetrieveCertificateEmailHistoryPreparer(ctx, resourceGroupName, name) if err != nil { @@ -980,7 +941,6 @@ func (client CertificateOrdersClient) RetrieveCertificateEmailHistory(ctx contex return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RetrieveCertificateEmailHistoryPreparer prepares the RetrieveCertificateEmailHistory request. func (client CertificateOrdersClient) RetrieveCertificateEmailHistoryPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1002,7 +962,6 @@ func (client CertificateOrdersClient) RetrieveCertificateEmailHistoryPreparer(ct return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RetrieveCertificateEmailHistorySender sends the RetrieveCertificateEmailHistory request. The method will close the // http.Response Body if it receives an error. func (client CertificateOrdersClient) RetrieveCertificateEmailHistorySender(req *http.Request) (*http.Response, error) { @@ -1010,7 +969,6 @@ func (client CertificateOrdersClient) RetrieveCertificateEmailHistorySender(req azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RetrieveCertificateEmailHistoryResponder handles the response to the RetrieveCertificateEmailHistory request. The method always // closes the http.Response Body. func (client CertificateOrdersClient) RetrieveCertificateEmailHistoryResponder(resp *http.Response) (result ListCertificateEmail, err error) { @@ -1024,11 +982,12 @@ func (client CertificateOrdersClient) RetrieveCertificateEmailHistoryResponder(r return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateCertificate sends the update certificate request. -// -// resourceGroupName is azure resource group name certificateOrderName is certificate name name is certificate name -// keyVaultCertificate is key Vault secret csm Id +// Parameters: +// resourceGroupName - azure resource group name +// certificateOrderName - certificate name +// name - certificate name +// keyVaultCertificate - key Vault secret csm Id func (client CertificateOrdersClient) UpdateCertificate(ctx context.Context, resourceGroupName string, certificateOrderName string, name string, keyVaultCertificate CertificateOrderCertificate) (result CertificateOrderCertificate, err error) { req, err := client.UpdateCertificatePreparer(ctx, resourceGroupName, certificateOrderName, name, keyVaultCertificate) if err != nil { @@ -1051,7 +1010,6 @@ func (client CertificateOrdersClient) UpdateCertificate(ctx context.Context, res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateCertificatePreparer prepares the UpdateCertificate request. func (client CertificateOrdersClient) UpdateCertificatePreparer(ctx context.Context, resourceGroupName string, certificateOrderName string, name string, keyVaultCertificate CertificateOrderCertificate) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1076,7 +1034,6 @@ func (client CertificateOrdersClient) UpdateCertificatePreparer(ctx context.Cont return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateCertificateSender sends the UpdateCertificate request. The method will close the // http.Response Body if it receives an error. func (client CertificateOrdersClient) UpdateCertificateSender(req *http.Request) (*http.Response, error) { @@ -1084,7 +1041,6 @@ func (client CertificateOrdersClient) UpdateCertificateSender(req *http.Request) azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateCertificateResponder handles the response to the UpdateCertificate request. The method always // closes the http.Response Body. func (client CertificateOrdersClient) UpdateCertificateResponder(resp *http.Response) (result CertificateOrderCertificate, err error) { @@ -1098,11 +1054,11 @@ func (client CertificateOrdersClient) UpdateCertificateResponder(resp *http.Resp return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateCertificateOrder sends the update certificate order request. -// -// resourceGroupName is azure resource group name name is certificate name certificateDistinguishedName is -// distinguished name to be used for purchasing certificate +// Parameters: +// resourceGroupName - azure resource group name +// name - certificate name +// certificateDistinguishedName - distinguished name to be used for purchasing certificate func (client CertificateOrdersClient) UpdateCertificateOrder(ctx context.Context, resourceGroupName string, name string, certificateDistinguishedName CertificateOrder) (result CertificateOrder, err error) { req, err := client.UpdateCertificateOrderPreparer(ctx, resourceGroupName, name, certificateDistinguishedName) if err != nil { @@ -1125,7 +1081,6 @@ func (client CertificateOrdersClient) UpdateCertificateOrder(ctx context.Context return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateCertificateOrderPreparer prepares the UpdateCertificateOrder request. func (client CertificateOrdersClient) UpdateCertificateOrderPreparer(ctx context.Context, resourceGroupName string, name string, certificateDistinguishedName CertificateOrder) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1149,7 +1104,6 @@ func (client CertificateOrdersClient) UpdateCertificateOrderPreparer(ctx context return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateCertificateOrderSender sends the UpdateCertificateOrder request. The method will close the // http.Response Body if it receives an error. func (client CertificateOrdersClient) UpdateCertificateOrderSender(req *http.Request) (*http.Response, error) { @@ -1157,7 +1111,6 @@ func (client CertificateOrdersClient) UpdateCertificateOrderSender(req *http.Req azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateCertificateOrderResponder handles the response to the UpdateCertificateOrder request. The method always // closes the http.Response Body. func (client CertificateOrdersClient) UpdateCertificateOrderResponder(resp *http.Response) (result CertificateOrder, err error) { @@ -1171,10 +1124,10 @@ func (client CertificateOrdersClient) UpdateCertificateOrderResponder(resp *http return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // VerifyDomainOwnership sends the verify domain ownership request. -// -// resourceGroupName is azure resource group name name is certificate order name +// Parameters: +// resourceGroupName - azure resource group name +// name - certificate order name func (client CertificateOrdersClient) VerifyDomainOwnership(ctx context.Context, resourceGroupName string, name string) (result SetObject, err error) { req, err := client.VerifyDomainOwnershipPreparer(ctx, resourceGroupName, name) if err != nil { @@ -1197,7 +1150,6 @@ func (client CertificateOrdersClient) VerifyDomainOwnership(ctx context.Context, return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // VerifyDomainOwnershipPreparer prepares the VerifyDomainOwnership request. func (client CertificateOrdersClient) VerifyDomainOwnershipPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1219,7 +1171,6 @@ func (client CertificateOrdersClient) VerifyDomainOwnershipPreparer(ctx context. return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // VerifyDomainOwnershipSender sends the VerifyDomainOwnership request. The method will close the // http.Response Body if it receives an error. func (client CertificateOrdersClient) VerifyDomainOwnershipSender(req *http.Request) (*http.Response, error) { @@ -1227,7 +1178,6 @@ func (client CertificateOrdersClient) VerifyDomainOwnershipSender(req *http.Requ azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // VerifyDomainOwnershipResponder handles the response to the VerifyDomainOwnership request. The method always // closes the http.Response Body. func (client CertificateOrdersClient) VerifyDomainOwnershipResponder(resp *http.Response) (result SetObject, err error) { diff --git a/services/web/mgmt/2015-08-preview/web/certificates.go b/services/web/mgmt/2015-08-preview/web/certificates.go index 09d2e4753cfc..34281f3ce420 100644 --- a/services/web/mgmt/2015-08-preview/web/certificates.go +++ b/services/web/mgmt/2015-08-preview/web/certificates.go @@ -24,29 +24,26 @@ import ( "net/http" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificatesClient is the webSite Management Client type CertificatesClient struct { BaseClient } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewCertificatesClient creates an instance of the CertificatesClient client. func NewCertificatesClient(subscriptionID string) CertificatesClient { return NewCertificatesClientWithBaseURI(DefaultBaseURI, subscriptionID) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewCertificatesClientWithBaseURI creates an instance of the CertificatesClient client. func NewCertificatesClientWithBaseURI(baseURI string, subscriptionID string) CertificatesClient { return CertificatesClient{NewWithBaseURI(baseURI, subscriptionID)} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateCertificate sends the create or update certificate request. -// -// resourceGroupName is name of the resource group name is name of the certificate. certificateEnvelope is details -// of certificate if it exists already. +// Parameters: +// resourceGroupName - name of the resource group +// name - name of the certificate. +// certificateEnvelope - details of certificate if it exists already. func (client CertificatesClient) CreateOrUpdateCertificate(ctx context.Context, resourceGroupName string, name string, certificateEnvelope Certificate) (result Certificate, err error) { req, err := client.CreateOrUpdateCertificatePreparer(ctx, resourceGroupName, name, certificateEnvelope) if err != nil { @@ -69,7 +66,6 @@ func (client CertificatesClient) CreateOrUpdateCertificate(ctx context.Context, return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateCertificatePreparer prepares the CreateOrUpdateCertificate request. func (client CertificatesClient) CreateOrUpdateCertificatePreparer(ctx context.Context, resourceGroupName string, name string, certificateEnvelope Certificate) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -93,7 +89,6 @@ func (client CertificatesClient) CreateOrUpdateCertificatePreparer(ctx context.C return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateCertificateSender sends the CreateOrUpdateCertificate request. The method will close the // http.Response Body if it receives an error. func (client CertificatesClient) CreateOrUpdateCertificateSender(req *http.Request) (*http.Response, error) { @@ -101,7 +96,6 @@ func (client CertificatesClient) CreateOrUpdateCertificateSender(req *http.Reque azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateCertificateResponder handles the response to the CreateOrUpdateCertificate request. The method always // closes the http.Response Body. func (client CertificatesClient) CreateOrUpdateCertificateResponder(resp *http.Response) (result Certificate, err error) { @@ -115,11 +109,11 @@ func (client CertificatesClient) CreateOrUpdateCertificateResponder(resp *http.R return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateCsr sends the create or update csr request. -// -// resourceGroupName is name of the resource group name is name of the certificate. csrEnvelope is details of -// certificate signing request if it exists already. +// Parameters: +// resourceGroupName - name of the resource group +// name - name of the certificate. +// csrEnvelope - details of certificate signing request if it exists already. func (client CertificatesClient) CreateOrUpdateCsr(ctx context.Context, resourceGroupName string, name string, csrEnvelope Csr) (result Csr, err error) { req, err := client.CreateOrUpdateCsrPreparer(ctx, resourceGroupName, name, csrEnvelope) if err != nil { @@ -142,7 +136,6 @@ func (client CertificatesClient) CreateOrUpdateCsr(ctx context.Context, resource return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateCsrPreparer prepares the CreateOrUpdateCsr request. func (client CertificatesClient) CreateOrUpdateCsrPreparer(ctx context.Context, resourceGroupName string, name string, csrEnvelope Csr) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -166,7 +159,6 @@ func (client CertificatesClient) CreateOrUpdateCsrPreparer(ctx context.Context, return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateCsrSender sends the CreateOrUpdateCsr request. The method will close the // http.Response Body if it receives an error. func (client CertificatesClient) CreateOrUpdateCsrSender(req *http.Request) (*http.Response, error) { @@ -174,7 +166,6 @@ func (client CertificatesClient) CreateOrUpdateCsrSender(req *http.Request) (*ht azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateCsrResponder handles the response to the CreateOrUpdateCsr request. The method always // closes the http.Response Body. func (client CertificatesClient) CreateOrUpdateCsrResponder(resp *http.Response) (result Csr, err error) { @@ -188,10 +179,10 @@ func (client CertificatesClient) CreateOrUpdateCsrResponder(resp *http.Response) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteCertificate sends the delete certificate request. -// -// resourceGroupName is name of the resource group name is name of the certificate to be deleted. +// Parameters: +// resourceGroupName - name of the resource group +// name - name of the certificate to be deleted. func (client CertificatesClient) DeleteCertificate(ctx context.Context, resourceGroupName string, name string) (result SetObject, err error) { req, err := client.DeleteCertificatePreparer(ctx, resourceGroupName, name) if err != nil { @@ -214,7 +205,6 @@ func (client CertificatesClient) DeleteCertificate(ctx context.Context, resource return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteCertificatePreparer prepares the DeleteCertificate request. func (client CertificatesClient) DeleteCertificatePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -236,7 +226,6 @@ func (client CertificatesClient) DeleteCertificatePreparer(ctx context.Context, return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteCertificateSender sends the DeleteCertificate request. The method will close the // http.Response Body if it receives an error. func (client CertificatesClient) DeleteCertificateSender(req *http.Request) (*http.Response, error) { @@ -244,7 +233,6 @@ func (client CertificatesClient) DeleteCertificateSender(req *http.Request) (*ht azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteCertificateResponder handles the response to the DeleteCertificate request. The method always // closes the http.Response Body. func (client CertificatesClient) DeleteCertificateResponder(resp *http.Response) (result SetObject, err error) { @@ -258,10 +246,10 @@ func (client CertificatesClient) DeleteCertificateResponder(resp *http.Response) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteCsr sends the delete csr request. -// -// resourceGroupName is name of the resource group name is name of the certificate signing request. +// Parameters: +// resourceGroupName - name of the resource group +// name - name of the certificate signing request. func (client CertificatesClient) DeleteCsr(ctx context.Context, resourceGroupName string, name string) (result SetObject, err error) { req, err := client.DeleteCsrPreparer(ctx, resourceGroupName, name) if err != nil { @@ -284,7 +272,6 @@ func (client CertificatesClient) DeleteCsr(ctx context.Context, resourceGroupNam return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteCsrPreparer prepares the DeleteCsr request. func (client CertificatesClient) DeleteCsrPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -306,7 +293,6 @@ func (client CertificatesClient) DeleteCsrPreparer(ctx context.Context, resource return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteCsrSender sends the DeleteCsr request. The method will close the // http.Response Body if it receives an error. func (client CertificatesClient) DeleteCsrSender(req *http.Request) (*http.Response, error) { @@ -314,7 +300,6 @@ func (client CertificatesClient) DeleteCsrSender(req *http.Request) (*http.Respo azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteCsrResponder handles the response to the DeleteCsr request. The method always // closes the http.Response Body. func (client CertificatesClient) DeleteCsrResponder(resp *http.Response) (result SetObject, err error) { @@ -328,10 +313,10 @@ func (client CertificatesClient) DeleteCsrResponder(resp *http.Response) (result return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificate sends the get certificate request. -// -// resourceGroupName is name of the resource group name is name of the certificate. +// Parameters: +// resourceGroupName - name of the resource group +// name - name of the certificate. func (client CertificatesClient) GetCertificate(ctx context.Context, resourceGroupName string, name string) (result Certificate, err error) { req, err := client.GetCertificatePreparer(ctx, resourceGroupName, name) if err != nil { @@ -354,7 +339,6 @@ func (client CertificatesClient) GetCertificate(ctx context.Context, resourceGro return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificatePreparer prepares the GetCertificate request. func (client CertificatesClient) GetCertificatePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -376,7 +360,6 @@ func (client CertificatesClient) GetCertificatePreparer(ctx context.Context, res return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificateSender sends the GetCertificate request. The method will close the // http.Response Body if it receives an error. func (client CertificatesClient) GetCertificateSender(req *http.Request) (*http.Response, error) { @@ -384,7 +367,6 @@ func (client CertificatesClient) GetCertificateSender(req *http.Request) (*http. azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificateResponder handles the response to the GetCertificate request. The method always // closes the http.Response Body. func (client CertificatesClient) GetCertificateResponder(resp *http.Response) (result Certificate, err error) { @@ -398,10 +380,9 @@ func (client CertificatesClient) GetCertificateResponder(resp *http.Response) (r return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificates sends the get certificates request. -// -// resourceGroupName is name of the resource group +// Parameters: +// resourceGroupName - name of the resource group func (client CertificatesClient) GetCertificates(ctx context.Context, resourceGroupName string) (result CertificateCollectionPage, err error) { result.fn = client.getCertificatesNextResults req, err := client.GetCertificatesPreparer(ctx, resourceGroupName) @@ -425,7 +406,6 @@ func (client CertificatesClient) GetCertificates(ctx context.Context, resourceGr return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificatesPreparer prepares the GetCertificates request. func (client CertificatesClient) GetCertificatesPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -446,7 +426,6 @@ func (client CertificatesClient) GetCertificatesPreparer(ctx context.Context, re return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificatesSender sends the GetCertificates request. The method will close the // http.Response Body if it receives an error. func (client CertificatesClient) GetCertificatesSender(req *http.Request) (*http.Response, error) { @@ -454,7 +433,6 @@ func (client CertificatesClient) GetCertificatesSender(req *http.Request) (*http azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificatesResponder handles the response to the GetCertificates request. The method always // closes the http.Response Body. func (client CertificatesClient) GetCertificatesResponder(resp *http.Response) (result CertificateCollection, err error) { @@ -489,17 +467,16 @@ func (client CertificatesClient) getCertificatesNextResults(lastResults Certific return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCertificatesComplete enumerates all values, automatically crossing page boundaries as required. func (client CertificatesClient) GetCertificatesComplete(ctx context.Context, resourceGroupName string) (result CertificateCollectionIterator, err error) { result.page, err = client.GetCertificates(ctx, resourceGroupName) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCsr sends the get csr request. -// -// resourceGroupName is name of the resource group name is name of the certificate. +// Parameters: +// resourceGroupName - name of the resource group +// name - name of the certificate. func (client CertificatesClient) GetCsr(ctx context.Context, resourceGroupName string, name string) (result Csr, err error) { req, err := client.GetCsrPreparer(ctx, resourceGroupName, name) if err != nil { @@ -522,7 +499,6 @@ func (client CertificatesClient) GetCsr(ctx context.Context, resourceGroupName s return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCsrPreparer prepares the GetCsr request. func (client CertificatesClient) GetCsrPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -544,7 +520,6 @@ func (client CertificatesClient) GetCsrPreparer(ctx context.Context, resourceGro return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCsrSender sends the GetCsr request. The method will close the // http.Response Body if it receives an error. func (client CertificatesClient) GetCsrSender(req *http.Request) (*http.Response, error) { @@ -552,7 +527,6 @@ func (client CertificatesClient) GetCsrSender(req *http.Request) (*http.Response azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCsrResponder handles the response to the GetCsr request. The method always // closes the http.Response Body. func (client CertificatesClient) GetCsrResponder(resp *http.Response) (result Csr, err error) { @@ -566,10 +540,9 @@ func (client CertificatesClient) GetCsrResponder(resp *http.Response) (result Cs return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCsrs sends the get csrs request. -// -// resourceGroupName is name of the resource group +// Parameters: +// resourceGroupName - name of the resource group func (client CertificatesClient) GetCsrs(ctx context.Context, resourceGroupName string) (result ListCsr, err error) { req, err := client.GetCsrsPreparer(ctx, resourceGroupName) if err != nil { @@ -592,7 +565,6 @@ func (client CertificatesClient) GetCsrs(ctx context.Context, resourceGroupName return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCsrsPreparer prepares the GetCsrs request. func (client CertificatesClient) GetCsrsPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -613,7 +585,6 @@ func (client CertificatesClient) GetCsrsPreparer(ctx context.Context, resourceGr return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCsrsSender sends the GetCsrs request. The method will close the // http.Response Body if it receives an error. func (client CertificatesClient) GetCsrsSender(req *http.Request) (*http.Response, error) { @@ -621,7 +592,6 @@ func (client CertificatesClient) GetCsrsSender(req *http.Request) (*http.Respons azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetCsrsResponder handles the response to the GetCsrs request. The method always // closes the http.Response Body. func (client CertificatesClient) GetCsrsResponder(resp *http.Response) (result ListCsr, err error) { @@ -635,11 +605,11 @@ func (client CertificatesClient) GetCsrsResponder(resp *http.Response) (result L return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateCertificate sends the update certificate request. -// -// resourceGroupName is name of the resource group name is name of the certificate. certificateEnvelope is details -// of certificate if it exists already. +// Parameters: +// resourceGroupName - name of the resource group +// name - name of the certificate. +// certificateEnvelope - details of certificate if it exists already. func (client CertificatesClient) UpdateCertificate(ctx context.Context, resourceGroupName string, name string, certificateEnvelope Certificate) (result Certificate, err error) { req, err := client.UpdateCertificatePreparer(ctx, resourceGroupName, name, certificateEnvelope) if err != nil { @@ -662,7 +632,6 @@ func (client CertificatesClient) UpdateCertificate(ctx context.Context, resource return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateCertificatePreparer prepares the UpdateCertificate request. func (client CertificatesClient) UpdateCertificatePreparer(ctx context.Context, resourceGroupName string, name string, certificateEnvelope Certificate) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -686,7 +655,6 @@ func (client CertificatesClient) UpdateCertificatePreparer(ctx context.Context, return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateCertificateSender sends the UpdateCertificate request. The method will close the // http.Response Body if it receives an error. func (client CertificatesClient) UpdateCertificateSender(req *http.Request) (*http.Response, error) { @@ -694,7 +662,6 @@ func (client CertificatesClient) UpdateCertificateSender(req *http.Request) (*ht azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateCertificateResponder handles the response to the UpdateCertificate request. The method always // closes the http.Response Body. func (client CertificatesClient) UpdateCertificateResponder(resp *http.Response) (result Certificate, err error) { @@ -708,11 +675,11 @@ func (client CertificatesClient) UpdateCertificateResponder(resp *http.Response) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateCsr sends the update csr request. -// -// resourceGroupName is name of the resource group name is name of the certificate. csrEnvelope is details of -// certificate signing request if it exists already. +// Parameters: +// resourceGroupName - name of the resource group +// name - name of the certificate. +// csrEnvelope - details of certificate signing request if it exists already. func (client CertificatesClient) UpdateCsr(ctx context.Context, resourceGroupName string, name string, csrEnvelope Csr) (result Csr, err error) { req, err := client.UpdateCsrPreparer(ctx, resourceGroupName, name, csrEnvelope) if err != nil { @@ -735,7 +702,6 @@ func (client CertificatesClient) UpdateCsr(ctx context.Context, resourceGroupNam return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateCsrPreparer prepares the UpdateCsr request. func (client CertificatesClient) UpdateCsrPreparer(ctx context.Context, resourceGroupName string, name string, csrEnvelope Csr) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -759,7 +725,6 @@ func (client CertificatesClient) UpdateCsrPreparer(ctx context.Context, resource return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateCsrSender sends the UpdateCsr request. The method will close the // http.Response Body if it receives an error. func (client CertificatesClient) UpdateCsrSender(req *http.Request) (*http.Response, error) { @@ -767,7 +732,6 @@ func (client CertificatesClient) UpdateCsrSender(req *http.Request) (*http.Respo azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateCsrResponder handles the response to the UpdateCsr request. The method always // closes the http.Response Body. func (client CertificatesClient) UpdateCsrResponder(resp *http.Response) (result Csr, err error) { diff --git a/services/web/mgmt/2015-08-preview/web/classicmobileservices.go b/services/web/mgmt/2015-08-preview/web/classicmobileservices.go index 264675346bd2..1d97ffebf839 100644 --- a/services/web/mgmt/2015-08-preview/web/classicmobileservices.go +++ b/services/web/mgmt/2015-08-preview/web/classicmobileservices.go @@ -24,28 +24,25 @@ import ( "net/http" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ClassicMobileServicesClient is the webSite Management Client type ClassicMobileServicesClient struct { BaseClient } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewClassicMobileServicesClient creates an instance of the ClassicMobileServicesClient client. func NewClassicMobileServicesClient(subscriptionID string) ClassicMobileServicesClient { return NewClassicMobileServicesClientWithBaseURI(DefaultBaseURI, subscriptionID) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewClassicMobileServicesClientWithBaseURI creates an instance of the ClassicMobileServicesClient client. func NewClassicMobileServicesClientWithBaseURI(baseURI string, subscriptionID string) ClassicMobileServicesClient { return ClassicMobileServicesClient{NewWithBaseURI(baseURI, subscriptionID)} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteClassicMobileService sends the delete classic mobile service request. -// -// resourceGroupName is name of resource group name is name of mobile service +// Parameters: +// resourceGroupName - name of resource group +// name - name of mobile service func (client ClassicMobileServicesClient) DeleteClassicMobileService(ctx context.Context, resourceGroupName string, name string) (result SetObject, err error) { req, err := client.DeleteClassicMobileServicePreparer(ctx, resourceGroupName, name) if err != nil { @@ -68,7 +65,6 @@ func (client ClassicMobileServicesClient) DeleteClassicMobileService(ctx context return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteClassicMobileServicePreparer prepares the DeleteClassicMobileService request. func (client ClassicMobileServicesClient) DeleteClassicMobileServicePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -90,7 +86,6 @@ func (client ClassicMobileServicesClient) DeleteClassicMobileServicePreparer(ctx return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteClassicMobileServiceSender sends the DeleteClassicMobileService request. The method will close the // http.Response Body if it receives an error. func (client ClassicMobileServicesClient) DeleteClassicMobileServiceSender(req *http.Request) (*http.Response, error) { @@ -98,7 +93,6 @@ func (client ClassicMobileServicesClient) DeleteClassicMobileServiceSender(req * azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteClassicMobileServiceResponder handles the response to the DeleteClassicMobileService request. The method always // closes the http.Response Body. func (client ClassicMobileServicesClient) DeleteClassicMobileServiceResponder(resp *http.Response) (result SetObject, err error) { @@ -112,10 +106,10 @@ func (client ClassicMobileServicesClient) DeleteClassicMobileServiceResponder(re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetClassicMobileService sends the get classic mobile service request. -// -// resourceGroupName is name of resource group name is name of mobile service +// Parameters: +// resourceGroupName - name of resource group +// name - name of mobile service func (client ClassicMobileServicesClient) GetClassicMobileService(ctx context.Context, resourceGroupName string, name string) (result ClassicMobileService, err error) { req, err := client.GetClassicMobileServicePreparer(ctx, resourceGroupName, name) if err != nil { @@ -138,7 +132,6 @@ func (client ClassicMobileServicesClient) GetClassicMobileService(ctx context.Co return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetClassicMobileServicePreparer prepares the GetClassicMobileService request. func (client ClassicMobileServicesClient) GetClassicMobileServicePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -160,7 +153,6 @@ func (client ClassicMobileServicesClient) GetClassicMobileServicePreparer(ctx co return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetClassicMobileServiceSender sends the GetClassicMobileService request. The method will close the // http.Response Body if it receives an error. func (client ClassicMobileServicesClient) GetClassicMobileServiceSender(req *http.Request) (*http.Response, error) { @@ -168,7 +160,6 @@ func (client ClassicMobileServicesClient) GetClassicMobileServiceSender(req *htt azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetClassicMobileServiceResponder handles the response to the GetClassicMobileService request. The method always // closes the http.Response Body. func (client ClassicMobileServicesClient) GetClassicMobileServiceResponder(resp *http.Response) (result ClassicMobileService, err error) { @@ -182,10 +173,9 @@ func (client ClassicMobileServicesClient) GetClassicMobileServiceResponder(resp return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetClassicMobileServices sends the get classic mobile services request. -// -// resourceGroupName is name of resource group +// Parameters: +// resourceGroupName - name of resource group func (client ClassicMobileServicesClient) GetClassicMobileServices(ctx context.Context, resourceGroupName string) (result ClassicMobileServiceCollectionPage, err error) { result.fn = client.getClassicMobileServicesNextResults req, err := client.GetClassicMobileServicesPreparer(ctx, resourceGroupName) @@ -209,7 +199,6 @@ func (client ClassicMobileServicesClient) GetClassicMobileServices(ctx context.C return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetClassicMobileServicesPreparer prepares the GetClassicMobileServices request. func (client ClassicMobileServicesClient) GetClassicMobileServicesPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -230,7 +219,6 @@ func (client ClassicMobileServicesClient) GetClassicMobileServicesPreparer(ctx c return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetClassicMobileServicesSender sends the GetClassicMobileServices request. The method will close the // http.Response Body if it receives an error. func (client ClassicMobileServicesClient) GetClassicMobileServicesSender(req *http.Request) (*http.Response, error) { @@ -238,7 +226,6 @@ func (client ClassicMobileServicesClient) GetClassicMobileServicesSender(req *ht azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetClassicMobileServicesResponder handles the response to the GetClassicMobileServices request. The method always // closes the http.Response Body. func (client ClassicMobileServicesClient) GetClassicMobileServicesResponder(resp *http.Response) (result ClassicMobileServiceCollection, err error) { @@ -273,7 +260,6 @@ func (client ClassicMobileServicesClient) getClassicMobileServicesNextResults(la return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetClassicMobileServicesComplete enumerates all values, automatically crossing page boundaries as required. func (client ClassicMobileServicesClient) GetClassicMobileServicesComplete(ctx context.Context, resourceGroupName string) (result ClassicMobileServiceCollectionIterator, err error) { result.page, err = client.GetClassicMobileServices(ctx, resourceGroupName) diff --git a/services/web/mgmt/2015-08-preview/web/client.go b/services/web/mgmt/2015-08-preview/web/client.go index d41bb315e06d..e0d77526c035 100644 --- a/services/web/mgmt/2015-08-preview/web/client.go +++ b/services/web/mgmt/2015-08-preview/web/client.go @@ -29,7 +29,6 @@ const ( DefaultBaseURI = "https://management.azure.com" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // BaseClient is the base client for Web. type BaseClient struct { autorest.Client @@ -37,13 +36,11 @@ type BaseClient struct { SubscriptionID string } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // New creates an instance of the BaseClient client. func New(subscriptionID string) BaseClient { return NewWithBaseURI(DefaultBaseURI, subscriptionID) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewWithBaseURI creates an instance of the BaseClient client. func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient { return BaseClient{ diff --git a/services/web/mgmt/2015-08-preview/web/connections.go b/services/web/mgmt/2015-08-preview/web/connections.go index 73fb9748953e..6d01d3082523 100644 --- a/services/web/mgmt/2015-08-preview/web/connections.go +++ b/services/web/mgmt/2015-08-preview/web/connections.go @@ -24,28 +24,26 @@ import ( "net/http" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConnectionsClient is the webSite Management Client type ConnectionsClient struct { BaseClient } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewConnectionsClient creates an instance of the ConnectionsClient client. func NewConnectionsClient(subscriptionID string) ConnectionsClient { return NewConnectionsClientWithBaseURI(DefaultBaseURI, subscriptionID) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewConnectionsClientWithBaseURI creates an instance of the ConnectionsClient client. func NewConnectionsClientWithBaseURI(baseURI string, subscriptionID string) ConnectionsClient { return ConnectionsClient{NewWithBaseURI(baseURI, subscriptionID)} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConfirmConsentCode confirms consent code of a connection. -// -// resourceGroupName is the resource group name. connectionName is the connection name. content is the content. +// Parameters: +// resourceGroupName - the resource group name. +// connectionName - the connection name. +// content - the content. func (client ConnectionsClient) ConfirmConsentCode(ctx context.Context, resourceGroupName string, connectionName string, content ConfirmConsentCodeInput) (result Connection, err error) { req, err := client.ConfirmConsentCodePreparer(ctx, resourceGroupName, connectionName, content) if err != nil { @@ -68,7 +66,6 @@ func (client ConnectionsClient) ConfirmConsentCode(ctx context.Context, resource return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConfirmConsentCodePreparer prepares the ConfirmConsentCode request. func (client ConnectionsClient) ConfirmConsentCodePreparer(ctx context.Context, resourceGroupName string, connectionName string, content ConfirmConsentCodeInput) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -92,7 +89,6 @@ func (client ConnectionsClient) ConfirmConsentCodePreparer(ctx context.Context, return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConfirmConsentCodeSender sends the ConfirmConsentCode request. The method will close the // http.Response Body if it receives an error. func (client ConnectionsClient) ConfirmConsentCodeSender(req *http.Request) (*http.Response, error) { @@ -100,7 +96,6 @@ func (client ConnectionsClient) ConfirmConsentCodeSender(req *http.Request) (*ht azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConfirmConsentCodeResponder handles the response to the ConfirmConsentCode request. The method always // closes the http.Response Body. func (client ConnectionsClient) ConfirmConsentCodeResponder(resp *http.Response) (result Connection, err error) { @@ -114,11 +109,11 @@ func (client ConnectionsClient) ConfirmConsentCodeResponder(resp *http.Response) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdate creates or updates a connection. -// -// resourceGroupName is the resource group name. connectionName is the connection name. connection is the -// connection. +// Parameters: +// resourceGroupName - the resource group name. +// connectionName - the connection name. +// connection - the connection. func (client ConnectionsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, connectionName string, connection Connection) (result Connection, err error) { req, err := client.CreateOrUpdatePreparer(ctx, resourceGroupName, connectionName, connection) if err != nil { @@ -141,7 +136,6 @@ func (client ConnectionsClient) CreateOrUpdate(ctx context.Context, resourceGrou return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdatePreparer prepares the CreateOrUpdate request. func (client ConnectionsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, connectionName string, connection Connection) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -165,7 +159,6 @@ func (client ConnectionsClient) CreateOrUpdatePreparer(ctx context.Context, reso return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the // http.Response Body if it receives an error. func (client ConnectionsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) { @@ -173,7 +166,6 @@ func (client ConnectionsClient) CreateOrUpdateSender(req *http.Request) (*http.R azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always // closes the http.Response Body. func (client ConnectionsClient) CreateOrUpdateResponder(resp *http.Response) (result Connection, err error) { @@ -187,10 +179,10 @@ func (client ConnectionsClient) CreateOrUpdateResponder(resp *http.Response) (re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Delete deletes a connection. -// -// resourceGroupName is the resource group name. connectionName is the connection name. +// Parameters: +// resourceGroupName - the resource group name. +// connectionName - the connection name. func (client ConnectionsClient) Delete(ctx context.Context, resourceGroupName string, connectionName string) (result autorest.Response, err error) { req, err := client.DeletePreparer(ctx, resourceGroupName, connectionName) if err != nil { @@ -213,7 +205,6 @@ func (client ConnectionsClient) Delete(ctx context.Context, resourceGroupName st return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeletePreparer prepares the Delete request. func (client ConnectionsClient) DeletePreparer(ctx context.Context, resourceGroupName string, connectionName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -235,7 +226,6 @@ func (client ConnectionsClient) DeletePreparer(ctx context.Context, resourceGrou return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSender sends the Delete request. The method will close the // http.Response Body if it receives an error. func (client ConnectionsClient) DeleteSender(req *http.Request) (*http.Response, error) { @@ -243,7 +233,6 @@ func (client ConnectionsClient) DeleteSender(req *http.Request) (*http.Response, azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteResponder handles the response to the Delete request. The method always // closes the http.Response Body. func (client ConnectionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) { @@ -256,10 +245,10 @@ func (client ConnectionsClient) DeleteResponder(resp *http.Response) (result aut return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Get gets a connection. -// -// resourceGroupName is the resource group name. connectionName is the connection name. +// Parameters: +// resourceGroupName - the resource group name. +// connectionName - the connection name. func (client ConnectionsClient) Get(ctx context.Context, resourceGroupName string, connectionName string) (result Connection, err error) { req, err := client.GetPreparer(ctx, resourceGroupName, connectionName) if err != nil { @@ -282,7 +271,6 @@ func (client ConnectionsClient) Get(ctx context.Context, resourceGroupName strin return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetPreparer prepares the Get request. func (client ConnectionsClient) GetPreparer(ctx context.Context, resourceGroupName string, connectionName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -304,7 +292,6 @@ func (client ConnectionsClient) GetPreparer(ctx context.Context, resourceGroupNa return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSender sends the Get request. The method will close the // http.Response Body if it receives an error. func (client ConnectionsClient) GetSender(req *http.Request) (*http.Response, error) { @@ -312,7 +299,6 @@ func (client ConnectionsClient) GetSender(req *http.Request) (*http.Response, er azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetResponder handles the response to the Get request. The method always // closes the http.Response Body. func (client ConnectionsClient) GetResponder(resp *http.Response) (result Connection, err error) { @@ -326,11 +312,11 @@ func (client ConnectionsClient) GetResponder(resp *http.Response) (result Connec return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // List gets a list of connections. -// -// resourceGroupName is resource Group Name top is the number of items to be included in the result. filter is the -// filter to apply on the operation. +// Parameters: +// resourceGroupName - resource Group Name +// top - the number of items to be included in the result. +// filter - the filter to apply on the operation. func (client ConnectionsClient) List(ctx context.Context, resourceGroupName string, top *int32, filter string) (result ConnectionCollectionPage, err error) { result.fn = client.listNextResults req, err := client.ListPreparer(ctx, resourceGroupName, top, filter) @@ -354,7 +340,6 @@ func (client ConnectionsClient) List(ctx context.Context, resourceGroupName stri return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListPreparer prepares the List request. func (client ConnectionsClient) ListPreparer(ctx context.Context, resourceGroupName string, top *int32, filter string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -381,7 +366,6 @@ func (client ConnectionsClient) ListPreparer(ctx context.Context, resourceGroupN return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSender sends the List request. The method will close the // http.Response Body if it receives an error. func (client ConnectionsClient) ListSender(req *http.Request) (*http.Response, error) { @@ -389,7 +373,6 @@ func (client ConnectionsClient) ListSender(req *http.Request) (*http.Response, e azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListResponder handles the response to the List request. The method always // closes the http.Response Body. func (client ConnectionsClient) ListResponder(resp *http.Response) (result ConnectionCollection, err error) { @@ -424,17 +407,17 @@ func (client ConnectionsClient) listNextResults(lastResults ConnectionCollection return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListComplete enumerates all values, automatically crossing page boundaries as required. func (client ConnectionsClient) ListComplete(ctx context.Context, resourceGroupName string, top *int32, filter string) (result ConnectionCollectionIterator, err error) { result.page, err = client.List(ctx, resourceGroupName, top, filter) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListConnectionKeys lists connection keys. -// -// resourceGroupName is the resource group name. connectionName is the connection name. content is the content. +// Parameters: +// resourceGroupName - the resource group name. +// connectionName - the connection name. +// content - the content. func (client ConnectionsClient) ListConnectionKeys(ctx context.Context, resourceGroupName string, connectionName string, content ListConnectionKeysInput) (result ConnectionSecrets, err error) { req, err := client.ListConnectionKeysPreparer(ctx, resourceGroupName, connectionName, content) if err != nil { @@ -457,7 +440,6 @@ func (client ConnectionsClient) ListConnectionKeys(ctx context.Context, resource return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListConnectionKeysPreparer prepares the ListConnectionKeys request. func (client ConnectionsClient) ListConnectionKeysPreparer(ctx context.Context, resourceGroupName string, connectionName string, content ListConnectionKeysInput) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -481,7 +463,6 @@ func (client ConnectionsClient) ListConnectionKeysPreparer(ctx context.Context, return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListConnectionKeysSender sends the ListConnectionKeys request. The method will close the // http.Response Body if it receives an error. func (client ConnectionsClient) ListConnectionKeysSender(req *http.Request) (*http.Response, error) { @@ -489,7 +470,6 @@ func (client ConnectionsClient) ListConnectionKeysSender(req *http.Request) (*ht azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListConnectionKeysResponder handles the response to the ListConnectionKeys request. The method always // closes the http.Response Body. func (client ConnectionsClient) ListConnectionKeysResponder(resp *http.Response) (result ConnectionSecrets, err error) { @@ -503,10 +483,11 @@ func (client ConnectionsClient) ListConnectionKeysResponder(resp *http.Response) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListConsentLinks lists consent links of a connection. -// -// resourceGroupName is the resource group name. connectionName is the connection name. content is the content. +// Parameters: +// resourceGroupName - the resource group name. +// connectionName - the connection name. +// content - the content. func (client ConnectionsClient) ListConsentLinks(ctx context.Context, resourceGroupName string, connectionName string, content ConsentLinkInput) (result ConsentLinkPayload, err error) { req, err := client.ListConsentLinksPreparer(ctx, resourceGroupName, connectionName, content) if err != nil { @@ -529,7 +510,6 @@ func (client ConnectionsClient) ListConsentLinks(ctx context.Context, resourceGr return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListConsentLinksPreparer prepares the ListConsentLinks request. func (client ConnectionsClient) ListConsentLinksPreparer(ctx context.Context, resourceGroupName string, connectionName string, content ConsentLinkInput) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -553,7 +533,6 @@ func (client ConnectionsClient) ListConsentLinksPreparer(ctx context.Context, re return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListConsentLinksSender sends the ListConsentLinks request. The method will close the // http.Response Body if it receives an error. func (client ConnectionsClient) ListConsentLinksSender(req *http.Request) (*http.Response, error) { @@ -561,7 +540,6 @@ func (client ConnectionsClient) ListConsentLinksSender(req *http.Request) (*http azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListConsentLinksResponder handles the response to the ListConsentLinks request. The method always // closes the http.Response Body. func (client ConnectionsClient) ListConsentLinksResponder(resp *http.Response) (result ConsentLinkPayload, err error) { diff --git a/services/web/mgmt/2015-08-preview/web/domains.go b/services/web/mgmt/2015-08-preview/web/domains.go index 2ab00a12e2b5..db44de7cd462 100644 --- a/services/web/mgmt/2015-08-preview/web/domains.go +++ b/services/web/mgmt/2015-08-preview/web/domains.go @@ -24,29 +24,26 @@ import ( "net/http" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DomainsClient is the webSite Management Client type DomainsClient struct { BaseClient } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewDomainsClient creates an instance of the DomainsClient client. func NewDomainsClient(subscriptionID string) DomainsClient { return NewDomainsClientWithBaseURI(DefaultBaseURI, subscriptionID) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewDomainsClientWithBaseURI creates an instance of the DomainsClient client. func NewDomainsClientWithBaseURI(baseURI string, subscriptionID string) DomainsClient { return DomainsClient{NewWithBaseURI(baseURI, subscriptionID)} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateDomain sends the create or update domain request. -// -// resourceGroupName is >Name of the resource group domainName is name of the domain domain is domain -// registration information +// Parameters: +// resourceGroupName - >Name of the resource group +// domainName - name of the domain +// domain - domain registration information func (client DomainsClient) CreateOrUpdateDomain(ctx context.Context, resourceGroupName string, domainName string, domain Domain) (result Domain, err error) { req, err := client.CreateOrUpdateDomainPreparer(ctx, resourceGroupName, domainName, domain) if err != nil { @@ -69,7 +66,6 @@ func (client DomainsClient) CreateOrUpdateDomain(ctx context.Context, resourceGr return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateDomainPreparer prepares the CreateOrUpdateDomain request. func (client DomainsClient) CreateOrUpdateDomainPreparer(ctx context.Context, resourceGroupName string, domainName string, domain Domain) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -93,7 +89,6 @@ func (client DomainsClient) CreateOrUpdateDomainPreparer(ctx context.Context, re return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateDomainSender sends the CreateOrUpdateDomain request. The method will close the // http.Response Body if it receives an error. func (client DomainsClient) CreateOrUpdateDomainSender(req *http.Request) (*http.Response, error) { @@ -101,7 +96,6 @@ func (client DomainsClient) CreateOrUpdateDomainSender(req *http.Request) (*http azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateDomainResponder handles the response to the CreateOrUpdateDomain request. The method always // closes the http.Response Body. func (client DomainsClient) CreateOrUpdateDomainResponder(resp *http.Response) (result Domain, err error) { @@ -115,11 +109,11 @@ func (client DomainsClient) CreateOrUpdateDomainResponder(resp *http.Response) ( return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteDomain sends the delete domain request. -// -// resourceGroupName is name of the resource group domainName is name of the domain forceHardDeleteDomain is if -// true then the domain will be deleted immediately instead of after 24 hours +// Parameters: +// resourceGroupName - name of the resource group +// domainName - name of the domain +// forceHardDeleteDomain - if true then the domain will be deleted immediately instead of after 24 hours func (client DomainsClient) DeleteDomain(ctx context.Context, resourceGroupName string, domainName string, forceHardDeleteDomain *bool) (result SetObject, err error) { req, err := client.DeleteDomainPreparer(ctx, resourceGroupName, domainName, forceHardDeleteDomain) if err != nil { @@ -142,7 +136,6 @@ func (client DomainsClient) DeleteDomain(ctx context.Context, resourceGroupName return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteDomainPreparer prepares the DeleteDomain request. func (client DomainsClient) DeleteDomainPreparer(ctx context.Context, resourceGroupName string, domainName string, forceHardDeleteDomain *bool) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -167,7 +160,6 @@ func (client DomainsClient) DeleteDomainPreparer(ctx context.Context, resourceGr return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteDomainSender sends the DeleteDomain request. The method will close the // http.Response Body if it receives an error. func (client DomainsClient) DeleteDomainSender(req *http.Request) (*http.Response, error) { @@ -175,7 +167,6 @@ func (client DomainsClient) DeleteDomainSender(req *http.Request) (*http.Respons azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteDomainResponder handles the response to the DeleteDomain request. The method always // closes the http.Response Body. func (client DomainsClient) DeleteDomainResponder(resp *http.Response) (result SetObject, err error) { @@ -189,10 +180,10 @@ func (client DomainsClient) DeleteDomainResponder(resp *http.Response) (result S return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDomain sends the get domain request. -// -// resourceGroupName is name of the resource group domainName is name of the domain +// Parameters: +// resourceGroupName - name of the resource group +// domainName - name of the domain func (client DomainsClient) GetDomain(ctx context.Context, resourceGroupName string, domainName string) (result Domain, err error) { req, err := client.GetDomainPreparer(ctx, resourceGroupName, domainName) if err != nil { @@ -215,7 +206,6 @@ func (client DomainsClient) GetDomain(ctx context.Context, resourceGroupName str return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDomainPreparer prepares the GetDomain request. func (client DomainsClient) GetDomainPreparer(ctx context.Context, resourceGroupName string, domainName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -237,7 +227,6 @@ func (client DomainsClient) GetDomainPreparer(ctx context.Context, resourceGroup return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDomainSender sends the GetDomain request. The method will close the // http.Response Body if it receives an error. func (client DomainsClient) GetDomainSender(req *http.Request) (*http.Response, error) { @@ -245,7 +234,6 @@ func (client DomainsClient) GetDomainSender(req *http.Request) (*http.Response, azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDomainResponder handles the response to the GetDomain request. The method always // closes the http.Response Body. func (client DomainsClient) GetDomainResponder(resp *http.Response) (result Domain, err error) { @@ -259,11 +247,11 @@ func (client DomainsClient) GetDomainResponder(resp *http.Response) (result Doma return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDomainOperation sends the get domain operation request. -// -// resourceGroupName is name of the resource group domainName is name of the domain operationID is domain purchase -// operation Id +// Parameters: +// resourceGroupName - name of the resource group +// domainName - name of the domain +// operationID - domain purchase operation Id func (client DomainsClient) GetDomainOperation(ctx context.Context, resourceGroupName string, domainName string, operationID string) (result Domain, err error) { req, err := client.GetDomainOperationPreparer(ctx, resourceGroupName, domainName, operationID) if err != nil { @@ -286,7 +274,6 @@ func (client DomainsClient) GetDomainOperation(ctx context.Context, resourceGrou return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDomainOperationPreparer prepares the GetDomainOperation request. func (client DomainsClient) GetDomainOperationPreparer(ctx context.Context, resourceGroupName string, domainName string, operationID string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -309,7 +296,6 @@ func (client DomainsClient) GetDomainOperationPreparer(ctx context.Context, reso return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDomainOperationSender sends the GetDomainOperation request. The method will close the // http.Response Body if it receives an error. func (client DomainsClient) GetDomainOperationSender(req *http.Request) (*http.Response, error) { @@ -317,7 +303,6 @@ func (client DomainsClient) GetDomainOperationSender(req *http.Request) (*http.R azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDomainOperationResponder handles the response to the GetDomainOperation request. The method always // closes the http.Response Body. func (client DomainsClient) GetDomainOperationResponder(resp *http.Response) (result Domain, err error) { @@ -331,10 +316,9 @@ func (client DomainsClient) GetDomainOperationResponder(resp *http.Response) (re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDomains sends the get domains request. -// -// resourceGroupName is name of the resource group +// Parameters: +// resourceGroupName - name of the resource group func (client DomainsClient) GetDomains(ctx context.Context, resourceGroupName string) (result DomainCollectionPage, err error) { result.fn = client.getDomainsNextResults req, err := client.GetDomainsPreparer(ctx, resourceGroupName) @@ -358,7 +342,6 @@ func (client DomainsClient) GetDomains(ctx context.Context, resourceGroupName st return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDomainsPreparer prepares the GetDomains request. func (client DomainsClient) GetDomainsPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -379,7 +362,6 @@ func (client DomainsClient) GetDomainsPreparer(ctx context.Context, resourceGrou return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDomainsSender sends the GetDomains request. The method will close the // http.Response Body if it receives an error. func (client DomainsClient) GetDomainsSender(req *http.Request) (*http.Response, error) { @@ -387,7 +369,6 @@ func (client DomainsClient) GetDomainsSender(req *http.Request) (*http.Response, azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDomainsResponder handles the response to the GetDomains request. The method always // closes the http.Response Body. func (client DomainsClient) GetDomainsResponder(resp *http.Response) (result DomainCollection, err error) { @@ -422,18 +403,17 @@ func (client DomainsClient) getDomainsNextResults(lastResults DomainCollection) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDomainsComplete enumerates all values, automatically crossing page boundaries as required. func (client DomainsClient) GetDomainsComplete(ctx context.Context, resourceGroupName string) (result DomainCollectionIterator, err error) { result.page, err = client.GetDomains(ctx, resourceGroupName) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateDomain sends the update domain request. -// -// resourceGroupName is >Name of the resource group domainName is name of the domain domain is domain -// registration information +// Parameters: +// resourceGroupName - >Name of the resource group +// domainName - name of the domain +// domain - domain registration information func (client DomainsClient) UpdateDomain(ctx context.Context, resourceGroupName string, domainName string, domain Domain) (result Domain, err error) { req, err := client.UpdateDomainPreparer(ctx, resourceGroupName, domainName, domain) if err != nil { @@ -456,7 +436,6 @@ func (client DomainsClient) UpdateDomain(ctx context.Context, resourceGroupName return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateDomainPreparer prepares the UpdateDomain request. func (client DomainsClient) UpdateDomainPreparer(ctx context.Context, resourceGroupName string, domainName string, domain Domain) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -480,7 +459,6 @@ func (client DomainsClient) UpdateDomainPreparer(ctx context.Context, resourceGr return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateDomainSender sends the UpdateDomain request. The method will close the // http.Response Body if it receives an error. func (client DomainsClient) UpdateDomainSender(req *http.Request) (*http.Response, error) { @@ -488,7 +466,6 @@ func (client DomainsClient) UpdateDomainSender(req *http.Request) (*http.Respons azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateDomainResponder handles the response to the UpdateDomain request. The method always // closes the http.Response Body. func (client DomainsClient) UpdateDomainResponder(resp *http.Response) (result Domain, err error) { diff --git a/services/web/mgmt/2015-08-preview/web/global.go b/services/web/mgmt/2015-08-preview/web/global.go index b372a54a4437..37fe0e3b24e3 100644 --- a/services/web/mgmt/2015-08-preview/web/global.go +++ b/services/web/mgmt/2015-08-preview/web/global.go @@ -24,28 +24,24 @@ import ( "net/http" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GlobalClient is the webSite Management Client type GlobalClient struct { BaseClient } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewGlobalClient creates an instance of the GlobalClient client. func NewGlobalClient(subscriptionID string) GlobalClient { return NewGlobalClientWithBaseURI(DefaultBaseURI, subscriptionID) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewGlobalClientWithBaseURI creates an instance of the GlobalClient client. func NewGlobalClientWithBaseURI(baseURI string, subscriptionID string) GlobalClient { return GlobalClient{NewWithBaseURI(baseURI, subscriptionID)} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CheckNameAvailability sends the check name availability request. -// -// request is name availability request +// Parameters: +// request - name availability request func (client GlobalClient) CheckNameAvailability(ctx context.Context, request ResourceNameAvailabilityRequest) (result ResourceNameAvailability, err error) { req, err := client.CheckNameAvailabilityPreparer(ctx, request) if err != nil { @@ -68,7 +64,6 @@ func (client GlobalClient) CheckNameAvailability(ctx context.Context, request Re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CheckNameAvailabilityPreparer prepares the CheckNameAvailability request. func (client GlobalClient) CheckNameAvailabilityPreparer(ctx context.Context, request ResourceNameAvailabilityRequest) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -90,7 +85,6 @@ func (client GlobalClient) CheckNameAvailabilityPreparer(ctx context.Context, re return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CheckNameAvailabilitySender sends the CheckNameAvailability request. The method will close the // http.Response Body if it receives an error. func (client GlobalClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) { @@ -98,7 +92,6 @@ func (client GlobalClient) CheckNameAvailabilitySender(req *http.Request) (*http azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CheckNameAvailabilityResponder handles the response to the CheckNameAvailability request. The method always // closes the http.Response Body. func (client GlobalClient) CheckNameAvailabilityResponder(resp *http.Response) (result ResourceNameAvailability, err error) { @@ -112,7 +105,6 @@ func (client GlobalClient) CheckNameAvailabilityResponder(resp *http.Response) ( return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllCertificates sends the get all certificates request. func (client GlobalClient) GetAllCertificates(ctx context.Context) (result CertificateCollectionPage, err error) { result.fn = client.getAllCertificatesNextResults @@ -137,7 +129,6 @@ func (client GlobalClient) GetAllCertificates(ctx context.Context) (result Certi return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllCertificatesPreparer prepares the GetAllCertificates request. func (client GlobalClient) GetAllCertificatesPreparer(ctx context.Context) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -157,7 +148,6 @@ func (client GlobalClient) GetAllCertificatesPreparer(ctx context.Context) (*htt return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllCertificatesSender sends the GetAllCertificates request. The method will close the // http.Response Body if it receives an error. func (client GlobalClient) GetAllCertificatesSender(req *http.Request) (*http.Response, error) { @@ -165,7 +155,6 @@ func (client GlobalClient) GetAllCertificatesSender(req *http.Request) (*http.Re azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllCertificatesResponder handles the response to the GetAllCertificates request. The method always // closes the http.Response Body. func (client GlobalClient) GetAllCertificatesResponder(resp *http.Response) (result CertificateCollection, err error) { @@ -200,14 +189,12 @@ func (client GlobalClient) getAllCertificatesNextResults(lastResults Certificate return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllCertificatesComplete enumerates all values, automatically crossing page boundaries as required. func (client GlobalClient) GetAllCertificatesComplete(ctx context.Context) (result CertificateCollectionIterator, err error) { result.page, err = client.GetAllCertificates(ctx) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllClassicMobileServices sends the get all classic mobile services request. func (client GlobalClient) GetAllClassicMobileServices(ctx context.Context) (result ClassicMobileServiceCollectionPage, err error) { result.fn = client.getAllClassicMobileServicesNextResults @@ -232,7 +219,6 @@ func (client GlobalClient) GetAllClassicMobileServices(ctx context.Context) (res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllClassicMobileServicesPreparer prepares the GetAllClassicMobileServices request. func (client GlobalClient) GetAllClassicMobileServicesPreparer(ctx context.Context) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -252,7 +238,6 @@ func (client GlobalClient) GetAllClassicMobileServicesPreparer(ctx context.Conte return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllClassicMobileServicesSender sends the GetAllClassicMobileServices request. The method will close the // http.Response Body if it receives an error. func (client GlobalClient) GetAllClassicMobileServicesSender(req *http.Request) (*http.Response, error) { @@ -260,7 +245,6 @@ func (client GlobalClient) GetAllClassicMobileServicesSender(req *http.Request) azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllClassicMobileServicesResponder handles the response to the GetAllClassicMobileServices request. The method always // closes the http.Response Body. func (client GlobalClient) GetAllClassicMobileServicesResponder(resp *http.Response) (result ClassicMobileServiceCollection, err error) { @@ -295,14 +279,12 @@ func (client GlobalClient) getAllClassicMobileServicesNextResults(lastResults Cl return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllClassicMobileServicesComplete enumerates all values, automatically crossing page boundaries as required. func (client GlobalClient) GetAllClassicMobileServicesComplete(ctx context.Context) (result ClassicMobileServiceCollectionIterator, err error) { result.page, err = client.GetAllClassicMobileServices(ctx) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllHostingEnvironments sends the get all hosting environments request. func (client GlobalClient) GetAllHostingEnvironments(ctx context.Context) (result HostingEnvironmentCollectionPage, err error) { result.fn = client.getAllHostingEnvironmentsNextResults @@ -327,7 +309,6 @@ func (client GlobalClient) GetAllHostingEnvironments(ctx context.Context) (resul return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllHostingEnvironmentsPreparer prepares the GetAllHostingEnvironments request. func (client GlobalClient) GetAllHostingEnvironmentsPreparer(ctx context.Context) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -347,7 +328,6 @@ func (client GlobalClient) GetAllHostingEnvironmentsPreparer(ctx context.Context return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllHostingEnvironmentsSender sends the GetAllHostingEnvironments request. The method will close the // http.Response Body if it receives an error. func (client GlobalClient) GetAllHostingEnvironmentsSender(req *http.Request) (*http.Response, error) { @@ -355,7 +335,6 @@ func (client GlobalClient) GetAllHostingEnvironmentsSender(req *http.Request) (* azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllHostingEnvironmentsResponder handles the response to the GetAllHostingEnvironments request. The method always // closes the http.Response Body. func (client GlobalClient) GetAllHostingEnvironmentsResponder(resp *http.Response) (result HostingEnvironmentCollection, err error) { @@ -390,14 +369,12 @@ func (client GlobalClient) getAllHostingEnvironmentsNextResults(lastResults Host return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllHostingEnvironmentsComplete enumerates all values, automatically crossing page boundaries as required. func (client GlobalClient) GetAllHostingEnvironmentsComplete(ctx context.Context) (result HostingEnvironmentCollectionIterator, err error) { result.page, err = client.GetAllHostingEnvironments(ctx) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllManagedHostingEnvironments sends the get all managed hosting environments request. func (client GlobalClient) GetAllManagedHostingEnvironments(ctx context.Context) (result ManagedHostingEnvironmentCollectionPage, err error) { result.fn = client.getAllManagedHostingEnvironmentsNextResults @@ -422,7 +399,6 @@ func (client GlobalClient) GetAllManagedHostingEnvironments(ctx context.Context) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllManagedHostingEnvironmentsPreparer prepares the GetAllManagedHostingEnvironments request. func (client GlobalClient) GetAllManagedHostingEnvironmentsPreparer(ctx context.Context) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -442,7 +418,6 @@ func (client GlobalClient) GetAllManagedHostingEnvironmentsPreparer(ctx context. return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllManagedHostingEnvironmentsSender sends the GetAllManagedHostingEnvironments request. The method will close the // http.Response Body if it receives an error. func (client GlobalClient) GetAllManagedHostingEnvironmentsSender(req *http.Request) (*http.Response, error) { @@ -450,7 +425,6 @@ func (client GlobalClient) GetAllManagedHostingEnvironmentsSender(req *http.Requ azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllManagedHostingEnvironmentsResponder handles the response to the GetAllManagedHostingEnvironments request. The method always // closes the http.Response Body. func (client GlobalClient) GetAllManagedHostingEnvironmentsResponder(resp *http.Response) (result ManagedHostingEnvironmentCollection, err error) { @@ -485,17 +459,15 @@ func (client GlobalClient) getAllManagedHostingEnvironmentsNextResults(lastResul return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllManagedHostingEnvironmentsComplete enumerates all values, automatically crossing page boundaries as required. func (client GlobalClient) GetAllManagedHostingEnvironmentsComplete(ctx context.Context) (result ManagedHostingEnvironmentCollectionIterator, err error) { result.page, err = client.GetAllManagedHostingEnvironments(ctx) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllServerFarms sends the get all server farms request. -// -// detailed is false to return a subset of App Service Plan properties, true to return all of the properties. +// Parameters: +// detailed - false to return a subset of App Service Plan properties, true to return all of the properties. // Retrieval of all properties may increase the API latency. func (client GlobalClient) GetAllServerFarms(ctx context.Context, detailed *bool) (result ServerFarmCollectionPage, err error) { result.fn = client.getAllServerFarmsNextResults @@ -520,7 +492,6 @@ func (client GlobalClient) GetAllServerFarms(ctx context.Context, detailed *bool return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllServerFarmsPreparer prepares the GetAllServerFarms request. func (client GlobalClient) GetAllServerFarmsPreparer(ctx context.Context, detailed *bool) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -543,7 +514,6 @@ func (client GlobalClient) GetAllServerFarmsPreparer(ctx context.Context, detail return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllServerFarmsSender sends the GetAllServerFarms request. The method will close the // http.Response Body if it receives an error. func (client GlobalClient) GetAllServerFarmsSender(req *http.Request) (*http.Response, error) { @@ -551,7 +521,6 @@ func (client GlobalClient) GetAllServerFarmsSender(req *http.Request) (*http.Res azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllServerFarmsResponder handles the response to the GetAllServerFarms request. The method always // closes the http.Response Body. func (client GlobalClient) GetAllServerFarmsResponder(resp *http.Response) (result ServerFarmCollection, err error) { @@ -586,14 +555,12 @@ func (client GlobalClient) getAllServerFarmsNextResults(lastResults ServerFarmCo return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllServerFarmsComplete enumerates all values, automatically crossing page boundaries as required. func (client GlobalClient) GetAllServerFarmsComplete(ctx context.Context, detailed *bool) (result ServerFarmCollectionIterator, err error) { result.page, err = client.GetAllServerFarms(ctx, detailed) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllSites sends the get all sites request. func (client GlobalClient) GetAllSites(ctx context.Context) (result SiteCollectionPage, err error) { result.fn = client.getAllSitesNextResults @@ -618,7 +585,6 @@ func (client GlobalClient) GetAllSites(ctx context.Context) (result SiteCollecti return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllSitesPreparer prepares the GetAllSites request. func (client GlobalClient) GetAllSitesPreparer(ctx context.Context) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -638,7 +604,6 @@ func (client GlobalClient) GetAllSitesPreparer(ctx context.Context) (*http.Reque return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllSitesSender sends the GetAllSites request. The method will close the // http.Response Body if it receives an error. func (client GlobalClient) GetAllSitesSender(req *http.Request) (*http.Response, error) { @@ -646,7 +611,6 @@ func (client GlobalClient) GetAllSitesSender(req *http.Request) (*http.Response, azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllSitesResponder handles the response to the GetAllSites request. The method always // closes the http.Response Body. func (client GlobalClient) GetAllSitesResponder(resp *http.Response) (result SiteCollection, err error) { @@ -681,18 +645,16 @@ func (client GlobalClient) getAllSitesNextResults(lastResults SiteCollection) (r return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllSitesComplete enumerates all values, automatically crossing page boundaries as required. func (client GlobalClient) GetAllSitesComplete(ctx context.Context) (result SiteCollectionIterator, err error) { result.page, err = client.GetAllSites(ctx) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSubscriptionGeoRegions sends the get subscription geo regions request. -// -// sku is filter only to regions that support this sku linuxWorkersEnabled is filter only to regions that support -// linux workers +// Parameters: +// sku - filter only to regions that support this sku +// linuxWorkersEnabled - filter only to regions that support linux workers func (client GlobalClient) GetSubscriptionGeoRegions(ctx context.Context, sku string, linuxWorkersEnabled *bool) (result GeoRegionCollectionPage, err error) { result.fn = client.getSubscriptionGeoRegionsNextResults req, err := client.GetSubscriptionGeoRegionsPreparer(ctx, sku, linuxWorkersEnabled) @@ -716,7 +678,6 @@ func (client GlobalClient) GetSubscriptionGeoRegions(ctx context.Context, sku st return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSubscriptionGeoRegionsPreparer prepares the GetSubscriptionGeoRegions request. func (client GlobalClient) GetSubscriptionGeoRegionsPreparer(ctx context.Context, sku string, linuxWorkersEnabled *bool) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -742,7 +703,6 @@ func (client GlobalClient) GetSubscriptionGeoRegionsPreparer(ctx context.Context return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSubscriptionGeoRegionsSender sends the GetSubscriptionGeoRegions request. The method will close the // http.Response Body if it receives an error. func (client GlobalClient) GetSubscriptionGeoRegionsSender(req *http.Request) (*http.Response, error) { @@ -750,7 +710,6 @@ func (client GlobalClient) GetSubscriptionGeoRegionsSender(req *http.Request) (* azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSubscriptionGeoRegionsResponder handles the response to the GetSubscriptionGeoRegions request. The method always // closes the http.Response Body. func (client GlobalClient) GetSubscriptionGeoRegionsResponder(resp *http.Response) (result GeoRegionCollection, err error) { @@ -785,14 +744,12 @@ func (client GlobalClient) getSubscriptionGeoRegionsNextResults(lastResults GeoR return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSubscriptionGeoRegionsComplete enumerates all values, automatically crossing page boundaries as required. func (client GlobalClient) GetSubscriptionGeoRegionsComplete(ctx context.Context, sku string, linuxWorkersEnabled *bool) (result GeoRegionCollectionIterator, err error) { result.page, err = client.GetSubscriptionGeoRegions(ctx, sku, linuxWorkersEnabled) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSubscriptionPublishingCredentials sends the get subscription publishing credentials request. func (client GlobalClient) GetSubscriptionPublishingCredentials(ctx context.Context) (result User, err error) { req, err := client.GetSubscriptionPublishingCredentialsPreparer(ctx) @@ -816,7 +773,6 @@ func (client GlobalClient) GetSubscriptionPublishingCredentials(ctx context.Cont return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSubscriptionPublishingCredentialsPreparer prepares the GetSubscriptionPublishingCredentials request. func (client GlobalClient) GetSubscriptionPublishingCredentialsPreparer(ctx context.Context) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -836,7 +792,6 @@ func (client GlobalClient) GetSubscriptionPublishingCredentialsPreparer(ctx cont return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSubscriptionPublishingCredentialsSender sends the GetSubscriptionPublishingCredentials request. The method will close the // http.Response Body if it receives an error. func (client GlobalClient) GetSubscriptionPublishingCredentialsSender(req *http.Request) (*http.Response, error) { @@ -844,7 +799,6 @@ func (client GlobalClient) GetSubscriptionPublishingCredentialsSender(req *http. azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSubscriptionPublishingCredentialsResponder handles the response to the GetSubscriptionPublishingCredentials request. The method always // closes the http.Response Body. func (client GlobalClient) GetSubscriptionPublishingCredentialsResponder(resp *http.Response) (result User, err error) { @@ -858,10 +812,9 @@ func (client GlobalClient) GetSubscriptionPublishingCredentialsResponder(resp *h return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsHostingEnvironmentNameAvailable sends the is hosting environment name available request. -// -// name is hosting environment name +// Parameters: +// name - hosting environment name func (client GlobalClient) IsHostingEnvironmentNameAvailable(ctx context.Context, name string) (result SetObject, err error) { req, err := client.IsHostingEnvironmentNameAvailablePreparer(ctx, name) if err != nil { @@ -884,7 +837,6 @@ func (client GlobalClient) IsHostingEnvironmentNameAvailable(ctx context.Context return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsHostingEnvironmentNameAvailablePreparer prepares the IsHostingEnvironmentNameAvailable request. func (client GlobalClient) IsHostingEnvironmentNameAvailablePreparer(ctx context.Context, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -905,7 +857,6 @@ func (client GlobalClient) IsHostingEnvironmentNameAvailablePreparer(ctx context return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsHostingEnvironmentNameAvailableSender sends the IsHostingEnvironmentNameAvailable request. The method will close the // http.Response Body if it receives an error. func (client GlobalClient) IsHostingEnvironmentNameAvailableSender(req *http.Request) (*http.Response, error) { @@ -913,7 +864,6 @@ func (client GlobalClient) IsHostingEnvironmentNameAvailableSender(req *http.Req azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsHostingEnvironmentNameAvailableResponder handles the response to the IsHostingEnvironmentNameAvailable request. The method always // closes the http.Response Body. func (client GlobalClient) IsHostingEnvironmentNameAvailableResponder(resp *http.Response) (result SetObject, err error) { @@ -927,10 +877,9 @@ func (client GlobalClient) IsHostingEnvironmentNameAvailableResponder(resp *http return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsHostingEnvironmentWithLegacyNameAvailable sends the is hosting environment with legacy name available request. -// -// name is hosting environment name +// Parameters: +// name - hosting environment name func (client GlobalClient) IsHostingEnvironmentWithLegacyNameAvailable(ctx context.Context, name string) (result SetObject, err error) { req, err := client.IsHostingEnvironmentWithLegacyNameAvailablePreparer(ctx, name) if err != nil { @@ -953,7 +902,6 @@ func (client GlobalClient) IsHostingEnvironmentWithLegacyNameAvailable(ctx conte return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsHostingEnvironmentWithLegacyNameAvailablePreparer prepares the IsHostingEnvironmentWithLegacyNameAvailable request. func (client GlobalClient) IsHostingEnvironmentWithLegacyNameAvailablePreparer(ctx context.Context, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -974,7 +922,6 @@ func (client GlobalClient) IsHostingEnvironmentWithLegacyNameAvailablePreparer(c return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsHostingEnvironmentWithLegacyNameAvailableSender sends the IsHostingEnvironmentWithLegacyNameAvailable request. The method will close the // http.Response Body if it receives an error. func (client GlobalClient) IsHostingEnvironmentWithLegacyNameAvailableSender(req *http.Request) (*http.Response, error) { @@ -982,7 +929,6 @@ func (client GlobalClient) IsHostingEnvironmentWithLegacyNameAvailableSender(req azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsHostingEnvironmentWithLegacyNameAvailableResponder handles the response to the IsHostingEnvironmentWithLegacyNameAvailable request. The method always // closes the http.Response Body. func (client GlobalClient) IsHostingEnvironmentWithLegacyNameAvailableResponder(resp *http.Response) (result SetObject, err error) { @@ -996,7 +942,6 @@ func (client GlobalClient) IsHostingEnvironmentWithLegacyNameAvailableResponder( return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListPremierAddOnOffers sends the list premier add on offers request. func (client GlobalClient) ListPremierAddOnOffers(ctx context.Context) (result SetObject, err error) { req, err := client.ListPremierAddOnOffersPreparer(ctx) @@ -1020,7 +965,6 @@ func (client GlobalClient) ListPremierAddOnOffers(ctx context.Context) (result S return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListPremierAddOnOffersPreparer prepares the ListPremierAddOnOffers request. func (client GlobalClient) ListPremierAddOnOffersPreparer(ctx context.Context) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1040,7 +984,6 @@ func (client GlobalClient) ListPremierAddOnOffersPreparer(ctx context.Context) ( return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListPremierAddOnOffersSender sends the ListPremierAddOnOffers request. The method will close the // http.Response Body if it receives an error. func (client GlobalClient) ListPremierAddOnOffersSender(req *http.Request) (*http.Response, error) { @@ -1048,7 +991,6 @@ func (client GlobalClient) ListPremierAddOnOffersSender(req *http.Request) (*htt azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListPremierAddOnOffersResponder handles the response to the ListPremierAddOnOffers request. The method always // closes the http.Response Body. func (client GlobalClient) ListPremierAddOnOffersResponder(resp *http.Response) (result SetObject, err error) { @@ -1062,10 +1004,9 @@ func (client GlobalClient) ListPremierAddOnOffersResponder(resp *http.Response) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSubscriptionPublishingCredentials sends the update subscription publishing credentials request. -// -// requestMessage is requestMessage with new publishing credentials +// Parameters: +// requestMessage - requestMessage with new publishing credentials func (client GlobalClient) UpdateSubscriptionPublishingCredentials(ctx context.Context, requestMessage User) (result User, err error) { req, err := client.UpdateSubscriptionPublishingCredentialsPreparer(ctx, requestMessage) if err != nil { @@ -1088,7 +1029,6 @@ func (client GlobalClient) UpdateSubscriptionPublishingCredentials(ctx context.C return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSubscriptionPublishingCredentialsPreparer prepares the UpdateSubscriptionPublishingCredentials request. func (client GlobalClient) UpdateSubscriptionPublishingCredentialsPreparer(ctx context.Context, requestMessage User) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1110,7 +1050,6 @@ func (client GlobalClient) UpdateSubscriptionPublishingCredentialsPreparer(ctx c return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSubscriptionPublishingCredentialsSender sends the UpdateSubscriptionPublishingCredentials request. The method will close the // http.Response Body if it receives an error. func (client GlobalClient) UpdateSubscriptionPublishingCredentialsSender(req *http.Request) (*http.Response, error) { @@ -1118,7 +1057,6 @@ func (client GlobalClient) UpdateSubscriptionPublishingCredentialsSender(req *ht azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSubscriptionPublishingCredentialsResponder handles the response to the UpdateSubscriptionPublishingCredentials request. The method always // closes the http.Response Body. func (client GlobalClient) UpdateSubscriptionPublishingCredentialsResponder(resp *http.Response) (result User, err error) { diff --git a/services/web/mgmt/2015-08-preview/web/globalcertificateorder.go b/services/web/mgmt/2015-08-preview/web/globalcertificateorder.go index 8dbc746579d8..6d961cb3e46a 100644 --- a/services/web/mgmt/2015-08-preview/web/globalcertificateorder.go +++ b/services/web/mgmt/2015-08-preview/web/globalcertificateorder.go @@ -24,25 +24,21 @@ import ( "net/http" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GlobalCertificateOrderClient is the webSite Management Client type GlobalCertificateOrderClient struct { BaseClient } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewGlobalCertificateOrderClient creates an instance of the GlobalCertificateOrderClient client. func NewGlobalCertificateOrderClient(subscriptionID string) GlobalCertificateOrderClient { return NewGlobalCertificateOrderClientWithBaseURI(DefaultBaseURI, subscriptionID) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewGlobalCertificateOrderClientWithBaseURI creates an instance of the GlobalCertificateOrderClient client. func NewGlobalCertificateOrderClientWithBaseURI(baseURI string, subscriptionID string) GlobalCertificateOrderClient { return GlobalCertificateOrderClient{NewWithBaseURI(baseURI, subscriptionID)} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllCertificateOrders sends the get all certificate orders request. func (client GlobalCertificateOrderClient) GetAllCertificateOrders(ctx context.Context) (result CertificateOrderCollectionPage, err error) { result.fn = client.getAllCertificateOrdersNextResults @@ -67,7 +63,6 @@ func (client GlobalCertificateOrderClient) GetAllCertificateOrders(ctx context.C return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllCertificateOrdersPreparer prepares the GetAllCertificateOrders request. func (client GlobalCertificateOrderClient) GetAllCertificateOrdersPreparer(ctx context.Context) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -87,7 +82,6 @@ func (client GlobalCertificateOrderClient) GetAllCertificateOrdersPreparer(ctx c return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllCertificateOrdersSender sends the GetAllCertificateOrders request. The method will close the // http.Response Body if it receives an error. func (client GlobalCertificateOrderClient) GetAllCertificateOrdersSender(req *http.Request) (*http.Response, error) { @@ -95,7 +89,6 @@ func (client GlobalCertificateOrderClient) GetAllCertificateOrdersSender(req *ht azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllCertificateOrdersResponder handles the response to the GetAllCertificateOrders request. The method always // closes the http.Response Body. func (client GlobalCertificateOrderClient) GetAllCertificateOrdersResponder(resp *http.Response) (result CertificateOrderCollection, err error) { @@ -130,17 +123,15 @@ func (client GlobalCertificateOrderClient) getAllCertificateOrdersNextResults(la return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllCertificateOrdersComplete enumerates all values, automatically crossing page boundaries as required. func (client GlobalCertificateOrderClient) GetAllCertificateOrdersComplete(ctx context.Context) (result CertificateOrderCollectionIterator, err error) { result.page, err = client.GetAllCertificateOrders(ctx) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ValidateCertificatePurchaseInformation sends the validate certificate purchase information request. -// -// certificateOrder is certificate order +// Parameters: +// certificateOrder - certificate order func (client GlobalCertificateOrderClient) ValidateCertificatePurchaseInformation(ctx context.Context, certificateOrder CertificateOrder) (result SetObject, err error) { req, err := client.ValidateCertificatePurchaseInformationPreparer(ctx, certificateOrder) if err != nil { @@ -163,7 +154,6 @@ func (client GlobalCertificateOrderClient) ValidateCertificatePurchaseInformatio return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ValidateCertificatePurchaseInformationPreparer prepares the ValidateCertificatePurchaseInformation request. func (client GlobalCertificateOrderClient) ValidateCertificatePurchaseInformationPreparer(ctx context.Context, certificateOrder CertificateOrder) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -185,7 +175,6 @@ func (client GlobalCertificateOrderClient) ValidateCertificatePurchaseInformatio return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ValidateCertificatePurchaseInformationSender sends the ValidateCertificatePurchaseInformation request. The method will close the // http.Response Body if it receives an error. func (client GlobalCertificateOrderClient) ValidateCertificatePurchaseInformationSender(req *http.Request) (*http.Response, error) { @@ -193,7 +182,6 @@ func (client GlobalCertificateOrderClient) ValidateCertificatePurchaseInformatio azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ValidateCertificatePurchaseInformationResponder handles the response to the ValidateCertificatePurchaseInformation request. The method always // closes the http.Response Body. func (client GlobalCertificateOrderClient) ValidateCertificatePurchaseInformationResponder(resp *http.Response) (result SetObject, err error) { diff --git a/services/web/mgmt/2015-08-preview/web/globaldomainregistration.go b/services/web/mgmt/2015-08-preview/web/globaldomainregistration.go index 05600d661ccd..d2b0c146bc8b 100644 --- a/services/web/mgmt/2015-08-preview/web/globaldomainregistration.go +++ b/services/web/mgmt/2015-08-preview/web/globaldomainregistration.go @@ -24,28 +24,24 @@ import ( "net/http" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GlobalDomainRegistrationClient is the webSite Management Client type GlobalDomainRegistrationClient struct { BaseClient } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewGlobalDomainRegistrationClient creates an instance of the GlobalDomainRegistrationClient client. func NewGlobalDomainRegistrationClient(subscriptionID string) GlobalDomainRegistrationClient { return NewGlobalDomainRegistrationClientWithBaseURI(DefaultBaseURI, subscriptionID) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewGlobalDomainRegistrationClientWithBaseURI creates an instance of the GlobalDomainRegistrationClient client. func NewGlobalDomainRegistrationClientWithBaseURI(baseURI string, subscriptionID string) GlobalDomainRegistrationClient { return GlobalDomainRegistrationClient{NewWithBaseURI(baseURI, subscriptionID)} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CheckDomainAvailability sends the check domain availability request. -// -// identifier is name of the domain +// Parameters: +// identifier - name of the domain func (client GlobalDomainRegistrationClient) CheckDomainAvailability(ctx context.Context, identifier NameIdentifier) (result DomainAvailablilityCheckResult, err error) { req, err := client.CheckDomainAvailabilityPreparer(ctx, identifier) if err != nil { @@ -68,7 +64,6 @@ func (client GlobalDomainRegistrationClient) CheckDomainAvailability(ctx context return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CheckDomainAvailabilityPreparer prepares the CheckDomainAvailability request. func (client GlobalDomainRegistrationClient) CheckDomainAvailabilityPreparer(ctx context.Context, identifier NameIdentifier) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -90,7 +85,6 @@ func (client GlobalDomainRegistrationClient) CheckDomainAvailabilityPreparer(ctx return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CheckDomainAvailabilitySender sends the CheckDomainAvailability request. The method will close the // http.Response Body if it receives an error. func (client GlobalDomainRegistrationClient) CheckDomainAvailabilitySender(req *http.Request) (*http.Response, error) { @@ -98,7 +92,6 @@ func (client GlobalDomainRegistrationClient) CheckDomainAvailabilitySender(req * azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CheckDomainAvailabilityResponder handles the response to the CheckDomainAvailability request. The method always // closes the http.Response Body. func (client GlobalDomainRegistrationClient) CheckDomainAvailabilityResponder(resp *http.Response) (result DomainAvailablilityCheckResult, err error) { @@ -112,7 +105,6 @@ func (client GlobalDomainRegistrationClient) CheckDomainAvailabilityResponder(re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllDomains sends the get all domains request. func (client GlobalDomainRegistrationClient) GetAllDomains(ctx context.Context) (result DomainCollectionPage, err error) { result.fn = client.getAllDomainsNextResults @@ -137,7 +129,6 @@ func (client GlobalDomainRegistrationClient) GetAllDomains(ctx context.Context) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllDomainsPreparer prepares the GetAllDomains request. func (client GlobalDomainRegistrationClient) GetAllDomainsPreparer(ctx context.Context) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -157,7 +148,6 @@ func (client GlobalDomainRegistrationClient) GetAllDomainsPreparer(ctx context.C return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllDomainsSender sends the GetAllDomains request. The method will close the // http.Response Body if it receives an error. func (client GlobalDomainRegistrationClient) GetAllDomainsSender(req *http.Request) (*http.Response, error) { @@ -165,7 +155,6 @@ func (client GlobalDomainRegistrationClient) GetAllDomainsSender(req *http.Reque azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllDomainsResponder handles the response to the GetAllDomains request. The method always // closes the http.Response Body. func (client GlobalDomainRegistrationClient) GetAllDomainsResponder(resp *http.Response) (result DomainCollection, err error) { @@ -200,14 +189,12 @@ func (client GlobalDomainRegistrationClient) getAllDomainsNextResults(lastResult return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetAllDomainsComplete enumerates all values, automatically crossing page boundaries as required. func (client GlobalDomainRegistrationClient) GetAllDomainsComplete(ctx context.Context) (result DomainCollectionIterator, err error) { result.page, err = client.GetAllDomains(ctx) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDomainControlCenterSsoRequest sends the get domain control center sso request request. func (client GlobalDomainRegistrationClient) GetDomainControlCenterSsoRequest(ctx context.Context) (result DomainControlCenterSsoRequest, err error) { req, err := client.GetDomainControlCenterSsoRequestPreparer(ctx) @@ -231,7 +218,6 @@ func (client GlobalDomainRegistrationClient) GetDomainControlCenterSsoRequest(ct return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDomainControlCenterSsoRequestPreparer prepares the GetDomainControlCenterSsoRequest request. func (client GlobalDomainRegistrationClient) GetDomainControlCenterSsoRequestPreparer(ctx context.Context) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -251,7 +237,6 @@ func (client GlobalDomainRegistrationClient) GetDomainControlCenterSsoRequestPre return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDomainControlCenterSsoRequestSender sends the GetDomainControlCenterSsoRequest request. The method will close the // http.Response Body if it receives an error. func (client GlobalDomainRegistrationClient) GetDomainControlCenterSsoRequestSender(req *http.Request) (*http.Response, error) { @@ -259,7 +244,6 @@ func (client GlobalDomainRegistrationClient) GetDomainControlCenterSsoRequestSen azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDomainControlCenterSsoRequestResponder handles the response to the GetDomainControlCenterSsoRequest request. The method always // closes the http.Response Body. func (client GlobalDomainRegistrationClient) GetDomainControlCenterSsoRequestResponder(resp *http.Response) (result DomainControlCenterSsoRequest, err error) { @@ -273,10 +257,9 @@ func (client GlobalDomainRegistrationClient) GetDomainControlCenterSsoRequestRes return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListDomainRecommendations sends the list domain recommendations request. -// -// parameters is domain recommendation search parameters +// Parameters: +// parameters - domain recommendation search parameters func (client GlobalDomainRegistrationClient) ListDomainRecommendations(ctx context.Context, parameters DomainRecommendationSearchParameters) (result NameIdentifierCollectionPage, err error) { result.fn = client.listDomainRecommendationsNextResults req, err := client.ListDomainRecommendationsPreparer(ctx, parameters) @@ -300,7 +283,6 @@ func (client GlobalDomainRegistrationClient) ListDomainRecommendations(ctx conte return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListDomainRecommendationsPreparer prepares the ListDomainRecommendations request. func (client GlobalDomainRegistrationClient) ListDomainRecommendationsPreparer(ctx context.Context, parameters DomainRecommendationSearchParameters) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -322,7 +304,6 @@ func (client GlobalDomainRegistrationClient) ListDomainRecommendationsPreparer(c return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListDomainRecommendationsSender sends the ListDomainRecommendations request. The method will close the // http.Response Body if it receives an error. func (client GlobalDomainRegistrationClient) ListDomainRecommendationsSender(req *http.Request) (*http.Response, error) { @@ -330,7 +311,6 @@ func (client GlobalDomainRegistrationClient) ListDomainRecommendationsSender(req azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListDomainRecommendationsResponder handles the response to the ListDomainRecommendations request. The method always // closes the http.Response Body. func (client GlobalDomainRegistrationClient) ListDomainRecommendationsResponder(resp *http.Response) (result NameIdentifierCollection, err error) { @@ -365,17 +345,15 @@ func (client GlobalDomainRegistrationClient) listDomainRecommendationsNextResult return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListDomainRecommendationsComplete enumerates all values, automatically crossing page boundaries as required. func (client GlobalDomainRegistrationClient) ListDomainRecommendationsComplete(ctx context.Context, parameters DomainRecommendationSearchParameters) (result NameIdentifierCollectionIterator, err error) { result.page, err = client.ListDomainRecommendations(ctx, parameters) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ValidateDomainPurchaseInformation sends the validate domain purchase information request. -// -// domainRegistrationInput is domain registration information +// Parameters: +// domainRegistrationInput - domain registration information func (client GlobalDomainRegistrationClient) ValidateDomainPurchaseInformation(ctx context.Context, domainRegistrationInput DomainRegistrationInput) (result SetObject, err error) { req, err := client.ValidateDomainPurchaseInformationPreparer(ctx, domainRegistrationInput) if err != nil { @@ -398,7 +376,6 @@ func (client GlobalDomainRegistrationClient) ValidateDomainPurchaseInformation(c return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ValidateDomainPurchaseInformationPreparer prepares the ValidateDomainPurchaseInformation request. func (client GlobalDomainRegistrationClient) ValidateDomainPurchaseInformationPreparer(ctx context.Context, domainRegistrationInput DomainRegistrationInput) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -420,7 +397,6 @@ func (client GlobalDomainRegistrationClient) ValidateDomainPurchaseInformationPr return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ValidateDomainPurchaseInformationSender sends the ValidateDomainPurchaseInformation request. The method will close the // http.Response Body if it receives an error. func (client GlobalDomainRegistrationClient) ValidateDomainPurchaseInformationSender(req *http.Request) (*http.Response, error) { @@ -428,7 +404,6 @@ func (client GlobalDomainRegistrationClient) ValidateDomainPurchaseInformationSe azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ValidateDomainPurchaseInformationResponder handles the response to the ValidateDomainPurchaseInformation request. The method always // closes the http.Response Body. func (client GlobalDomainRegistrationClient) ValidateDomainPurchaseInformationResponder(resp *http.Response) (result SetObject, err error) { diff --git a/services/web/mgmt/2015-08-preview/web/globalresourcegroups.go b/services/web/mgmt/2015-08-preview/web/globalresourcegroups.go index efb0b1b40c65..073b2d490939 100644 --- a/services/web/mgmt/2015-08-preview/web/globalresourcegroups.go +++ b/services/web/mgmt/2015-08-preview/web/globalresourcegroups.go @@ -24,27 +24,22 @@ import ( "net/http" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GlobalResourceGroupsClient is the webSite Management Client type GlobalResourceGroupsClient struct { BaseClient } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewGlobalResourceGroupsClient creates an instance of the GlobalResourceGroupsClient client. func NewGlobalResourceGroupsClient(subscriptionID string) GlobalResourceGroupsClient { return NewGlobalResourceGroupsClientWithBaseURI(DefaultBaseURI, subscriptionID) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewGlobalResourceGroupsClientWithBaseURI creates an instance of the GlobalResourceGroupsClient client. func NewGlobalResourceGroupsClientWithBaseURI(baseURI string, subscriptionID string) GlobalResourceGroupsClient { return GlobalResourceGroupsClient{NewWithBaseURI(baseURI, subscriptionID)} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MoveResources sends the move resources request. -// func (client GlobalResourceGroupsClient) MoveResources(ctx context.Context, resourceGroupName string, moveResourceEnvelope CsmMoveResourceEnvelope) (result autorest.Response, err error) { req, err := client.MoveResourcesPreparer(ctx, resourceGroupName, moveResourceEnvelope) if err != nil { @@ -67,7 +62,6 @@ func (client GlobalResourceGroupsClient) MoveResources(ctx context.Context, reso return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MoveResourcesPreparer prepares the MoveResources request. func (client GlobalResourceGroupsClient) MoveResourcesPreparer(ctx context.Context, resourceGroupName string, moveResourceEnvelope CsmMoveResourceEnvelope) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -90,7 +84,6 @@ func (client GlobalResourceGroupsClient) MoveResourcesPreparer(ctx context.Conte return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MoveResourcesSender sends the MoveResources request. The method will close the // http.Response Body if it receives an error. func (client GlobalResourceGroupsClient) MoveResourcesSender(req *http.Request) (*http.Response, error) { @@ -98,7 +91,6 @@ func (client GlobalResourceGroupsClient) MoveResourcesSender(req *http.Request) azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MoveResourcesResponder handles the response to the MoveResources request. The method always // closes the http.Response Body. func (client GlobalResourceGroupsClient) MoveResourcesResponder(resp *http.Response) (result autorest.Response, err error) { diff --git a/services/web/mgmt/2015-08-preview/web/hostingenvironments.go b/services/web/mgmt/2015-08-preview/web/hostingenvironments.go index 40611f7f8966..09133ba2558a 100644 --- a/services/web/mgmt/2015-08-preview/web/hostingenvironments.go +++ b/services/web/mgmt/2015-08-preview/web/hostingenvironments.go @@ -24,29 +24,26 @@ import ( "net/http" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostingEnvironmentsClient is the webSite Management Client type HostingEnvironmentsClient struct { BaseClient } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewHostingEnvironmentsClient creates an instance of the HostingEnvironmentsClient client. func NewHostingEnvironmentsClient(subscriptionID string) HostingEnvironmentsClient { return NewHostingEnvironmentsClientWithBaseURI(DefaultBaseURI, subscriptionID) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewHostingEnvironmentsClientWithBaseURI creates an instance of the HostingEnvironmentsClient client. func NewHostingEnvironmentsClientWithBaseURI(baseURI string, subscriptionID string) HostingEnvironmentsClient { return HostingEnvironmentsClient{NewWithBaseURI(baseURI, subscriptionID)} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateHostingEnvironment sends the create or update hosting environment request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) -// hostingEnvironmentEnvelope is properties of hostingEnvironment (App Service Environment) +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) +// hostingEnvironmentEnvelope - properties of hostingEnvironment (App Service Environment) func (client HostingEnvironmentsClient) CreateOrUpdateHostingEnvironment(ctx context.Context, resourceGroupName string, name string, hostingEnvironmentEnvelope HostingEnvironment) (result HostingEnvironmentsCreateOrUpdateHostingEnvironmentFuture, err error) { req, err := client.CreateOrUpdateHostingEnvironmentPreparer(ctx, resourceGroupName, name, hostingEnvironmentEnvelope) if err != nil { @@ -63,7 +60,6 @@ func (client HostingEnvironmentsClient) CreateOrUpdateHostingEnvironment(ctx con return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateHostingEnvironmentPreparer prepares the CreateOrUpdateHostingEnvironment request. func (client HostingEnvironmentsClient) CreateOrUpdateHostingEnvironmentPreparer(ctx context.Context, resourceGroupName string, name string, hostingEnvironmentEnvelope HostingEnvironment) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -87,7 +83,6 @@ func (client HostingEnvironmentsClient) CreateOrUpdateHostingEnvironmentPreparer return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateHostingEnvironmentSender sends the CreateOrUpdateHostingEnvironment request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) CreateOrUpdateHostingEnvironmentSender(req *http.Request) (future HostingEnvironmentsCreateOrUpdateHostingEnvironmentFuture, err error) { @@ -103,7 +98,6 @@ func (client HostingEnvironmentsClient) CreateOrUpdateHostingEnvironmentSender(r return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateHostingEnvironmentResponder handles the response to the CreateOrUpdateHostingEnvironment request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) CreateOrUpdateHostingEnvironmentResponder(resp *http.Response) (result HostingEnvironment, err error) { @@ -117,11 +111,11 @@ func (client HostingEnvironmentsClient) CreateOrUpdateHostingEnvironmentResponde return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateMultiRolePool sends the create or update multi role pool request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) -// multiRolePoolEnvelope is properties of multiRole pool +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) +// multiRolePoolEnvelope - properties of multiRole pool func (client HostingEnvironmentsClient) CreateOrUpdateMultiRolePool(ctx context.Context, resourceGroupName string, name string, multiRolePoolEnvelope WorkerPool) (result HostingEnvironmentsCreateOrUpdateMultiRolePoolFuture, err error) { req, err := client.CreateOrUpdateMultiRolePoolPreparer(ctx, resourceGroupName, name, multiRolePoolEnvelope) if err != nil { @@ -138,7 +132,6 @@ func (client HostingEnvironmentsClient) CreateOrUpdateMultiRolePool(ctx context. return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateMultiRolePoolPreparer prepares the CreateOrUpdateMultiRolePool request. func (client HostingEnvironmentsClient) CreateOrUpdateMultiRolePoolPreparer(ctx context.Context, resourceGroupName string, name string, multiRolePoolEnvelope WorkerPool) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -162,7 +155,6 @@ func (client HostingEnvironmentsClient) CreateOrUpdateMultiRolePoolPreparer(ctx return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateMultiRolePoolSender sends the CreateOrUpdateMultiRolePool request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) CreateOrUpdateMultiRolePoolSender(req *http.Request) (future HostingEnvironmentsCreateOrUpdateMultiRolePoolFuture, err error) { @@ -178,7 +170,6 @@ func (client HostingEnvironmentsClient) CreateOrUpdateMultiRolePoolSender(req *h return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateMultiRolePoolResponder handles the response to the CreateOrUpdateMultiRolePool request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) CreateOrUpdateMultiRolePoolResponder(resp *http.Response) (result WorkerPool, err error) { @@ -192,11 +183,12 @@ func (client HostingEnvironmentsClient) CreateOrUpdateMultiRolePoolResponder(res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateWorkerPool sends the create or update worker pool request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) -// workerPoolName is name of worker pool workerPoolEnvelope is properties of worker pool +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) +// workerPoolName - name of worker pool +// workerPoolEnvelope - properties of worker pool func (client HostingEnvironmentsClient) CreateOrUpdateWorkerPool(ctx context.Context, resourceGroupName string, name string, workerPoolName string, workerPoolEnvelope WorkerPool) (result HostingEnvironmentsCreateOrUpdateWorkerPoolFuture, err error) { req, err := client.CreateOrUpdateWorkerPoolPreparer(ctx, resourceGroupName, name, workerPoolName, workerPoolEnvelope) if err != nil { @@ -213,7 +205,6 @@ func (client HostingEnvironmentsClient) CreateOrUpdateWorkerPool(ctx context.Con return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateWorkerPoolPreparer prepares the CreateOrUpdateWorkerPool request. func (client HostingEnvironmentsClient) CreateOrUpdateWorkerPoolPreparer(ctx context.Context, resourceGroupName string, name string, workerPoolName string, workerPoolEnvelope WorkerPool) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -238,7 +229,6 @@ func (client HostingEnvironmentsClient) CreateOrUpdateWorkerPoolPreparer(ctx con return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateWorkerPoolSender sends the CreateOrUpdateWorkerPool request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) CreateOrUpdateWorkerPoolSender(req *http.Request) (future HostingEnvironmentsCreateOrUpdateWorkerPoolFuture, err error) { @@ -254,7 +244,6 @@ func (client HostingEnvironmentsClient) CreateOrUpdateWorkerPoolSender(req *http return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateWorkerPoolResponder handles the response to the CreateOrUpdateWorkerPool request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) CreateOrUpdateWorkerPoolResponder(resp *http.Response) (result WorkerPool, err error) { @@ -268,11 +257,11 @@ func (client HostingEnvironmentsClient) CreateOrUpdateWorkerPoolResponder(resp * return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteHostingEnvironment sends the delete hosting environment request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) -// forceDelete is delete even if the hostingEnvironment (App Service Environment) contains resources +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) +// forceDelete - delete even if the hostingEnvironment (App Service Environment) contains resources func (client HostingEnvironmentsClient) DeleteHostingEnvironment(ctx context.Context, resourceGroupName string, name string, forceDelete *bool) (result HostingEnvironmentsDeleteHostingEnvironmentFuture, err error) { req, err := client.DeleteHostingEnvironmentPreparer(ctx, resourceGroupName, name, forceDelete) if err != nil { @@ -289,7 +278,6 @@ func (client HostingEnvironmentsClient) DeleteHostingEnvironment(ctx context.Con return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteHostingEnvironmentPreparer prepares the DeleteHostingEnvironment request. func (client HostingEnvironmentsClient) DeleteHostingEnvironmentPreparer(ctx context.Context, resourceGroupName string, name string, forceDelete *bool) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -314,7 +302,6 @@ func (client HostingEnvironmentsClient) DeleteHostingEnvironmentPreparer(ctx con return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteHostingEnvironmentSender sends the DeleteHostingEnvironment request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) DeleteHostingEnvironmentSender(req *http.Request) (future HostingEnvironmentsDeleteHostingEnvironmentFuture, err error) { @@ -330,7 +317,6 @@ func (client HostingEnvironmentsClient) DeleteHostingEnvironmentSender(req *http return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteHostingEnvironmentResponder handles the response to the DeleteHostingEnvironment request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) DeleteHostingEnvironmentResponder(resp *http.Response) (result SetObject, err error) { @@ -344,10 +330,10 @@ func (client HostingEnvironmentsClient) DeleteHostingEnvironmentResponder(resp * return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironment sends the get hosting environment request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) func (client HostingEnvironmentsClient) GetHostingEnvironment(ctx context.Context, resourceGroupName string, name string) (result HostingEnvironment, err error) { req, err := client.GetHostingEnvironmentPreparer(ctx, resourceGroupName, name) if err != nil { @@ -370,7 +356,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironment(ctx context.Contex return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentPreparer prepares the GetHostingEnvironment request. func (client HostingEnvironmentsClient) GetHostingEnvironmentPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -392,7 +377,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentPreparer(ctx contex return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentSender sends the GetHostingEnvironment request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetHostingEnvironmentSender(req *http.Request) (*http.Response, error) { @@ -400,7 +384,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentSender(req *http.Re azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentResponder handles the response to the GetHostingEnvironment request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetHostingEnvironmentResponder(resp *http.Response) (result HostingEnvironment, err error) { @@ -414,10 +397,10 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentResponder(resp *htt return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentCapacities sends the get hosting environment capacities request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) func (client HostingEnvironmentsClient) GetHostingEnvironmentCapacities(ctx context.Context, resourceGroupName string, name string) (result StampCapacityCollectionPage, err error) { result.fn = client.getHostingEnvironmentCapacitiesNextResults req, err := client.GetHostingEnvironmentCapacitiesPreparer(ctx, resourceGroupName, name) @@ -441,7 +424,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentCapacities(ctx cont return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentCapacitiesPreparer prepares the GetHostingEnvironmentCapacities request. func (client HostingEnvironmentsClient) GetHostingEnvironmentCapacitiesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -463,7 +445,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentCapacitiesPreparer( return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentCapacitiesSender sends the GetHostingEnvironmentCapacities request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetHostingEnvironmentCapacitiesSender(req *http.Request) (*http.Response, error) { @@ -471,7 +452,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentCapacitiesSender(re azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentCapacitiesResponder handles the response to the GetHostingEnvironmentCapacities request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetHostingEnvironmentCapacitiesResponder(resp *http.Response) (result StampCapacityCollection, err error) { @@ -506,17 +486,16 @@ func (client HostingEnvironmentsClient) getHostingEnvironmentCapacitiesNextResul return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentCapacitiesComplete enumerates all values, automatically crossing page boundaries as required. func (client HostingEnvironmentsClient) GetHostingEnvironmentCapacitiesComplete(ctx context.Context, resourceGroupName string, name string) (result StampCapacityCollectionIterator, err error) { result.page, err = client.GetHostingEnvironmentCapacities(ctx, resourceGroupName, name) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentDiagnostics sends the get hosting environment diagnostics request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) func (client HostingEnvironmentsClient) GetHostingEnvironmentDiagnostics(ctx context.Context, resourceGroupName string, name string) (result ListHostingEnvironmentDiagnostics, err error) { req, err := client.GetHostingEnvironmentDiagnosticsPreparer(ctx, resourceGroupName, name) if err != nil { @@ -539,7 +518,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentDiagnostics(ctx con return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentDiagnosticsPreparer prepares the GetHostingEnvironmentDiagnostics request. func (client HostingEnvironmentsClient) GetHostingEnvironmentDiagnosticsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -561,7 +539,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentDiagnosticsPreparer return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentDiagnosticsSender sends the GetHostingEnvironmentDiagnostics request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetHostingEnvironmentDiagnosticsSender(req *http.Request) (*http.Response, error) { @@ -569,7 +546,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentDiagnosticsSender(r azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentDiagnosticsResponder handles the response to the GetHostingEnvironmentDiagnostics request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetHostingEnvironmentDiagnosticsResponder(resp *http.Response) (result ListHostingEnvironmentDiagnostics, err error) { @@ -583,11 +559,11 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentDiagnosticsResponde return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentDiagnosticsItem sends the get hosting environment diagnostics item request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) -// diagnosticsName is name of the diagnostics +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) +// diagnosticsName - name of the diagnostics func (client HostingEnvironmentsClient) GetHostingEnvironmentDiagnosticsItem(ctx context.Context, resourceGroupName string, name string, diagnosticsName string) (result HostingEnvironmentDiagnostics, err error) { req, err := client.GetHostingEnvironmentDiagnosticsItemPreparer(ctx, resourceGroupName, name, diagnosticsName) if err != nil { @@ -610,7 +586,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentDiagnosticsItem(ctx return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentDiagnosticsItemPreparer prepares the GetHostingEnvironmentDiagnosticsItem request. func (client HostingEnvironmentsClient) GetHostingEnvironmentDiagnosticsItemPreparer(ctx context.Context, resourceGroupName string, name string, diagnosticsName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -633,7 +608,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentDiagnosticsItemPrep return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentDiagnosticsItemSender sends the GetHostingEnvironmentDiagnosticsItem request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetHostingEnvironmentDiagnosticsItemSender(req *http.Request) (*http.Response, error) { @@ -641,7 +615,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentDiagnosticsItemSend azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentDiagnosticsItemResponder handles the response to the GetHostingEnvironmentDiagnosticsItem request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetHostingEnvironmentDiagnosticsItemResponder(resp *http.Response) (result HostingEnvironmentDiagnostics, err error) { @@ -655,10 +628,10 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentDiagnosticsItemResp return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMetricDefinitions sends the get hosting environment metric definitions request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) func (client HostingEnvironmentsClient) GetHostingEnvironmentMetricDefinitions(ctx context.Context, resourceGroupName string, name string) (result MetricDefinition, err error) { req, err := client.GetHostingEnvironmentMetricDefinitionsPreparer(ctx, resourceGroupName, name) if err != nil { @@ -681,7 +654,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentMetricDefinitions(c return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMetricDefinitionsPreparer prepares the GetHostingEnvironmentMetricDefinitions request. func (client HostingEnvironmentsClient) GetHostingEnvironmentMetricDefinitionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -703,7 +675,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentMetricDefinitionsPr return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMetricDefinitionsSender sends the GetHostingEnvironmentMetricDefinitions request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetHostingEnvironmentMetricDefinitionsSender(req *http.Request) (*http.Response, error) { @@ -711,7 +682,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentMetricDefinitionsSe azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMetricDefinitionsResponder handles the response to the GetHostingEnvironmentMetricDefinitions request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetHostingEnvironmentMetricDefinitionsResponder(resp *http.Response) (result MetricDefinition, err error) { @@ -725,13 +695,14 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentMetricDefinitionsRe return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMetrics sends the get hosting environment metrics request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) details -// is include instance details filter is return only usages/metrics specified in the filter. Filter conforms to -// odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq -// '2014-01-01T00:00:00Z' and endTime eq '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'. +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) +// details - include instance details +// filter - return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: +// $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq '2014-01-01T00:00:00Z' and +// endTime eq '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'. func (client HostingEnvironmentsClient) GetHostingEnvironmentMetrics(ctx context.Context, resourceGroupName string, name string, details *bool, filter string) (result ResourceMetricCollectionPage, err error) { result.fn = client.getHostingEnvironmentMetricsNextResults req, err := client.GetHostingEnvironmentMetricsPreparer(ctx, resourceGroupName, name, details, filter) @@ -755,7 +726,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentMetrics(ctx context return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMetricsPreparer prepares the GetHostingEnvironmentMetrics request. func (client HostingEnvironmentsClient) GetHostingEnvironmentMetricsPreparer(ctx context.Context, resourceGroupName string, name string, details *bool, filter string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -783,7 +753,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentMetricsPreparer(ctx return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMetricsSender sends the GetHostingEnvironmentMetrics request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetHostingEnvironmentMetricsSender(req *http.Request) (*http.Response, error) { @@ -791,7 +760,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentMetricsSender(req * azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMetricsResponder handles the response to the GetHostingEnvironmentMetrics request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetHostingEnvironmentMetricsResponder(resp *http.Response) (result ResourceMetricCollection, err error) { @@ -826,18 +794,17 @@ func (client HostingEnvironmentsClient) getHostingEnvironmentMetricsNextResults( return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMetricsComplete enumerates all values, automatically crossing page boundaries as required. func (client HostingEnvironmentsClient) GetHostingEnvironmentMetricsComplete(ctx context.Context, resourceGroupName string, name string, details *bool, filter string) (result ResourceMetricCollectionIterator, err error) { result.page, err = client.GetHostingEnvironmentMetrics(ctx, resourceGroupName, name, details, filter) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMultiRoleMetricDefinitions sends the get hosting environment multi role metric definitions // request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleMetricDefinitions(ctx context.Context, resourceGroupName string, name string) (result MetricDefinitionCollectionPage, err error) { result.fn = client.getHostingEnvironmentMultiRoleMetricDefinitionsNextResults req, err := client.GetHostingEnvironmentMultiRoleMetricDefinitionsPreparer(ctx, resourceGroupName, name) @@ -861,7 +828,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleMetricDefi return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMultiRoleMetricDefinitionsPreparer prepares the GetHostingEnvironmentMultiRoleMetricDefinitions request. func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleMetricDefinitionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -883,7 +849,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleMetricDefi return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMultiRoleMetricDefinitionsSender sends the GetHostingEnvironmentMultiRoleMetricDefinitions request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleMetricDefinitionsSender(req *http.Request) (*http.Response, error) { @@ -891,7 +856,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleMetricDefi azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMultiRoleMetricDefinitionsResponder handles the response to the GetHostingEnvironmentMultiRoleMetricDefinitions request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleMetricDefinitionsResponder(resp *http.Response) (result MetricDefinitionCollection, err error) { @@ -926,22 +890,23 @@ func (client HostingEnvironmentsClient) getHostingEnvironmentMultiRoleMetricDefi return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMultiRoleMetricDefinitionsComplete enumerates all values, automatically crossing page boundaries as required. func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleMetricDefinitionsComplete(ctx context.Context, resourceGroupName string, name string) (result MetricDefinitionCollectionIterator, err error) { result.page, err = client.GetHostingEnvironmentMultiRoleMetricDefinitions(ctx, resourceGroupName, name) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMultiRoleMetrics sends the get hosting environment multi role metrics request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) -// startTime is beginning time of metrics query endTime is end time of metrics query timeGrain is time granularity -// of metrics query details is include instance details filter is return only usages/metrics specified in the -// filter. Filter conforms to odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') -// and startTime eq '2014-01-01T00:00:00Z' and endTime eq '2014-12-31T23:59:59Z' and timeGrain eq -// duration'[Hour|Minute|Day]'. +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) +// startTime - beginning time of metrics query +// endTime - end time of metrics query +// timeGrain - time granularity of metrics query +// details - include instance details +// filter - return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: +// $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq '2014-01-01T00:00:00Z' and +// endTime eq '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'. func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleMetrics(ctx context.Context, resourceGroupName string, name string, startTime string, endTime string, timeGrain string, details *bool, filter string) (result ResourceMetricCollectionPage, err error) { result.fn = client.getHostingEnvironmentMultiRoleMetricsNextResults req, err := client.GetHostingEnvironmentMultiRoleMetricsPreparer(ctx, resourceGroupName, name, startTime, endTime, timeGrain, details, filter) @@ -965,7 +930,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleMetrics(ct return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMultiRoleMetricsPreparer prepares the GetHostingEnvironmentMultiRoleMetrics request. func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleMetricsPreparer(ctx context.Context, resourceGroupName string, name string, startTime string, endTime string, timeGrain string, details *bool, filter string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1002,7 +966,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleMetricsPre return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMultiRoleMetricsSender sends the GetHostingEnvironmentMultiRoleMetrics request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleMetricsSender(req *http.Request) (*http.Response, error) { @@ -1010,7 +973,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleMetricsSen azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMultiRoleMetricsResponder handles the response to the GetHostingEnvironmentMultiRoleMetrics request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleMetricsResponder(resp *http.Response) (result ResourceMetricCollection, err error) { @@ -1045,17 +1007,16 @@ func (client HostingEnvironmentsClient) getHostingEnvironmentMultiRoleMetricsNex return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMultiRoleMetricsComplete enumerates all values, automatically crossing page boundaries as required. func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleMetricsComplete(ctx context.Context, resourceGroupName string, name string, startTime string, endTime string, timeGrain string, details *bool, filter string) (result ResourceMetricCollectionIterator, err error) { result.page, err = client.GetHostingEnvironmentMultiRoleMetrics(ctx, resourceGroupName, name, startTime, endTime, timeGrain, details, filter) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMultiRoleUsages sends the get hosting environment multi role usages request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleUsages(ctx context.Context, resourceGroupName string, name string) (result UsageCollectionPage, err error) { result.fn = client.getHostingEnvironmentMultiRoleUsagesNextResults req, err := client.GetHostingEnvironmentMultiRoleUsagesPreparer(ctx, resourceGroupName, name) @@ -1079,7 +1040,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleUsages(ctx return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMultiRoleUsagesPreparer prepares the GetHostingEnvironmentMultiRoleUsages request. func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleUsagesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1101,7 +1061,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleUsagesPrep return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMultiRoleUsagesSender sends the GetHostingEnvironmentMultiRoleUsages request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleUsagesSender(req *http.Request) (*http.Response, error) { @@ -1109,7 +1068,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleUsagesSend azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMultiRoleUsagesResponder handles the response to the GetHostingEnvironmentMultiRoleUsages request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleUsagesResponder(resp *http.Response) (result UsageCollection, err error) { @@ -1144,18 +1102,17 @@ func (client HostingEnvironmentsClient) getHostingEnvironmentMultiRoleUsagesNext return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentMultiRoleUsagesComplete enumerates all values, automatically crossing page boundaries as required. func (client HostingEnvironmentsClient) GetHostingEnvironmentMultiRoleUsagesComplete(ctx context.Context, resourceGroupName string, name string) (result UsageCollectionIterator, err error) { result.page, err = client.GetHostingEnvironmentMultiRoleUsages(ctx, resourceGroupName, name) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentOperation sends the get hosting environment operation request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) -// operationID is operation identifier GUID +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) +// operationID - operation identifier GUID func (client HostingEnvironmentsClient) GetHostingEnvironmentOperation(ctx context.Context, resourceGroupName string, name string, operationID string) (result SetObject, err error) { req, err := client.GetHostingEnvironmentOperationPreparer(ctx, resourceGroupName, name, operationID) if err != nil { @@ -1178,7 +1135,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentOperation(ctx conte return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentOperationPreparer prepares the GetHostingEnvironmentOperation request. func (client HostingEnvironmentsClient) GetHostingEnvironmentOperationPreparer(ctx context.Context, resourceGroupName string, name string, operationID string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1201,7 +1157,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentOperationPreparer(c return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentOperationSender sends the GetHostingEnvironmentOperation request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetHostingEnvironmentOperationSender(req *http.Request) (*http.Response, error) { @@ -1209,7 +1164,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentOperationSender(req azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentOperationResponder handles the response to the GetHostingEnvironmentOperation request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetHostingEnvironmentOperationResponder(resp *http.Response) (result SetObject, err error) { @@ -1223,10 +1177,10 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentOperationResponder( return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentOperations sends the get hosting environment operations request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) func (client HostingEnvironmentsClient) GetHostingEnvironmentOperations(ctx context.Context, resourceGroupName string, name string) (result SetObject, err error) { req, err := client.GetHostingEnvironmentOperationsPreparer(ctx, resourceGroupName, name) if err != nil { @@ -1249,7 +1203,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentOperations(ctx cont return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentOperationsPreparer prepares the GetHostingEnvironmentOperations request. func (client HostingEnvironmentsClient) GetHostingEnvironmentOperationsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1271,7 +1224,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentOperationsPreparer( return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentOperationsSender sends the GetHostingEnvironmentOperations request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetHostingEnvironmentOperationsSender(req *http.Request) (*http.Response, error) { @@ -1279,7 +1231,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentOperationsSender(re azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentOperationsResponder handles the response to the GetHostingEnvironmentOperations request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetHostingEnvironmentOperationsResponder(resp *http.Response) (result SetObject, err error) { @@ -1293,10 +1244,9 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentOperationsResponder return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironments sends the get hosting environments request. -// -// resourceGroupName is name of resource group +// Parameters: +// resourceGroupName - name of resource group func (client HostingEnvironmentsClient) GetHostingEnvironments(ctx context.Context, resourceGroupName string) (result HostingEnvironmentCollectionPage, err error) { result.fn = client.getHostingEnvironmentsNextResults req, err := client.GetHostingEnvironmentsPreparer(ctx, resourceGroupName) @@ -1320,7 +1270,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironments(ctx context.Conte return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentsPreparer prepares the GetHostingEnvironments request. func (client HostingEnvironmentsClient) GetHostingEnvironmentsPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1341,7 +1290,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentsPreparer(ctx conte return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentsSender sends the GetHostingEnvironments request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetHostingEnvironmentsSender(req *http.Request) (*http.Response, error) { @@ -1349,7 +1297,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentsSender(req *http.R azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentsResponder handles the response to the GetHostingEnvironments request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetHostingEnvironmentsResponder(resp *http.Response) (result HostingEnvironmentCollection, err error) { @@ -1384,17 +1331,16 @@ func (client HostingEnvironmentsClient) getHostingEnvironmentsNextResults(lastRe return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentsComplete enumerates all values, automatically crossing page boundaries as required. func (client HostingEnvironmentsClient) GetHostingEnvironmentsComplete(ctx context.Context, resourceGroupName string) (result HostingEnvironmentCollectionIterator, err error) { result.page, err = client.GetHostingEnvironments(ctx, resourceGroupName) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentServerFarms sends the get hosting environment server farms request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) func (client HostingEnvironmentsClient) GetHostingEnvironmentServerFarms(ctx context.Context, resourceGroupName string, name string) (result ServerFarmCollectionPage, err error) { result.fn = client.getHostingEnvironmentServerFarmsNextResults req, err := client.GetHostingEnvironmentServerFarmsPreparer(ctx, resourceGroupName, name) @@ -1418,7 +1364,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentServerFarms(ctx con return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentServerFarmsPreparer prepares the GetHostingEnvironmentServerFarms request. func (client HostingEnvironmentsClient) GetHostingEnvironmentServerFarmsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1440,7 +1385,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentServerFarmsPreparer return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentServerFarmsSender sends the GetHostingEnvironmentServerFarms request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetHostingEnvironmentServerFarmsSender(req *http.Request) (*http.Response, error) { @@ -1448,7 +1392,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentServerFarmsSender(r azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentServerFarmsResponder handles the response to the GetHostingEnvironmentServerFarms request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetHostingEnvironmentServerFarmsResponder(resp *http.Response) (result ServerFarmCollection, err error) { @@ -1483,18 +1426,17 @@ func (client HostingEnvironmentsClient) getHostingEnvironmentServerFarmsNextResu return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentServerFarmsComplete enumerates all values, automatically crossing page boundaries as required. func (client HostingEnvironmentsClient) GetHostingEnvironmentServerFarmsComplete(ctx context.Context, resourceGroupName string, name string) (result ServerFarmCollectionIterator, err error) { result.page, err = client.GetHostingEnvironmentServerFarms(ctx, resourceGroupName, name) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentSites sends the get hosting environment sites request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) -// propertiesToInclude is comma separated list of site properties to include +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) +// propertiesToInclude - comma separated list of site properties to include func (client HostingEnvironmentsClient) GetHostingEnvironmentSites(ctx context.Context, resourceGroupName string, name string, propertiesToInclude string) (result SiteCollectionPage, err error) { result.fn = client.getHostingEnvironmentSitesNextResults req, err := client.GetHostingEnvironmentSitesPreparer(ctx, resourceGroupName, name, propertiesToInclude) @@ -1518,7 +1460,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentSites(ctx context.C return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentSitesPreparer prepares the GetHostingEnvironmentSites request. func (client HostingEnvironmentsClient) GetHostingEnvironmentSitesPreparer(ctx context.Context, resourceGroupName string, name string, propertiesToInclude string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1543,7 +1484,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentSitesPreparer(ctx c return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentSitesSender sends the GetHostingEnvironmentSites request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetHostingEnvironmentSitesSender(req *http.Request) (*http.Response, error) { @@ -1551,7 +1491,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentSitesSender(req *ht azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentSitesResponder handles the response to the GetHostingEnvironmentSites request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetHostingEnvironmentSitesResponder(resp *http.Response) (result SiteCollection, err error) { @@ -1586,20 +1525,19 @@ func (client HostingEnvironmentsClient) getHostingEnvironmentSitesNextResults(la return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentSitesComplete enumerates all values, automatically crossing page boundaries as required. func (client HostingEnvironmentsClient) GetHostingEnvironmentSitesComplete(ctx context.Context, resourceGroupName string, name string, propertiesToInclude string) (result SiteCollectionIterator, err error) { result.page, err = client.GetHostingEnvironmentSites(ctx, resourceGroupName, name, propertiesToInclude) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentUsages sends the get hosting environment usages request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) filter -// is return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: -// $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime -// eq '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'. +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) +// filter - return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: +// $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq '2014-01-01T00:00:00Z' and +// endTime eq '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'. func (client HostingEnvironmentsClient) GetHostingEnvironmentUsages(ctx context.Context, resourceGroupName string, name string, filter string) (result CsmUsageQuotaCollectionPage, err error) { result.fn = client.getHostingEnvironmentUsagesNextResults req, err := client.GetHostingEnvironmentUsagesPreparer(ctx, resourceGroupName, name, filter) @@ -1623,7 +1561,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentUsages(ctx context. return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentUsagesPreparer prepares the GetHostingEnvironmentUsages request. func (client HostingEnvironmentsClient) GetHostingEnvironmentUsagesPreparer(ctx context.Context, resourceGroupName string, name string, filter string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1648,7 +1585,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentUsagesPreparer(ctx return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentUsagesSender sends the GetHostingEnvironmentUsages request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetHostingEnvironmentUsagesSender(req *http.Request) (*http.Response, error) { @@ -1656,7 +1592,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentUsagesSender(req *h azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentUsagesResponder handles the response to the GetHostingEnvironmentUsages request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetHostingEnvironmentUsagesResponder(resp *http.Response) (result CsmUsageQuotaCollection, err error) { @@ -1691,17 +1626,16 @@ func (client HostingEnvironmentsClient) getHostingEnvironmentUsagesNextResults(l return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentUsagesComplete enumerates all values, automatically crossing page boundaries as required. func (client HostingEnvironmentsClient) GetHostingEnvironmentUsagesComplete(ctx context.Context, resourceGroupName string, name string, filter string) (result CsmUsageQuotaCollectionIterator, err error) { result.page, err = client.GetHostingEnvironmentUsages(ctx, resourceGroupName, name, filter) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentVips sends the get hosting environment vips request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) func (client HostingEnvironmentsClient) GetHostingEnvironmentVips(ctx context.Context, resourceGroupName string, name string) (result AddressResponse, err error) { req, err := client.GetHostingEnvironmentVipsPreparer(ctx, resourceGroupName, name) if err != nil { @@ -1724,7 +1658,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentVips(ctx context.Co return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentVipsPreparer prepares the GetHostingEnvironmentVips request. func (client HostingEnvironmentsClient) GetHostingEnvironmentVipsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1746,7 +1679,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentVipsPreparer(ctx co return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentVipsSender sends the GetHostingEnvironmentVips request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetHostingEnvironmentVipsSender(req *http.Request) (*http.Response, error) { @@ -1754,7 +1686,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentVipsSender(req *htt azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentVipsResponder handles the response to the GetHostingEnvironmentVips request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetHostingEnvironmentVipsResponder(resp *http.Response) (result AddressResponse, err error) { @@ -1768,10 +1699,10 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentVipsResponder(resp return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentWebHostingPlans sends the get hosting environment web hosting plans request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) func (client HostingEnvironmentsClient) GetHostingEnvironmentWebHostingPlans(ctx context.Context, resourceGroupName string, name string) (result ServerFarmCollectionPage, err error) { result.fn = client.getHostingEnvironmentWebHostingPlansNextResults req, err := client.GetHostingEnvironmentWebHostingPlansPreparer(ctx, resourceGroupName, name) @@ -1795,7 +1726,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentWebHostingPlans(ctx return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentWebHostingPlansPreparer prepares the GetHostingEnvironmentWebHostingPlans request. func (client HostingEnvironmentsClient) GetHostingEnvironmentWebHostingPlansPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1817,7 +1747,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentWebHostingPlansPrep return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentWebHostingPlansSender sends the GetHostingEnvironmentWebHostingPlans request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetHostingEnvironmentWebHostingPlansSender(req *http.Request) (*http.Response, error) { @@ -1825,7 +1754,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentWebHostingPlansSend azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentWebHostingPlansResponder handles the response to the GetHostingEnvironmentWebHostingPlans request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetHostingEnvironmentWebHostingPlansResponder(resp *http.Response) (result ServerFarmCollection, err error) { @@ -1860,19 +1788,18 @@ func (client HostingEnvironmentsClient) getHostingEnvironmentWebHostingPlansNext return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentWebHostingPlansComplete enumerates all values, automatically crossing page boundaries as required. func (client HostingEnvironmentsClient) GetHostingEnvironmentWebHostingPlansComplete(ctx context.Context, resourceGroupName string, name string) (result ServerFarmCollectionIterator, err error) { result.page, err = client.GetHostingEnvironmentWebHostingPlans(ctx, resourceGroupName, name) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentWebWorkerMetricDefinitions sends the get hosting environment web worker metric definitions // request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) -// workerPoolName is name of worker pool +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) +// workerPoolName - name of worker pool func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerMetricDefinitions(ctx context.Context, resourceGroupName string, name string, workerPoolName string) (result MetricDefinitionCollectionPage, err error) { result.fn = client.getHostingEnvironmentWebWorkerMetricDefinitionsNextResults req, err := client.GetHostingEnvironmentWebWorkerMetricDefinitionsPreparer(ctx, resourceGroupName, name, workerPoolName) @@ -1896,7 +1823,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerMetricDefi return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentWebWorkerMetricDefinitionsPreparer prepares the GetHostingEnvironmentWebWorkerMetricDefinitions request. func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerMetricDefinitionsPreparer(ctx context.Context, resourceGroupName string, name string, workerPoolName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1919,7 +1845,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerMetricDefi return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentWebWorkerMetricDefinitionsSender sends the GetHostingEnvironmentWebWorkerMetricDefinitions request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerMetricDefinitionsSender(req *http.Request) (*http.Response, error) { @@ -1927,7 +1852,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerMetricDefi azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentWebWorkerMetricDefinitionsResponder handles the response to the GetHostingEnvironmentWebWorkerMetricDefinitions request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerMetricDefinitionsResponder(resp *http.Response) (result MetricDefinitionCollection, err error) { @@ -1962,21 +1886,21 @@ func (client HostingEnvironmentsClient) getHostingEnvironmentWebWorkerMetricDefi return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentWebWorkerMetricDefinitionsComplete enumerates all values, automatically crossing page boundaries as required. func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerMetricDefinitionsComplete(ctx context.Context, resourceGroupName string, name string, workerPoolName string) (result MetricDefinitionCollectionIterator, err error) { result.page, err = client.GetHostingEnvironmentWebWorkerMetricDefinitions(ctx, resourceGroupName, name, workerPoolName) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentWebWorkerMetrics sends the get hosting environment web worker metrics request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) -// workerPoolName is name of worker pool details is include instance details filter is return only usages/metrics -// specified in the filter. Filter conforms to odata syntax. Example: $filter=(name.value eq 'Metric1' or -// name.value eq 'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq '2014-12-31T23:59:59Z' and -// timeGrain eq duration'[Hour|Minute|Day]'. +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) +// workerPoolName - name of worker pool +// details - include instance details +// filter - return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: +// $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq '2014-01-01T00:00:00Z' and +// endTime eq '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'. func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerMetrics(ctx context.Context, resourceGroupName string, name string, workerPoolName string, details *bool, filter string) (result ResourceMetricCollectionPage, err error) { result.fn = client.getHostingEnvironmentWebWorkerMetricsNextResults req, err := client.GetHostingEnvironmentWebWorkerMetricsPreparer(ctx, resourceGroupName, name, workerPoolName, details, filter) @@ -2000,7 +1924,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerMetrics(ct return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentWebWorkerMetricsPreparer prepares the GetHostingEnvironmentWebWorkerMetrics request. func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerMetricsPreparer(ctx context.Context, resourceGroupName string, name string, workerPoolName string, details *bool, filter string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2029,7 +1952,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerMetricsPre return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentWebWorkerMetricsSender sends the GetHostingEnvironmentWebWorkerMetrics request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerMetricsSender(req *http.Request) (*http.Response, error) { @@ -2037,7 +1959,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerMetricsSen azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentWebWorkerMetricsResponder handles the response to the GetHostingEnvironmentWebWorkerMetrics request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerMetricsResponder(resp *http.Response) (result ResourceMetricCollection, err error) { @@ -2072,18 +1993,17 @@ func (client HostingEnvironmentsClient) getHostingEnvironmentWebWorkerMetricsNex return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentWebWorkerMetricsComplete enumerates all values, automatically crossing page boundaries as required. func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerMetricsComplete(ctx context.Context, resourceGroupName string, name string, workerPoolName string, details *bool, filter string) (result ResourceMetricCollectionIterator, err error) { result.page, err = client.GetHostingEnvironmentWebWorkerMetrics(ctx, resourceGroupName, name, workerPoolName, details, filter) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentWebWorkerUsages sends the get hosting environment web worker usages request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) -// workerPoolName is name of worker pool +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) +// workerPoolName - name of worker pool func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerUsages(ctx context.Context, resourceGroupName string, name string, workerPoolName string) (result UsageCollectionPage, err error) { result.fn = client.getHostingEnvironmentWebWorkerUsagesNextResults req, err := client.GetHostingEnvironmentWebWorkerUsagesPreparer(ctx, resourceGroupName, name, workerPoolName) @@ -2107,7 +2027,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerUsages(ctx return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentWebWorkerUsagesPreparer prepares the GetHostingEnvironmentWebWorkerUsages request. func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerUsagesPreparer(ctx context.Context, resourceGroupName string, name string, workerPoolName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2130,7 +2049,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerUsagesPrep return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentWebWorkerUsagesSender sends the GetHostingEnvironmentWebWorkerUsages request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerUsagesSender(req *http.Request) (*http.Response, error) { @@ -2138,7 +2056,6 @@ func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerUsagesSend azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentWebWorkerUsagesResponder handles the response to the GetHostingEnvironmentWebWorkerUsages request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerUsagesResponder(resp *http.Response) (result UsageCollection, err error) { @@ -2173,17 +2090,16 @@ func (client HostingEnvironmentsClient) getHostingEnvironmentWebWorkerUsagesNext return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetHostingEnvironmentWebWorkerUsagesComplete enumerates all values, automatically crossing page boundaries as required. func (client HostingEnvironmentsClient) GetHostingEnvironmentWebWorkerUsagesComplete(ctx context.Context, resourceGroupName string, name string, workerPoolName string) (result UsageCollectionIterator, err error) { result.page, err = client.GetHostingEnvironmentWebWorkerUsages(ctx, resourceGroupName, name, workerPoolName) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetMultiRolePool sends the get multi role pool request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) func (client HostingEnvironmentsClient) GetMultiRolePool(ctx context.Context, resourceGroupName string, name string) (result WorkerPool, err error) { req, err := client.GetMultiRolePoolPreparer(ctx, resourceGroupName, name) if err != nil { @@ -2206,7 +2122,6 @@ func (client HostingEnvironmentsClient) GetMultiRolePool(ctx context.Context, re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetMultiRolePoolPreparer prepares the GetMultiRolePool request. func (client HostingEnvironmentsClient) GetMultiRolePoolPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2228,7 +2143,6 @@ func (client HostingEnvironmentsClient) GetMultiRolePoolPreparer(ctx context.Con return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetMultiRolePoolSender sends the GetMultiRolePool request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetMultiRolePoolSender(req *http.Request) (*http.Response, error) { @@ -2236,7 +2150,6 @@ func (client HostingEnvironmentsClient) GetMultiRolePoolSender(req *http.Request azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetMultiRolePoolResponder handles the response to the GetMultiRolePool request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetMultiRolePoolResponder(resp *http.Response) (result WorkerPool, err error) { @@ -2250,11 +2163,11 @@ func (client HostingEnvironmentsClient) GetMultiRolePoolResponder(resp *http.Res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetMultiRolePoolInstanceMetricDefinitions sends the get multi role pool instance metric definitions request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) -// instance is name of instance in the multiRole pool> +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) +// instance - name of instance in the multiRole pool> func (client HostingEnvironmentsClient) GetMultiRolePoolInstanceMetricDefinitions(ctx context.Context, resourceGroupName string, name string, instance string) (result SetObject, err error) { req, err := client.GetMultiRolePoolInstanceMetricDefinitionsPreparer(ctx, resourceGroupName, name, instance) if err != nil { @@ -2277,7 +2190,6 @@ func (client HostingEnvironmentsClient) GetMultiRolePoolInstanceMetricDefinition return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetMultiRolePoolInstanceMetricDefinitionsPreparer prepares the GetMultiRolePoolInstanceMetricDefinitions request. func (client HostingEnvironmentsClient) GetMultiRolePoolInstanceMetricDefinitionsPreparer(ctx context.Context, resourceGroupName string, name string, instance string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2300,7 +2212,6 @@ func (client HostingEnvironmentsClient) GetMultiRolePoolInstanceMetricDefinition return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetMultiRolePoolInstanceMetricDefinitionsSender sends the GetMultiRolePoolInstanceMetricDefinitions request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetMultiRolePoolInstanceMetricDefinitionsSender(req *http.Request) (*http.Response, error) { @@ -2308,7 +2219,6 @@ func (client HostingEnvironmentsClient) GetMultiRolePoolInstanceMetricDefinition azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetMultiRolePoolInstanceMetricDefinitionsResponder handles the response to the GetMultiRolePoolInstanceMetricDefinitions request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetMultiRolePoolInstanceMetricDefinitionsResponder(resp *http.Response) (result SetObject, err error) { @@ -2322,11 +2232,12 @@ func (client HostingEnvironmentsClient) GetMultiRolePoolInstanceMetricDefinition return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetMultiRolePoolInstanceMetrics sends the get multi role pool instance metrics request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) -// instance is name of instance in the multiRole pool details is include instance details +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) +// instance - name of instance in the multiRole pool +// details - include instance details func (client HostingEnvironmentsClient) GetMultiRolePoolInstanceMetrics(ctx context.Context, resourceGroupName string, name string, instance string, details *bool) (result SetObject, err error) { req, err := client.GetMultiRolePoolInstanceMetricsPreparer(ctx, resourceGroupName, name, instance, details) if err != nil { @@ -2349,7 +2260,6 @@ func (client HostingEnvironmentsClient) GetMultiRolePoolInstanceMetrics(ctx cont return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetMultiRolePoolInstanceMetricsPreparer prepares the GetMultiRolePoolInstanceMetrics request. func (client HostingEnvironmentsClient) GetMultiRolePoolInstanceMetricsPreparer(ctx context.Context, resourceGroupName string, name string, instance string, details *bool) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2375,7 +2285,6 @@ func (client HostingEnvironmentsClient) GetMultiRolePoolInstanceMetricsPreparer( return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetMultiRolePoolInstanceMetricsSender sends the GetMultiRolePoolInstanceMetrics request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetMultiRolePoolInstanceMetricsSender(req *http.Request) (*http.Response, error) { @@ -2383,7 +2292,6 @@ func (client HostingEnvironmentsClient) GetMultiRolePoolInstanceMetricsSender(re azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetMultiRolePoolInstanceMetricsResponder handles the response to the GetMultiRolePoolInstanceMetrics request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetMultiRolePoolInstanceMetricsResponder(resp *http.Response) (result SetObject, err error) { @@ -2397,10 +2305,10 @@ func (client HostingEnvironmentsClient) GetMultiRolePoolInstanceMetricsResponder return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetMultiRolePools sends the get multi role pools request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) func (client HostingEnvironmentsClient) GetMultiRolePools(ctx context.Context, resourceGroupName string, name string) (result WorkerPoolCollectionPage, err error) { result.fn = client.getMultiRolePoolsNextResults req, err := client.GetMultiRolePoolsPreparer(ctx, resourceGroupName, name) @@ -2424,7 +2332,6 @@ func (client HostingEnvironmentsClient) GetMultiRolePools(ctx context.Context, r return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetMultiRolePoolsPreparer prepares the GetMultiRolePools request. func (client HostingEnvironmentsClient) GetMultiRolePoolsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2446,7 +2353,6 @@ func (client HostingEnvironmentsClient) GetMultiRolePoolsPreparer(ctx context.Co return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetMultiRolePoolsSender sends the GetMultiRolePools request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetMultiRolePoolsSender(req *http.Request) (*http.Response, error) { @@ -2454,7 +2360,6 @@ func (client HostingEnvironmentsClient) GetMultiRolePoolsSender(req *http.Reques azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetMultiRolePoolsResponder handles the response to the GetMultiRolePools request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetMultiRolePoolsResponder(resp *http.Response) (result WorkerPoolCollection, err error) { @@ -2489,17 +2394,16 @@ func (client HostingEnvironmentsClient) getMultiRolePoolsNextResults(lastResults return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetMultiRolePoolsComplete enumerates all values, automatically crossing page boundaries as required. func (client HostingEnvironmentsClient) GetMultiRolePoolsComplete(ctx context.Context, resourceGroupName string, name string) (result WorkerPoolCollectionIterator, err error) { result.page, err = client.GetMultiRolePools(ctx, resourceGroupName, name) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetMultiRolePoolSkus sends the get multi role pool skus request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) func (client HostingEnvironmentsClient) GetMultiRolePoolSkus(ctx context.Context, resourceGroupName string, name string) (result SkuInfoCollectionPage, err error) { result.fn = client.getMultiRolePoolSkusNextResults req, err := client.GetMultiRolePoolSkusPreparer(ctx, resourceGroupName, name) @@ -2523,7 +2427,6 @@ func (client HostingEnvironmentsClient) GetMultiRolePoolSkus(ctx context.Context return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetMultiRolePoolSkusPreparer prepares the GetMultiRolePoolSkus request. func (client HostingEnvironmentsClient) GetMultiRolePoolSkusPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2545,7 +2448,6 @@ func (client HostingEnvironmentsClient) GetMultiRolePoolSkusPreparer(ctx context return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetMultiRolePoolSkusSender sends the GetMultiRolePoolSkus request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetMultiRolePoolSkusSender(req *http.Request) (*http.Response, error) { @@ -2553,7 +2455,6 @@ func (client HostingEnvironmentsClient) GetMultiRolePoolSkusSender(req *http.Req azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetMultiRolePoolSkusResponder handles the response to the GetMultiRolePoolSkus request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetMultiRolePoolSkusResponder(resp *http.Response) (result SkuInfoCollection, err error) { @@ -2588,18 +2489,17 @@ func (client HostingEnvironmentsClient) getMultiRolePoolSkusNextResults(lastResu return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetMultiRolePoolSkusComplete enumerates all values, automatically crossing page boundaries as required. func (client HostingEnvironmentsClient) GetMultiRolePoolSkusComplete(ctx context.Context, resourceGroupName string, name string) (result SkuInfoCollectionIterator, err error) { result.page, err = client.GetMultiRolePoolSkus(ctx, resourceGroupName, name) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetWorkerPool sends the get worker pool request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) -// workerPoolName is name of worker pool +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) +// workerPoolName - name of worker pool func (client HostingEnvironmentsClient) GetWorkerPool(ctx context.Context, resourceGroupName string, name string, workerPoolName string) (result WorkerPool, err error) { req, err := client.GetWorkerPoolPreparer(ctx, resourceGroupName, name, workerPoolName) if err != nil { @@ -2622,7 +2522,6 @@ func (client HostingEnvironmentsClient) GetWorkerPool(ctx context.Context, resou return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetWorkerPoolPreparer prepares the GetWorkerPool request. func (client HostingEnvironmentsClient) GetWorkerPoolPreparer(ctx context.Context, resourceGroupName string, name string, workerPoolName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2645,7 +2544,6 @@ func (client HostingEnvironmentsClient) GetWorkerPoolPreparer(ctx context.Contex return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetWorkerPoolSender sends the GetWorkerPool request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetWorkerPoolSender(req *http.Request) (*http.Response, error) { @@ -2653,7 +2551,6 @@ func (client HostingEnvironmentsClient) GetWorkerPoolSender(req *http.Request) ( azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetWorkerPoolResponder handles the response to the GetWorkerPool request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetWorkerPoolResponder(resp *http.Response) (result WorkerPool, err error) { @@ -2667,11 +2564,12 @@ func (client HostingEnvironmentsClient) GetWorkerPoolResponder(resp *http.Respon return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetWorkerPoolInstanceMetricDefinitions sends the get worker pool instance metric definitions request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) -// workerPoolName is name of worker pool instance is name of instance in the worker pool +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) +// workerPoolName - name of worker pool +// instance - name of instance in the worker pool func (client HostingEnvironmentsClient) GetWorkerPoolInstanceMetricDefinitions(ctx context.Context, resourceGroupName string, name string, workerPoolName string, instance string) (result SetObject, err error) { req, err := client.GetWorkerPoolInstanceMetricDefinitionsPreparer(ctx, resourceGroupName, name, workerPoolName, instance) if err != nil { @@ -2694,7 +2592,6 @@ func (client HostingEnvironmentsClient) GetWorkerPoolInstanceMetricDefinitions(c return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetWorkerPoolInstanceMetricDefinitionsPreparer prepares the GetWorkerPoolInstanceMetricDefinitions request. func (client HostingEnvironmentsClient) GetWorkerPoolInstanceMetricDefinitionsPreparer(ctx context.Context, resourceGroupName string, name string, workerPoolName string, instance string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2718,7 +2615,6 @@ func (client HostingEnvironmentsClient) GetWorkerPoolInstanceMetricDefinitionsPr return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetWorkerPoolInstanceMetricDefinitionsSender sends the GetWorkerPoolInstanceMetricDefinitions request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetWorkerPoolInstanceMetricDefinitionsSender(req *http.Request) (*http.Response, error) { @@ -2726,7 +2622,6 @@ func (client HostingEnvironmentsClient) GetWorkerPoolInstanceMetricDefinitionsSe azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetWorkerPoolInstanceMetricDefinitionsResponder handles the response to the GetWorkerPoolInstanceMetricDefinitions request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetWorkerPoolInstanceMetricDefinitionsResponder(resp *http.Response) (result SetObject, err error) { @@ -2740,14 +2635,16 @@ func (client HostingEnvironmentsClient) GetWorkerPoolInstanceMetricDefinitionsRe return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetWorkerPoolInstanceMetrics sends the get worker pool instance metrics request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) -// workerPoolName is name of worker pool instance is name of instance in the worker pool details is include -// instance details filter is return only usages/metrics specified in the filter. Filter conforms to odata syntax. -// Example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq '2014-01-01T00:00:00Z' -// and endTime eq '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'. +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) +// workerPoolName - name of worker pool +// instance - name of instance in the worker pool +// details - include instance details +// filter - return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: +// $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq '2014-01-01T00:00:00Z' and +// endTime eq '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'. func (client HostingEnvironmentsClient) GetWorkerPoolInstanceMetrics(ctx context.Context, resourceGroupName string, name string, workerPoolName string, instance string, details *bool, filter string) (result SetObject, err error) { req, err := client.GetWorkerPoolInstanceMetricsPreparer(ctx, resourceGroupName, name, workerPoolName, instance, details, filter) if err != nil { @@ -2770,7 +2667,6 @@ func (client HostingEnvironmentsClient) GetWorkerPoolInstanceMetrics(ctx context return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetWorkerPoolInstanceMetricsPreparer prepares the GetWorkerPoolInstanceMetrics request. func (client HostingEnvironmentsClient) GetWorkerPoolInstanceMetricsPreparer(ctx context.Context, resourceGroupName string, name string, workerPoolName string, instance string, details *bool, filter string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2800,7 +2696,6 @@ func (client HostingEnvironmentsClient) GetWorkerPoolInstanceMetricsPreparer(ctx return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetWorkerPoolInstanceMetricsSender sends the GetWorkerPoolInstanceMetrics request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetWorkerPoolInstanceMetricsSender(req *http.Request) (*http.Response, error) { @@ -2808,7 +2703,6 @@ func (client HostingEnvironmentsClient) GetWorkerPoolInstanceMetricsSender(req * azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetWorkerPoolInstanceMetricsResponder handles the response to the GetWorkerPoolInstanceMetrics request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetWorkerPoolInstanceMetricsResponder(resp *http.Response) (result SetObject, err error) { @@ -2822,10 +2716,10 @@ func (client HostingEnvironmentsClient) GetWorkerPoolInstanceMetricsResponder(re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetWorkerPools sends the get worker pools request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) func (client HostingEnvironmentsClient) GetWorkerPools(ctx context.Context, resourceGroupName string, name string) (result WorkerPoolCollectionPage, err error) { result.fn = client.getWorkerPoolsNextResults req, err := client.GetWorkerPoolsPreparer(ctx, resourceGroupName, name) @@ -2849,7 +2743,6 @@ func (client HostingEnvironmentsClient) GetWorkerPools(ctx context.Context, reso return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetWorkerPoolsPreparer prepares the GetWorkerPools request. func (client HostingEnvironmentsClient) GetWorkerPoolsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2871,7 +2764,6 @@ func (client HostingEnvironmentsClient) GetWorkerPoolsPreparer(ctx context.Conte return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetWorkerPoolsSender sends the GetWorkerPools request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetWorkerPoolsSender(req *http.Request) (*http.Response, error) { @@ -2879,7 +2771,6 @@ func (client HostingEnvironmentsClient) GetWorkerPoolsSender(req *http.Request) azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetWorkerPoolsResponder handles the response to the GetWorkerPools request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetWorkerPoolsResponder(resp *http.Response) (result WorkerPoolCollection, err error) { @@ -2914,18 +2805,17 @@ func (client HostingEnvironmentsClient) getWorkerPoolsNextResults(lastResults Wo return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetWorkerPoolsComplete enumerates all values, automatically crossing page boundaries as required. func (client HostingEnvironmentsClient) GetWorkerPoolsComplete(ctx context.Context, resourceGroupName string, name string) (result WorkerPoolCollectionIterator, err error) { result.page, err = client.GetWorkerPools(ctx, resourceGroupName, name) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetWorkerPoolSkus sends the get worker pool skus request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) -// workerPoolName is name of worker pool +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) +// workerPoolName - name of worker pool func (client HostingEnvironmentsClient) GetWorkerPoolSkus(ctx context.Context, resourceGroupName string, name string, workerPoolName string) (result SkuInfoCollectionPage, err error) { result.fn = client.getWorkerPoolSkusNextResults req, err := client.GetWorkerPoolSkusPreparer(ctx, resourceGroupName, name, workerPoolName) @@ -2949,7 +2839,6 @@ func (client HostingEnvironmentsClient) GetWorkerPoolSkus(ctx context.Context, r return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetWorkerPoolSkusPreparer prepares the GetWorkerPoolSkus request. func (client HostingEnvironmentsClient) GetWorkerPoolSkusPreparer(ctx context.Context, resourceGroupName string, name string, workerPoolName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2972,7 +2861,6 @@ func (client HostingEnvironmentsClient) GetWorkerPoolSkusPreparer(ctx context.Co return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetWorkerPoolSkusSender sends the GetWorkerPoolSkus request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) GetWorkerPoolSkusSender(req *http.Request) (*http.Response, error) { @@ -2980,7 +2868,6 @@ func (client HostingEnvironmentsClient) GetWorkerPoolSkusSender(req *http.Reques azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetWorkerPoolSkusResponder handles the response to the GetWorkerPoolSkus request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) GetWorkerPoolSkusResponder(resp *http.Response) (result SkuInfoCollection, err error) { @@ -3015,17 +2902,16 @@ func (client HostingEnvironmentsClient) getWorkerPoolSkusNextResults(lastResults return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetWorkerPoolSkusComplete enumerates all values, automatically crossing page boundaries as required. func (client HostingEnvironmentsClient) GetWorkerPoolSkusComplete(ctx context.Context, resourceGroupName string, name string, workerPoolName string) (result SkuInfoCollectionIterator, err error) { result.page, err = client.GetWorkerPoolSkus(ctx, resourceGroupName, name, workerPoolName) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RebootHostingEnvironment sends the reboot hosting environment request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) func (client HostingEnvironmentsClient) RebootHostingEnvironment(ctx context.Context, resourceGroupName string, name string) (result SetObject, err error) { req, err := client.RebootHostingEnvironmentPreparer(ctx, resourceGroupName, name) if err != nil { @@ -3048,7 +2934,6 @@ func (client HostingEnvironmentsClient) RebootHostingEnvironment(ctx context.Con return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RebootHostingEnvironmentPreparer prepares the RebootHostingEnvironment request. func (client HostingEnvironmentsClient) RebootHostingEnvironmentPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -3070,7 +2955,6 @@ func (client HostingEnvironmentsClient) RebootHostingEnvironmentPreparer(ctx con return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RebootHostingEnvironmentSender sends the RebootHostingEnvironment request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) RebootHostingEnvironmentSender(req *http.Request) (*http.Response, error) { @@ -3078,7 +2962,6 @@ func (client HostingEnvironmentsClient) RebootHostingEnvironmentSender(req *http azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RebootHostingEnvironmentResponder handles the response to the RebootHostingEnvironment request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) RebootHostingEnvironmentResponder(resp *http.Response) (result SetObject, err error) { @@ -3092,10 +2975,10 @@ func (client HostingEnvironmentsClient) RebootHostingEnvironmentResponder(resp * return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResumeHostingEnvironment sends the resume hosting environment request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) func (client HostingEnvironmentsClient) ResumeHostingEnvironment(ctx context.Context, resourceGroupName string, name string) (result HostingEnvironmentsResumeHostingEnvironmentFuture, err error) { req, err := client.ResumeHostingEnvironmentPreparer(ctx, resourceGroupName, name) if err != nil { @@ -3112,7 +2995,6 @@ func (client HostingEnvironmentsClient) ResumeHostingEnvironment(ctx context.Con return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResumeHostingEnvironmentPreparer prepares the ResumeHostingEnvironment request. func (client HostingEnvironmentsClient) ResumeHostingEnvironmentPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -3134,7 +3016,6 @@ func (client HostingEnvironmentsClient) ResumeHostingEnvironmentPreparer(ctx con return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResumeHostingEnvironmentSender sends the ResumeHostingEnvironment request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) ResumeHostingEnvironmentSender(req *http.Request) (future HostingEnvironmentsResumeHostingEnvironmentFuture, err error) { @@ -3150,7 +3031,6 @@ func (client HostingEnvironmentsClient) ResumeHostingEnvironmentSender(req *http return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResumeHostingEnvironmentResponder handles the response to the ResumeHostingEnvironment request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) ResumeHostingEnvironmentResponder(resp *http.Response) (result SiteCollectionPage, err error) { @@ -3188,7 +3068,6 @@ func (client HostingEnvironmentsClient) resumeHostingEnvironmentNextResults(last return client.resumeHostingEnvironmentResponder(resp) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResumeHostingEnvironmentComplete enumerates all values, automatically crossing page boundaries as required. func (client HostingEnvironmentsClient) ResumeHostingEnvironmentComplete(ctx context.Context, resourceGroupName string, name string) (result HostingEnvironmentsResumeHostingEnvironmentAllFuture, err error) { var future HostingEnvironmentsResumeHostingEnvironmentFuture @@ -3198,10 +3077,10 @@ func (client HostingEnvironmentsClient) ResumeHostingEnvironmentComplete(ctx con return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SuspendHostingEnvironment sends the suspend hosting environment request. -// -// resourceGroupName is name of resource group name is name of hostingEnvironment (App Service Environment) +// Parameters: +// resourceGroupName - name of resource group +// name - name of hostingEnvironment (App Service Environment) func (client HostingEnvironmentsClient) SuspendHostingEnvironment(ctx context.Context, resourceGroupName string, name string) (result HostingEnvironmentsSuspendHostingEnvironmentFuture, err error) { req, err := client.SuspendHostingEnvironmentPreparer(ctx, resourceGroupName, name) if err != nil { @@ -3218,7 +3097,6 @@ func (client HostingEnvironmentsClient) SuspendHostingEnvironment(ctx context.Co return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SuspendHostingEnvironmentPreparer prepares the SuspendHostingEnvironment request. func (client HostingEnvironmentsClient) SuspendHostingEnvironmentPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -3240,7 +3118,6 @@ func (client HostingEnvironmentsClient) SuspendHostingEnvironmentPreparer(ctx co return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SuspendHostingEnvironmentSender sends the SuspendHostingEnvironment request. The method will close the // http.Response Body if it receives an error. func (client HostingEnvironmentsClient) SuspendHostingEnvironmentSender(req *http.Request) (future HostingEnvironmentsSuspendHostingEnvironmentFuture, err error) { @@ -3256,7 +3133,6 @@ func (client HostingEnvironmentsClient) SuspendHostingEnvironmentSender(req *htt return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SuspendHostingEnvironmentResponder handles the response to the SuspendHostingEnvironment request. The method always // closes the http.Response Body. func (client HostingEnvironmentsClient) SuspendHostingEnvironmentResponder(resp *http.Response) (result SiteCollectionPage, err error) { @@ -3294,7 +3170,6 @@ func (client HostingEnvironmentsClient) suspendHostingEnvironmentNextResults(las return client.suspendHostingEnvironmentResponder(resp) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SuspendHostingEnvironmentComplete enumerates all values, automatically crossing page boundaries as required. func (client HostingEnvironmentsClient) SuspendHostingEnvironmentComplete(ctx context.Context, resourceGroupName string, name string) (result HostingEnvironmentsSuspendHostingEnvironmentAllFuture, err error) { var future HostingEnvironmentsSuspendHostingEnvironmentFuture diff --git a/services/web/mgmt/2015-08-preview/web/managedapis.go b/services/web/mgmt/2015-08-preview/web/managedapis.go index 54793e3bcb58..33aefe131506 100644 --- a/services/web/mgmt/2015-08-preview/web/managedapis.go +++ b/services/web/mgmt/2015-08-preview/web/managedapis.go @@ -24,29 +24,26 @@ import ( "net/http" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ManagedApisClient is the webSite Management Client type ManagedApisClient struct { BaseClient } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewManagedApisClient creates an instance of the ManagedApisClient client. func NewManagedApisClient(subscriptionID string) ManagedApisClient { return NewManagedApisClientWithBaseURI(DefaultBaseURI, subscriptionID) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewManagedApisClientWithBaseURI creates an instance of the ManagedApisClient client. func NewManagedApisClientWithBaseURI(baseURI string, subscriptionID string) ManagedApisClient { return ManagedApisClient{NewWithBaseURI(baseURI, subscriptionID)} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Get gets a managed API. -// -// location is the location. APIName is the managed API name. export is flag showing whether to export API -// definition in format specified by Accept header. +// Parameters: +// location - the location. +// APIName - the managed API name. +// export - flag showing whether to export API definition in format specified by Accept header. func (client ManagedApisClient) Get(ctx context.Context, location string, APIName string, export *bool) (result APIEntity, err error) { req, err := client.GetPreparer(ctx, location, APIName, export) if err != nil { @@ -69,7 +66,6 @@ func (client ManagedApisClient) Get(ctx context.Context, location string, APINam return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetPreparer prepares the Get request. func (client ManagedApisClient) GetPreparer(ctx context.Context, location string, APIName string, export *bool) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -94,7 +90,6 @@ func (client ManagedApisClient) GetPreparer(ctx context.Context, location string return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSender sends the Get request. The method will close the // http.Response Body if it receives an error. func (client ManagedApisClient) GetSender(req *http.Request) (*http.Response, error) { @@ -102,7 +97,6 @@ func (client ManagedApisClient) GetSender(req *http.Request) (*http.Response, er azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetResponder handles the response to the Get request. The method always // closes the http.Response Body. func (client ManagedApisClient) GetResponder(resp *http.Response) (result APIEntity, err error) { @@ -116,10 +110,9 @@ func (client ManagedApisClient) GetResponder(resp *http.Response) (result APIEnt return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // List gets a list of managed APIs. -// -// location is the location. +// Parameters: +// location - the location. func (client ManagedApisClient) List(ctx context.Context, location string) (result ApisCollectionPage, err error) { result.fn = client.listNextResults req, err := client.ListPreparer(ctx, location) @@ -143,7 +136,6 @@ func (client ManagedApisClient) List(ctx context.Context, location string) (resu return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListPreparer prepares the List request. func (client ManagedApisClient) ListPreparer(ctx context.Context, location string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -164,7 +156,6 @@ func (client ManagedApisClient) ListPreparer(ctx context.Context, location strin return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSender sends the List request. The method will close the // http.Response Body if it receives an error. func (client ManagedApisClient) ListSender(req *http.Request) (*http.Response, error) { @@ -172,7 +163,6 @@ func (client ManagedApisClient) ListSender(req *http.Request) (*http.Response, e azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListResponder handles the response to the List request. The method always // closes the http.Response Body. func (client ManagedApisClient) ListResponder(resp *http.Response) (result ApisCollection, err error) { @@ -207,7 +197,6 @@ func (client ManagedApisClient) listNextResults(lastResults ApisCollection) (res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListComplete enumerates all values, automatically crossing page boundaries as required. func (client ManagedApisClient) ListComplete(ctx context.Context, location string) (result ApisCollectionIterator, err error) { result.page, err = client.List(ctx, location) diff --git a/services/web/mgmt/2015-08-preview/web/managedhostingenvironments.go b/services/web/mgmt/2015-08-preview/web/managedhostingenvironments.go index 2015b5ed2986..58fa34e694ed 100644 --- a/services/web/mgmt/2015-08-preview/web/managedhostingenvironments.go +++ b/services/web/mgmt/2015-08-preview/web/managedhostingenvironments.go @@ -24,29 +24,26 @@ import ( "net/http" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ManagedHostingEnvironmentsClient is the webSite Management Client type ManagedHostingEnvironmentsClient struct { BaseClient } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewManagedHostingEnvironmentsClient creates an instance of the ManagedHostingEnvironmentsClient client. func NewManagedHostingEnvironmentsClient(subscriptionID string) ManagedHostingEnvironmentsClient { return NewManagedHostingEnvironmentsClientWithBaseURI(DefaultBaseURI, subscriptionID) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewManagedHostingEnvironmentsClientWithBaseURI creates an instance of the ManagedHostingEnvironmentsClient client. func NewManagedHostingEnvironmentsClientWithBaseURI(baseURI string, subscriptionID string) ManagedHostingEnvironmentsClient { return ManagedHostingEnvironmentsClient{NewWithBaseURI(baseURI, subscriptionID)} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateManagedHostingEnvironment sends the create or update managed hosting environment request. -// -// resourceGroupName is name of resource group name is name of managed hosting environment -// managedHostingEnvironmentEnvelope is properties of managed hosting environment +// Parameters: +// resourceGroupName - name of resource group +// name - name of managed hosting environment +// managedHostingEnvironmentEnvelope - properties of managed hosting environment func (client ManagedHostingEnvironmentsClient) CreateOrUpdateManagedHostingEnvironment(ctx context.Context, resourceGroupName string, name string, managedHostingEnvironmentEnvelope HostingEnvironment) (result ManagedHostingEnvironmentsCreateOrUpdateManagedHostingEnvironmentFuture, err error) { req, err := client.CreateOrUpdateManagedHostingEnvironmentPreparer(ctx, resourceGroupName, name, managedHostingEnvironmentEnvelope) if err != nil { @@ -63,7 +60,6 @@ func (client ManagedHostingEnvironmentsClient) CreateOrUpdateManagedHostingEnvir return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateManagedHostingEnvironmentPreparer prepares the CreateOrUpdateManagedHostingEnvironment request. func (client ManagedHostingEnvironmentsClient) CreateOrUpdateManagedHostingEnvironmentPreparer(ctx context.Context, resourceGroupName string, name string, managedHostingEnvironmentEnvelope HostingEnvironment) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -87,7 +83,6 @@ func (client ManagedHostingEnvironmentsClient) CreateOrUpdateManagedHostingEnvir return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateManagedHostingEnvironmentSender sends the CreateOrUpdateManagedHostingEnvironment request. The method will close the // http.Response Body if it receives an error. func (client ManagedHostingEnvironmentsClient) CreateOrUpdateManagedHostingEnvironmentSender(req *http.Request) (future ManagedHostingEnvironmentsCreateOrUpdateManagedHostingEnvironmentFuture, err error) { @@ -103,7 +98,6 @@ func (client ManagedHostingEnvironmentsClient) CreateOrUpdateManagedHostingEnvir return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateManagedHostingEnvironmentResponder handles the response to the CreateOrUpdateManagedHostingEnvironment request. The method always // closes the http.Response Body. func (client ManagedHostingEnvironmentsClient) CreateOrUpdateManagedHostingEnvironmentResponder(resp *http.Response) (result HostingEnvironment, err error) { @@ -117,11 +111,11 @@ func (client ManagedHostingEnvironmentsClient) CreateOrUpdateManagedHostingEnvir return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteManagedHostingEnvironment sends the delete managed hosting environment request. -// -// resourceGroupName is name of resource group name is name of managed hosting environment forceDelete is delete -// even if the managed hosting environment contains resources +// Parameters: +// resourceGroupName - name of resource group +// name - name of managed hosting environment +// forceDelete - delete even if the managed hosting environment contains resources func (client ManagedHostingEnvironmentsClient) DeleteManagedHostingEnvironment(ctx context.Context, resourceGroupName string, name string, forceDelete *bool) (result ManagedHostingEnvironmentsDeleteManagedHostingEnvironmentFuture, err error) { req, err := client.DeleteManagedHostingEnvironmentPreparer(ctx, resourceGroupName, name, forceDelete) if err != nil { @@ -138,7 +132,6 @@ func (client ManagedHostingEnvironmentsClient) DeleteManagedHostingEnvironment(c return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteManagedHostingEnvironmentPreparer prepares the DeleteManagedHostingEnvironment request. func (client ManagedHostingEnvironmentsClient) DeleteManagedHostingEnvironmentPreparer(ctx context.Context, resourceGroupName string, name string, forceDelete *bool) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -163,7 +156,6 @@ func (client ManagedHostingEnvironmentsClient) DeleteManagedHostingEnvironmentPr return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteManagedHostingEnvironmentSender sends the DeleteManagedHostingEnvironment request. The method will close the // http.Response Body if it receives an error. func (client ManagedHostingEnvironmentsClient) DeleteManagedHostingEnvironmentSender(req *http.Request) (future ManagedHostingEnvironmentsDeleteManagedHostingEnvironmentFuture, err error) { @@ -179,7 +171,6 @@ func (client ManagedHostingEnvironmentsClient) DeleteManagedHostingEnvironmentSe return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteManagedHostingEnvironmentResponder handles the response to the DeleteManagedHostingEnvironment request. The method always // closes the http.Response Body. func (client ManagedHostingEnvironmentsClient) DeleteManagedHostingEnvironmentResponder(resp *http.Response) (result SetObject, err error) { @@ -193,10 +184,10 @@ func (client ManagedHostingEnvironmentsClient) DeleteManagedHostingEnvironmentRe return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironment sends the get managed hosting environment request. -// -// resourceGroupName is name of resource group name is name of managed hosting environment +// Parameters: +// resourceGroupName - name of resource group +// name - name of managed hosting environment func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironment(ctx context.Context, resourceGroupName string, name string) (result ManagedHostingEnvironment, err error) { req, err := client.GetManagedHostingEnvironmentPreparer(ctx, resourceGroupName, name) if err != nil { @@ -219,7 +210,6 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironment(ctx return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentPreparer prepares the GetManagedHostingEnvironment request. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -241,7 +231,6 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentPrepa return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentSender sends the GetManagedHostingEnvironment request. The method will close the // http.Response Body if it receives an error. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentSender(req *http.Request) (*http.Response, error) { @@ -249,7 +238,6 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentSende azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentResponder handles the response to the GetManagedHostingEnvironment request. The method always // closes the http.Response Body. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentResponder(resp *http.Response) (result ManagedHostingEnvironment, err error) { @@ -263,11 +251,11 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentRespo return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentOperation sends the get managed hosting environment operation request. -// -// resourceGroupName is name of resource group name is name of managed hosting environment operationID is operation -// identifier GUID +// Parameters: +// resourceGroupName - name of resource group +// name - name of managed hosting environment +// operationID - operation identifier GUID func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentOperation(ctx context.Context, resourceGroupName string, name string, operationID string) (result SetObject, err error) { req, err := client.GetManagedHostingEnvironmentOperationPreparer(ctx, resourceGroupName, name, operationID) if err != nil { @@ -290,7 +278,6 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentOpera return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentOperationPreparer prepares the GetManagedHostingEnvironmentOperation request. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentOperationPreparer(ctx context.Context, resourceGroupName string, name string, operationID string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -313,7 +300,6 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentOpera return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentOperationSender sends the GetManagedHostingEnvironmentOperation request. The method will close the // http.Response Body if it receives an error. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentOperationSender(req *http.Request) (*http.Response, error) { @@ -321,7 +307,6 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentOpera azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentOperationResponder handles the response to the GetManagedHostingEnvironmentOperation request. The method always // closes the http.Response Body. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentOperationResponder(resp *http.Response) (result SetObject, err error) { @@ -335,10 +320,9 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentOpera return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironments sends the get managed hosting environments request. -// -// resourceGroupName is name of resource group +// Parameters: +// resourceGroupName - name of resource group func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironments(ctx context.Context, resourceGroupName string) (result HostingEnvironmentCollectionPage, err error) { result.fn = client.getManagedHostingEnvironmentsNextResults req, err := client.GetManagedHostingEnvironmentsPreparer(ctx, resourceGroupName) @@ -362,7 +346,6 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironments(ctx return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentsPreparer prepares the GetManagedHostingEnvironments request. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentsPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -383,7 +366,6 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentsPrep return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentsSender sends the GetManagedHostingEnvironments request. The method will close the // http.Response Body if it receives an error. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentsSender(req *http.Request) (*http.Response, error) { @@ -391,7 +373,6 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentsSend azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentsResponder handles the response to the GetManagedHostingEnvironments request. The method always // closes the http.Response Body. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentsResponder(resp *http.Response) (result HostingEnvironmentCollection, err error) { @@ -426,17 +407,16 @@ func (client ManagedHostingEnvironmentsClient) getManagedHostingEnvironmentsNext return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentsComplete enumerates all values, automatically crossing page boundaries as required. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentsComplete(ctx context.Context, resourceGroupName string) (result HostingEnvironmentCollectionIterator, err error) { result.page, err = client.GetManagedHostingEnvironments(ctx, resourceGroupName) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentServerFarms sends the get managed hosting environment server farms request. -// -// resourceGroupName is name of resource group name is name of managed hosting environment +// Parameters: +// resourceGroupName - name of resource group +// name - name of managed hosting environment func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentServerFarms(ctx context.Context, resourceGroupName string, name string) (result ServerFarmCollectionPage, err error) { result.fn = client.getManagedHostingEnvironmentServerFarmsNextResults req, err := client.GetManagedHostingEnvironmentServerFarmsPreparer(ctx, resourceGroupName, name) @@ -460,7 +440,6 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentServe return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentServerFarmsPreparer prepares the GetManagedHostingEnvironmentServerFarms request. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentServerFarmsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -482,7 +461,6 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentServe return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentServerFarmsSender sends the GetManagedHostingEnvironmentServerFarms request. The method will close the // http.Response Body if it receives an error. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentServerFarmsSender(req *http.Request) (*http.Response, error) { @@ -490,7 +468,6 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentServe azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentServerFarmsResponder handles the response to the GetManagedHostingEnvironmentServerFarms request. The method always // closes the http.Response Body. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentServerFarmsResponder(resp *http.Response) (result ServerFarmCollection, err error) { @@ -525,18 +502,17 @@ func (client ManagedHostingEnvironmentsClient) getManagedHostingEnvironmentServe return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentServerFarmsComplete enumerates all values, automatically crossing page boundaries as required. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentServerFarmsComplete(ctx context.Context, resourceGroupName string, name string) (result ServerFarmCollectionIterator, err error) { result.page, err = client.GetManagedHostingEnvironmentServerFarms(ctx, resourceGroupName, name) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentSites sends the get managed hosting environment sites request. -// -// resourceGroupName is name of resource group name is name of managed hosting environment propertiesToInclude is -// comma separated list of site properties to include +// Parameters: +// resourceGroupName - name of resource group +// name - name of managed hosting environment +// propertiesToInclude - comma separated list of site properties to include func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentSites(ctx context.Context, resourceGroupName string, name string, propertiesToInclude string) (result SiteCollectionPage, err error) { result.fn = client.getManagedHostingEnvironmentSitesNextResults req, err := client.GetManagedHostingEnvironmentSitesPreparer(ctx, resourceGroupName, name, propertiesToInclude) @@ -560,7 +536,6 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentSites return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentSitesPreparer prepares the GetManagedHostingEnvironmentSites request. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentSitesPreparer(ctx context.Context, resourceGroupName string, name string, propertiesToInclude string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -585,7 +560,6 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentSites return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentSitesSender sends the GetManagedHostingEnvironmentSites request. The method will close the // http.Response Body if it receives an error. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentSitesSender(req *http.Request) (*http.Response, error) { @@ -593,7 +567,6 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentSites azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentSitesResponder handles the response to the GetManagedHostingEnvironmentSites request. The method always // closes the http.Response Body. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentSitesResponder(resp *http.Response) (result SiteCollection, err error) { @@ -628,17 +601,16 @@ func (client ManagedHostingEnvironmentsClient) getManagedHostingEnvironmentSites return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentSitesComplete enumerates all values, automatically crossing page boundaries as required. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentSitesComplete(ctx context.Context, resourceGroupName string, name string, propertiesToInclude string) (result SiteCollectionIterator, err error) { result.page, err = client.GetManagedHostingEnvironmentSites(ctx, resourceGroupName, name, propertiesToInclude) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentVips sends the get managed hosting environment vips request. -// -// resourceGroupName is name of resource group name is name of managed hosting environment +// Parameters: +// resourceGroupName - name of resource group +// name - name of managed hosting environment func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentVips(ctx context.Context, resourceGroupName string, name string) (result AddressResponse, err error) { req, err := client.GetManagedHostingEnvironmentVipsPreparer(ctx, resourceGroupName, name) if err != nil { @@ -661,7 +633,6 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentVips( return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentVipsPreparer prepares the GetManagedHostingEnvironmentVips request. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentVipsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -683,7 +654,6 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentVipsP return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentVipsSender sends the GetManagedHostingEnvironmentVips request. The method will close the // http.Response Body if it receives an error. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentVipsSender(req *http.Request) (*http.Response, error) { @@ -691,7 +661,6 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentVipsS azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentVipsResponder handles the response to the GetManagedHostingEnvironmentVips request. The method always // closes the http.Response Body. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentVipsResponder(resp *http.Response) (result AddressResponse, err error) { @@ -705,10 +674,10 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentVipsR return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentWebHostingPlans sends the get managed hosting environment web hosting plans request. -// -// resourceGroupName is name of resource group name is name of managed hosting environment +// Parameters: +// resourceGroupName - name of resource group +// name - name of managed hosting environment func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentWebHostingPlans(ctx context.Context, resourceGroupName string, name string) (result ServerFarmCollectionPage, err error) { result.fn = client.getManagedHostingEnvironmentWebHostingPlansNextResults req, err := client.GetManagedHostingEnvironmentWebHostingPlansPreparer(ctx, resourceGroupName, name) @@ -732,7 +701,6 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentWebHo return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentWebHostingPlansPreparer prepares the GetManagedHostingEnvironmentWebHostingPlans request. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentWebHostingPlansPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -754,7 +722,6 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentWebHo return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentWebHostingPlansSender sends the GetManagedHostingEnvironmentWebHostingPlans request. The method will close the // http.Response Body if it receives an error. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentWebHostingPlansSender(req *http.Request) (*http.Response, error) { @@ -762,7 +729,6 @@ func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentWebHo azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentWebHostingPlansResponder handles the response to the GetManagedHostingEnvironmentWebHostingPlans request. The method always // closes the http.Response Body. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentWebHostingPlansResponder(resp *http.Response) (result ServerFarmCollection, err error) { @@ -797,7 +763,6 @@ func (client ManagedHostingEnvironmentsClient) getManagedHostingEnvironmentWebHo return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetManagedHostingEnvironmentWebHostingPlansComplete enumerates all values, automatically crossing page boundaries as required. func (client ManagedHostingEnvironmentsClient) GetManagedHostingEnvironmentWebHostingPlansComplete(ctx context.Context, resourceGroupName string, name string) (result ServerFarmCollectionIterator, err error) { result.page, err = client.GetManagedHostingEnvironmentWebHostingPlans(ctx, resourceGroupName, name) diff --git a/services/web/mgmt/2015-08-preview/web/models.go b/services/web/mgmt/2015-08-preview/web/models.go index f10336cde984..09551ffaa8b6 100644 --- a/services/web/mgmt/2015-08-preview/web/models.go +++ b/services/web/mgmt/2015-08-preview/web/models.go @@ -27,7 +27,6 @@ import ( "net/http" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // AccessControlEntryAction enumerates the values for access control entry action. type AccessControlEntryAction string @@ -38,13 +37,11 @@ const ( Permit AccessControlEntryAction = "Permit" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleAccessControlEntryActionValues returns an array of possible values for the AccessControlEntryAction const type. func PossibleAccessControlEntryActionValues() []AccessControlEntryAction { return []AccessControlEntryAction{Deny, Permit} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // AutoHealActionType enumerates the values for auto heal action type. type AutoHealActionType string @@ -57,13 +54,11 @@ const ( Recycle AutoHealActionType = "Recycle" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleAutoHealActionTypeValues returns an array of possible values for the AutoHealActionType const type. func PossibleAutoHealActionTypeValues() []AutoHealActionType { return []AutoHealActionType{CustomAction, LogEvent, Recycle} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // AzureResourceType enumerates the values for azure resource type. type AzureResourceType string @@ -74,13 +69,11 @@ const ( Website AzureResourceType = "Website" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleAzureResourceTypeValues returns an array of possible values for the AzureResourceType const type. func PossibleAzureResourceTypeValues() []AzureResourceType { return []AzureResourceType{TrafficManager, Website} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // BackupItemStatus enumerates the values for backup item status. type BackupItemStatus string @@ -107,13 +100,11 @@ const ( TimedOut BackupItemStatus = "TimedOut" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleBackupItemStatusValues returns an array of possible values for the BackupItemStatus const type. func PossibleBackupItemStatusValues() []BackupItemStatus { return []BackupItemStatus{Created, Deleted, DeleteFailed, DeleteInProgress, Failed, InProgress, PartiallySucceeded, Skipped, Succeeded, TimedOut} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // BackupRestoreOperationType enumerates the values for backup restore operation type. type BackupRestoreOperationType string @@ -126,13 +117,11 @@ const ( Relocation BackupRestoreOperationType = "Relocation" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleBackupRestoreOperationTypeValues returns an array of possible values for the BackupRestoreOperationType const type. func PossibleBackupRestoreOperationTypeValues() []BackupRestoreOperationType { return []BackupRestoreOperationType{Clone, Default, Relocation} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // BuiltInAuthenticationProvider enumerates the values for built in authentication provider. type BuiltInAuthenticationProvider string @@ -149,13 +138,11 @@ const ( Twitter BuiltInAuthenticationProvider = "Twitter" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleBuiltInAuthenticationProviderValues returns an array of possible values for the BuiltInAuthenticationProvider const type. func PossibleBuiltInAuthenticationProviderValues() []BuiltInAuthenticationProvider { return []BuiltInAuthenticationProvider{AzureActiveDirectory, Facebook, Google, MicrosoftAccount, Twitter} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateOrderActionType enumerates the values for certificate order action type. type CertificateOrderActionType string @@ -180,13 +167,11 @@ const ( SanDrop CertificateOrderActionType = "SanDrop" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleCertificateOrderActionTypeValues returns an array of possible values for the CertificateOrderActionType const type. func PossibleCertificateOrderActionTypeValues() []CertificateOrderActionType { return []CertificateOrderActionType{CertificateIssued, CertificateOrderCanceled, CertificateOrderCreated, CertificateRevoked, DomainValidationComplete, FraudDetected, OrgNameChange, OrgValidationComplete, SanDrop} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateOrderStatus enumerates the values for certificate order status. type CertificateOrderStatus string @@ -213,13 +198,11 @@ const ( Unused CertificateOrderStatus = "Unused" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleCertificateOrderStatusValues returns an array of possible values for the CertificateOrderStatus const type. func PossibleCertificateOrderStatusValues() []CertificateOrderStatus { return []CertificateOrderStatus{Canceled, Denied, Expired, Issued, NotSubmitted, Pendingissuance, PendingRekey, Pendingrevocation, Revoked, Unused} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateProductType enumerates the values for certificate product type. type CertificateProductType string @@ -230,13 +213,11 @@ const ( StandardDomainValidatedWildCardSsl CertificateProductType = "StandardDomainValidatedWildCardSsl" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleCertificateProductTypeValues returns an array of possible values for the CertificateProductType const type. func PossibleCertificateProductTypeValues() []CertificateProductType { return []CertificateProductType{StandardDomainValidatedSsl, StandardDomainValidatedWildCardSsl} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Channels enumerates the values for channels. type Channels string @@ -251,13 +232,11 @@ const ( Notification Channels = "Notification" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleChannelsValues returns an array of possible values for the Channels const type. func PossibleChannelsValues() []Channels { return []Channels{All, API, Email, Notification} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CloneAbilityResult enumerates the values for clone ability result. type CloneAbilityResult string @@ -270,13 +249,11 @@ const ( PartiallyCloneable CloneAbilityResult = "PartiallyCloneable" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleCloneAbilityResultValues returns an array of possible values for the CloneAbilityResult const type. func PossibleCloneAbilityResultValues() []CloneAbilityResult { return []CloneAbilityResult{Cloneable, NotCloneable, PartiallyCloneable} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ComputeModeOptions enumerates the values for compute mode options. type ComputeModeOptions string @@ -289,13 +266,11 @@ const ( Shared ComputeModeOptions = "Shared" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleComputeModeOptionsValues returns an array of possible values for the ComputeModeOptions const type. func PossibleComputeModeOptionsValues() []ComputeModeOptions { return []ComputeModeOptions{Dedicated, Dynamic, Shared} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConnectionParameterType enumerates the values for connection parameter type. type ConnectionParameterType string @@ -320,13 +295,11 @@ const ( ConnectionParameterTypeString ConnectionParameterType = "string" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleConnectionParameterTypeValues returns an array of possible values for the ConnectionParameterType const type. func PossibleConnectionParameterTypeValues() []ConnectionParameterType { return []ConnectionParameterType{ConnectionParameterTypeArray, ConnectionParameterTypeBool, ConnectionParameterTypeConnection, ConnectionParameterTypeInt, ConnectionParameterTypeOauthSetting, ConnectionParameterTypeObject, ConnectionParameterTypeSecureobject, ConnectionParameterTypeSecurestring, ConnectionParameterTypeString} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CustomHostNameDNSRecordType enumerates the values for custom host name dns record type. type CustomHostNameDNSRecordType string @@ -337,13 +310,11 @@ const ( CName CustomHostNameDNSRecordType = "CName" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleCustomHostNameDNSRecordTypeValues returns an array of possible values for the CustomHostNameDNSRecordType const type. func PossibleCustomHostNameDNSRecordTypeValues() []CustomHostNameDNSRecordType { return []CustomHostNameDNSRecordType{A, CName} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DatabaseServerType enumerates the values for database server type. type DatabaseServerType string @@ -358,13 +329,11 @@ const ( SQLServer DatabaseServerType = "SQLServer" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleDatabaseServerTypeValues returns an array of possible values for the DatabaseServerType const type. func PossibleDatabaseServerTypeValues() []DatabaseServerType { return []DatabaseServerType{Custom, MySQL, SQLAzure, SQLServer} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DomainStatus enumerates the values for domain status. type DomainStatus string @@ -413,13 +382,11 @@ const ( DomainStatusUpdated DomainStatus = "Updated" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleDomainStatusValues returns an array of possible values for the DomainStatus const type. func PossibleDomainStatusValues() []DomainStatus { return []DomainStatus{DomainStatusActive, DomainStatusAwaiting, DomainStatusCancelled, DomainStatusConfiscated, DomainStatusDisabled, DomainStatusExcluded, DomainStatusExpired, DomainStatusFailed, DomainStatusHeld, DomainStatusJSONConverterFailed, DomainStatusLocked, DomainStatusParked, DomainStatusPending, DomainStatusReserved, DomainStatusReverted, DomainStatusSuspended, DomainStatusTransferred, DomainStatusUnknown, DomainStatusUnlocked, DomainStatusUnparked, DomainStatusUpdated} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DomainType enumerates the values for domain type. type DomainType string @@ -430,13 +397,11 @@ const ( SoftDeleted DomainType = "SoftDeleted" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleDomainTypeValues returns an array of possible values for the DomainType const type. func PossibleDomainTypeValues() []DomainType { return []DomainType{Regular, SoftDeleted} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // FrequencyUnit enumerates the values for frequency unit. type FrequencyUnit string @@ -447,13 +412,11 @@ const ( Hour FrequencyUnit = "Hour" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleFrequencyUnitValues returns an array of possible values for the FrequencyUnit const type. func PossibleFrequencyUnitValues() []FrequencyUnit { return []FrequencyUnit{Day, Hour} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostingEnvironmentStatus enumerates the values for hosting environment status. type HostingEnvironmentStatus string @@ -468,13 +431,11 @@ const ( Scaling HostingEnvironmentStatus = "Scaling" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleHostingEnvironmentStatusValues returns an array of possible values for the HostingEnvironmentStatus const type. func PossibleHostingEnvironmentStatusValues() []HostingEnvironmentStatus { return []HostingEnvironmentStatus{Deleting, Preparing, Ready, Scaling} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostNameType enumerates the values for host name type. type HostNameType string @@ -485,13 +446,11 @@ const ( Verified HostNameType = "Verified" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleHostNameTypeValues returns an array of possible values for the HostNameType const type. func PossibleHostNameTypeValues() []HostNameType { return []HostNameType{Managed, Verified} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // InternalLoadBalancingMode enumerates the values for internal load balancing mode. type InternalLoadBalancingMode string @@ -504,13 +463,11 @@ const ( Web InternalLoadBalancingMode = "Web" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleInternalLoadBalancingModeValues returns an array of possible values for the InternalLoadBalancingMode const type. func PossibleInternalLoadBalancingModeValues() []InternalLoadBalancingMode { return []InternalLoadBalancingMode{None, Publishing, Web} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // KeyVaultSecretStatus enumerates the values for key vault secret status. type KeyVaultSecretStatus string @@ -537,13 +494,11 @@ const ( KeyVaultSecretStatusWaitingOnCertificateOrder KeyVaultSecretStatus = "WaitingOnCertificateOrder" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleKeyVaultSecretStatusValues returns an array of possible values for the KeyVaultSecretStatus const type. func PossibleKeyVaultSecretStatusValues() []KeyVaultSecretStatus { return []KeyVaultSecretStatus{KeyVaultSecretStatusAzureServiceUnauthorizedToAccessKeyVault, KeyVaultSecretStatusCertificateOrderFailed, KeyVaultSecretStatusInitialized, KeyVaultSecretStatusKeyVaultDoesNotExist, KeyVaultSecretStatusKeyVaultSecretDoesNotExist, KeyVaultSecretStatusOperationNotPermittedOnKeyVault, KeyVaultSecretStatusSucceeded, KeyVaultSecretStatusUnknown, KeyVaultSecretStatusUnknownError, KeyVaultSecretStatusWaitingOnCertificateOrder} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // LinkState enumerates the values for link state. type LinkState string @@ -556,13 +511,11 @@ const ( Unauthenticated LinkState = "Unauthenticated" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleLinkStateValues returns an array of possible values for the LinkState const type. func PossibleLinkStateValues() []LinkState { return []LinkState{Authenticated, Error, Unauthenticated} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // LogLevel enumerates the values for log level. type LogLevel string @@ -579,13 +532,11 @@ const ( LogLevelWarning LogLevel = "Warning" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleLogLevelValues returns an array of possible values for the LogLevel const type. func PossibleLogLevelValues() []LogLevel { return []LogLevel{LogLevelError, LogLevelInformation, LogLevelOff, LogLevelVerbose, LogLevelWarning} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ManagedHostingEnvironmentStatus enumerates the values for managed hosting environment status. type ManagedHostingEnvironmentStatus string @@ -598,13 +549,11 @@ const ( ManagedHostingEnvironmentStatusReady ManagedHostingEnvironmentStatus = "Ready" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleManagedHostingEnvironmentStatusValues returns an array of possible values for the ManagedHostingEnvironmentStatus const type. func PossibleManagedHostingEnvironmentStatusValues() []ManagedHostingEnvironmentStatus { return []ManagedHostingEnvironmentStatus{ManagedHostingEnvironmentStatusDeleting, ManagedHostingEnvironmentStatusPreparing, ManagedHostingEnvironmentStatusReady} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ManagedPipelineMode enumerates the values for managed pipeline mode. type ManagedPipelineMode string @@ -615,13 +564,11 @@ const ( Integrated ManagedPipelineMode = "Integrated" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleManagedPipelineModeValues returns an array of possible values for the ManagedPipelineMode const type. func PossibleManagedPipelineModeValues() []ManagedPipelineMode { return []ManagedPipelineMode{Classic, Integrated} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotificationLevel enumerates the values for notification level. type NotificationLevel string @@ -636,13 +583,11 @@ const ( Warning NotificationLevel = "Warning" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleNotificationLevelValues returns an array of possible values for the NotificationLevel const type. func PossibleNotificationLevelValues() []NotificationLevel { return []NotificationLevel{Critical, Information, NonUrgentSuggestion, Warning} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PrincipalType enumerates the values for principal type. type PrincipalType string @@ -655,13 +600,11 @@ const ( PrincipalTypeMicrosoftAccount PrincipalType = "MicrosoftAccount" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossiblePrincipalTypeValues returns an array of possible values for the PrincipalType const type. func PossiblePrincipalTypeValues() []PrincipalType { return []PrincipalType{PrincipalTypeActiveDirectory, PrincipalTypeConnection, PrincipalTypeMicrosoftAccount} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ProvisioningState enumerates the values for provisioning state. type ProvisioningState string @@ -678,13 +621,11 @@ const ( ProvisioningStateSucceeded ProvisioningState = "Succeeded" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleProvisioningStateValues returns an array of possible values for the ProvisioningState const type. func PossibleProvisioningStateValues() []ProvisioningState { return []ProvisioningState{ProvisioningStateCanceled, ProvisioningStateDeleting, ProvisioningStateFailed, ProvisioningStateInProgress, ProvisioningStateSucceeded} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SiteAvailabilityState enumerates the values for site availability state. type SiteAvailabilityState string @@ -697,13 +638,11 @@ const ( Normal SiteAvailabilityState = "Normal" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleSiteAvailabilityStateValues returns an array of possible values for the SiteAvailabilityState const type. func PossibleSiteAvailabilityStateValues() []SiteAvailabilityState { return []SiteAvailabilityState{DisasterRecoveryMode, Limited, Normal} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SiteLoadBalancing enumerates the values for site load balancing. type SiteLoadBalancing string @@ -720,13 +659,11 @@ const ( WeightedTotalTraffic SiteLoadBalancing = "WeightedTotalTraffic" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleSiteLoadBalancingValues returns an array of possible values for the SiteLoadBalancing const type. func PossibleSiteLoadBalancingValues() []SiteLoadBalancing { return []SiteLoadBalancing{LeastRequests, LeastResponseTime, RequestHash, WeightedRoundRobin, WeightedTotalTraffic} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SslState enumerates the values for ssl state. type SslState string @@ -739,13 +676,11 @@ const ( SniEnabled SslState = "SniEnabled" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleSslStateValues returns an array of possible values for the SslState const type. func PossibleSslStateValues() []SslState { return []SslState{Disabled, IPBasedEnabled, SniEnabled} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // StatusOptions enumerates the values for status options. type StatusOptions string @@ -756,13 +691,11 @@ const ( StatusOptionsReady StatusOptions = "Ready" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleStatusOptionsValues returns an array of possible values for the StatusOptions const type. func PossibleStatusOptionsValues() []StatusOptions { return []StatusOptions{StatusOptionsPending, StatusOptionsReady} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnauthenticatedClientAction enumerates the values for unauthenticated client action. type UnauthenticatedClientAction string @@ -773,13 +706,11 @@ const ( RedirectToLoginPage UnauthenticatedClientAction = "RedirectToLoginPage" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleUnauthenticatedClientActionValues returns an array of possible values for the UnauthenticatedClientAction const type. func PossibleUnauthenticatedClientActionValues() []UnauthenticatedClientAction { return []UnauthenticatedClientAction{AllowAnonymous, RedirectToLoginPage} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UsageState enumerates the values for usage state. type UsageState string @@ -790,13 +721,11 @@ const ( UsageStateNormal UsageState = "Normal" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleUsageStateValues returns an array of possible values for the UsageState const type. func PossibleUsageStateValues() []UsageState { return []UsageState{UsageStateExceeded, UsageStateNormal} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // WorkerSizeOptions enumerates the values for worker size options. type WorkerSizeOptions string @@ -811,13 +740,11 @@ const ( WorkerSizeOptionsSmall WorkerSizeOptions = "Small" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PossibleWorkerSizeOptionsValues returns an array of possible values for the WorkerSizeOptions const type. func PossibleWorkerSizeOptionsValues() []WorkerSizeOptions { return []WorkerSizeOptions{WorkerSizeOptionsDefault, WorkerSizeOptionsLarge, WorkerSizeOptionsMedium, WorkerSizeOptionsSmall} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Address address information for domain registration type Address struct { // Address1 - Address 1 @@ -834,7 +761,6 @@ type Address struct { State *string `json:"state,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // AddressResponse describes main public ip address and any extra vips type AddressResponse struct { autorest.Response `json:"-"` @@ -848,14 +774,12 @@ type AddressResponse struct { VipMappings *[]VirtualIPMapping `json:"vipMappings,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // APIDefinitionInfo information about the formal API definition for the web app. type APIDefinitionInfo struct { // URL - The URL of the API definition. URL *string `json:"url,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // APIEntity API Management type APIEntity struct { autorest.Response `json:"-"` @@ -874,7 +798,6 @@ type APIEntity struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for APIEntity. func (ae APIEntity) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -902,7 +825,6 @@ func (ae APIEntity) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for APIEntity struct. func (ae *APIEntity) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -981,7 +903,6 @@ func (ae *APIEntity) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // APIEntityProperties ... type APIEntityProperties struct { // Name - Name of the API @@ -1013,7 +934,6 @@ type APIEntityProperties struct { ChangedTime *date.Time `json:"changedTime,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for APIEntityProperties. func (ae APIEntityProperties) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -1057,7 +977,6 @@ func (ae APIEntityProperties) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // APIOAuthSettings oAuth settings for the conenction provider type APIOAuthSettings struct { // IdentityProvider - Identity provider @@ -1076,7 +995,6 @@ type APIOAuthSettings struct { CustomParameters map[string]*APIOAuthSettingsParameter `json:"customParameters"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for APIOAuthSettings. func (aoas APIOAuthSettings) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -1102,7 +1020,6 @@ func (aoas APIOAuthSettings) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // APIOAuthSettingsParameter oAuth Settings Parameter type APIOAuthSettingsParameter struct { // Value - Value @@ -1113,7 +1030,6 @@ type APIOAuthSettingsParameter struct { UIDefinition interface{} `json:"uiDefinition,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // APIPolicies api policies type APIPolicies struct { *APIPoliciesProperties `json:"properties,omitempty"` @@ -1131,7 +1047,6 @@ type APIPolicies struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for APIPolicies. func (ap APIPolicies) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -1159,7 +1074,6 @@ func (ap APIPolicies) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for APIPolicies struct. func (ap *APIPolicies) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -1238,14 +1152,12 @@ func (ap *APIPolicies) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // APIPoliciesProperties ... type APIPoliciesProperties struct { // Content - Content of xml policy Content *string `json:"content,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ApisCollection collection of Apis type ApisCollection struct { autorest.Response `json:"-"` @@ -1255,14 +1167,12 @@ type ApisCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ApisCollectionIterator provides access to a complete listing of APIEntity values. type ApisCollectionIterator struct { i int page ApisCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *ApisCollectionIterator) Next() error { @@ -1279,19 +1189,16 @@ func (iter *ApisCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter ApisCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter ApisCollectionIterator) Response() ApisCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter ApisCollectionIterator) Value() APIEntity { @@ -1301,7 +1208,6 @@ func (iter ApisCollectionIterator) Value() APIEntity { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (ac ApisCollection) IsEmpty() bool { return ac.Value == nil || len(*ac.Value) == 0 @@ -1319,14 +1225,12 @@ func (ac ApisCollection) apisCollectionPreparer() (*http.Request, error) { autorest.WithBaseURL(to.String(ac.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ApisCollectionPage contains a page of APIEntity values. type ApisCollectionPage struct { fn func(ApisCollection) (ApisCollection, error) ac ApisCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *ApisCollectionPage) Next() error { @@ -1338,19 +1242,16 @@ func (page *ApisCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page ApisCollectionPage) NotDone() bool { return !page.ac.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page ApisCollectionPage) Response() ApisCollection { return page.ac } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page ApisCollectionPage) Values() []APIEntity { if page.ac.IsEmpty() { @@ -1359,7 +1260,6 @@ func (page ApisCollectionPage) Values() []APIEntity { return *page.ac.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ApplicationLogsConfig application logs configuration type ApplicationLogsConfig struct { // FileSystem - Application logs to file system configuration @@ -1370,7 +1270,6 @@ type ApplicationLogsConfig struct { AzureBlobStorage *AzureBlobStorageApplicationLogsConfig `json:"azureBlobStorage,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ArmPlan the plan object in an ARM, represents a marketplace plan type ArmPlan struct { // Name - The name @@ -1385,7 +1284,6 @@ type ArmPlan struct { Version *string `json:"version,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // AutoHealActions autoHealActions - Describes the actions which can be // taken by the auto-heal module when a rule is triggered. type AutoHealActions struct { @@ -1398,7 +1296,6 @@ type AutoHealActions struct { MinProcessExecutionTime *string `json:"minProcessExecutionTime,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // AutoHealCustomAction autoHealCustomAction - Describes the custom action to be executed // when an auto heal rule is triggered. type AutoHealCustomAction struct { @@ -1408,7 +1305,6 @@ type AutoHealCustomAction struct { Parameters *string `json:"parameters,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // AutoHealRules autoHealRules - describes the rules which can be defined for auto-heal type AutoHealRules struct { // Triggers - Triggers - Conditions that describe when to execute the auto-heal actions @@ -1417,7 +1313,6 @@ type AutoHealRules struct { Actions *AutoHealActions `json:"actions,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // AutoHealTriggers autoHealTriggers - describes the triggers for auto-heal. type AutoHealTriggers struct { // Requests - Requests - Defines a rule based on total requests @@ -1430,7 +1325,6 @@ type AutoHealTriggers struct { SlowRequests *SlowRequestsBasedTrigger `json:"slowRequests,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // AzureBlobStorageApplicationLogsConfig application logs azure blob storage configuration type AzureBlobStorageApplicationLogsConfig struct { // Level - Log level. Possible values include: 'LogLevelOff', 'LogLevelVerbose', 'LogLevelInformation', 'LogLevelWarning', 'LogLevelError' @@ -1443,7 +1337,6 @@ type AzureBlobStorageApplicationLogsConfig struct { RetentionInDays *int32 `json:"retentionInDays,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // AzureBlobStorageHTTPLogsConfig http logs to azure blob storage configuration type AzureBlobStorageHTTPLogsConfig struct { // SasURL - SAS url to a azure blob container with read/write/list/delete permissions @@ -1456,7 +1349,6 @@ type AzureBlobStorageHTTPLogsConfig struct { Enabled *bool `json:"enabled,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // AzureTableStorageApplicationLogsConfig application logs to azure table storage configuration type AzureTableStorageApplicationLogsConfig struct { // Level - Log level. Possible values include: 'LogLevelOff', 'LogLevelVerbose', 'LogLevelInformation', 'LogLevelWarning', 'LogLevelError' @@ -1465,7 +1357,6 @@ type AzureTableStorageApplicationLogsConfig struct { SasURL *string `json:"sasUrl,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // BackendServiceDefinition API definitions with backend urls type BackendServiceDefinition struct { *BackendServiceDefinitionProperties `json:"properties,omitempty"` @@ -1483,7 +1374,6 @@ type BackendServiceDefinition struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for BackendServiceDefinition. func (bsd BackendServiceDefinition) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -1511,7 +1401,6 @@ func (bsd BackendServiceDefinition) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for BackendServiceDefinition struct. func (bsd *BackendServiceDefinition) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -1590,7 +1479,6 @@ func (bsd *BackendServiceDefinition) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // BackendServiceDefinitionProperties ... type BackendServiceDefinitionProperties struct { // ServiceURL - Url from which the swagger payload will be fetched @@ -1599,7 +1487,6 @@ type BackendServiceDefinitionProperties struct { HostingEnvironmentServiceUrls *[]HostingEnvironmentServiceDescriptions `json:"hostingEnvironmentServiceUrls,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // BackupItem backup description type BackupItem struct { autorest.Response `json:"-"` @@ -1618,7 +1505,6 @@ type BackupItem struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for BackupItem. func (bi BackupItem) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -1646,7 +1532,6 @@ func (bi BackupItem) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for BackupItem struct. func (bi *BackupItem) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -1725,7 +1610,6 @@ func (bi *BackupItem) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // BackupItemCollection collection of Backup Items type BackupItemCollection struct { autorest.Response `json:"-"` @@ -1735,14 +1619,12 @@ type BackupItemCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // BackupItemCollectionIterator provides access to a complete listing of BackupItem values. type BackupItemCollectionIterator struct { i int page BackupItemCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *BackupItemCollectionIterator) Next() error { @@ -1759,19 +1641,16 @@ func (iter *BackupItemCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter BackupItemCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter BackupItemCollectionIterator) Response() BackupItemCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter BackupItemCollectionIterator) Value() BackupItem { @@ -1781,7 +1660,6 @@ func (iter BackupItemCollectionIterator) Value() BackupItem { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (bic BackupItemCollection) IsEmpty() bool { return bic.Value == nil || len(*bic.Value) == 0 @@ -1799,14 +1677,12 @@ func (bic BackupItemCollection) backupItemCollectionPreparer() (*http.Request, e autorest.WithBaseURL(to.String(bic.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // BackupItemCollectionPage contains a page of BackupItem values. type BackupItemCollectionPage struct { fn func(BackupItemCollection) (BackupItemCollection, error) bic BackupItemCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *BackupItemCollectionPage) Next() error { @@ -1818,19 +1694,16 @@ func (page *BackupItemCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page BackupItemCollectionPage) NotDone() bool { return !page.bic.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page BackupItemCollectionPage) Response() BackupItemCollection { return page.bic } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page BackupItemCollectionPage) Values() []BackupItem { if page.bic.IsEmpty() { @@ -1839,7 +1712,6 @@ func (page BackupItemCollectionPage) Values() []BackupItem { return *page.bic.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // BackupItemProperties ... type BackupItemProperties struct { // ID - Id of the backup. @@ -1872,7 +1744,6 @@ type BackupItemProperties struct { WebsiteSizeInBytes *int64 `json:"websiteSizeInBytes,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // BackupRequest description of a backup which will be performed type BackupRequest struct { autorest.Response `json:"-"` @@ -1891,7 +1762,6 @@ type BackupRequest struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for BackupRequest. func (br BackupRequest) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -1919,7 +1789,6 @@ func (br BackupRequest) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for BackupRequest struct. func (br *BackupRequest) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -1998,7 +1867,6 @@ func (br *BackupRequest) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // BackupRequestProperties ... type BackupRequestProperties struct { // Name - Name of the backup @@ -2015,7 +1883,6 @@ type BackupRequestProperties struct { Type BackupRestoreOperationType `json:"type,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // BackupSchedule description of a backup schedule. Describes how often should be the backup performed and what // should be the retention policy. type BackupSchedule struct { @@ -2033,7 +1900,6 @@ type BackupSchedule struct { LastExecutionTime *date.Time `json:"lastExecutionTime,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Certificate app certificate type Certificate struct { autorest.Response `json:"-"` @@ -2052,7 +1918,6 @@ type Certificate struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for Certificate. func (c Certificate) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -2080,7 +1945,6 @@ func (c Certificate) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for Certificate struct. func (c *Certificate) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -2159,7 +2023,6 @@ func (c *Certificate) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateCollection collection of certificates type CertificateCollection struct { autorest.Response `json:"-"` @@ -2169,14 +2032,12 @@ type CertificateCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateCollectionIterator provides access to a complete listing of Certificate values. type CertificateCollectionIterator struct { i int page CertificateCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *CertificateCollectionIterator) Next() error { @@ -2193,19 +2054,16 @@ func (iter *CertificateCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter CertificateCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter CertificateCollectionIterator) Response() CertificateCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter CertificateCollectionIterator) Value() Certificate { @@ -2215,7 +2073,6 @@ func (iter CertificateCollectionIterator) Value() Certificate { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (cc CertificateCollection) IsEmpty() bool { return cc.Value == nil || len(*cc.Value) == 0 @@ -2233,14 +2090,12 @@ func (cc CertificateCollection) certificateCollectionPreparer() (*http.Request, autorest.WithBaseURL(to.String(cc.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateCollectionPage contains a page of Certificate values. type CertificateCollectionPage struct { fn func(CertificateCollection) (CertificateCollection, error) cc CertificateCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *CertificateCollectionPage) Next() error { @@ -2252,19 +2107,16 @@ func (page *CertificateCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page CertificateCollectionPage) NotDone() bool { return !page.cc.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page CertificateCollectionPage) Response() CertificateCollection { return page.cc } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page CertificateCollectionPage) Values() []Certificate { if page.cc.IsEmpty() { @@ -2273,7 +2125,6 @@ func (page CertificateCollectionPage) Values() []Certificate { return *page.cc.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateDetails certificate Details type CertificateDetails struct { *CertificateDetailsProperties `json:"properties,omitempty"` @@ -2291,7 +2142,6 @@ type CertificateDetails struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for CertificateDetails. func (cd CertificateDetails) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -2319,7 +2169,6 @@ func (cd CertificateDetails) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for CertificateDetails struct. func (cd *CertificateDetails) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -2398,7 +2247,6 @@ func (cd *CertificateDetails) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateDetailsProperties ... type CertificateDetailsProperties struct { // Version - Version @@ -2421,7 +2269,6 @@ type CertificateDetailsProperties struct { RawData *string `json:"rawData,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateEmail certificate Email type CertificateEmail struct { *CertificateEmailProperties `json:"properties,omitempty"` @@ -2439,7 +2286,6 @@ type CertificateEmail struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for CertificateEmail. func (ce CertificateEmail) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -2467,7 +2313,6 @@ func (ce CertificateEmail) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for CertificateEmail struct. func (ce *CertificateEmail) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -2546,7 +2391,6 @@ func (ce *CertificateEmail) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateEmailProperties ... type CertificateEmailProperties struct { // EmailID - Email id @@ -2555,7 +2399,6 @@ type CertificateEmailProperties struct { TimeStamp *date.Time `json:"timeStamp,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateOrder certificate purchase order type CertificateOrder struct { autorest.Response `json:"-"` @@ -2574,7 +2417,6 @@ type CertificateOrder struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for CertificateOrder. func (co CertificateOrder) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -2602,7 +2444,6 @@ func (co CertificateOrder) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for CertificateOrder struct. func (co *CertificateOrder) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -2681,7 +2522,6 @@ func (co *CertificateOrder) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateOrderAction represents a certificate action type CertificateOrderAction struct { *CertificateOrderActionProperties `json:"properties,omitempty"` @@ -2699,7 +2539,6 @@ type CertificateOrderAction struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for CertificateOrderAction. func (coa CertificateOrderAction) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -2727,7 +2566,6 @@ func (coa CertificateOrderAction) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for CertificateOrderAction struct. func (coa *CertificateOrderAction) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -2806,7 +2644,6 @@ func (coa *CertificateOrderAction) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateOrderActionProperties ... type CertificateOrderActionProperties struct { // Type - Type. Possible values include: 'CertificateIssued', 'CertificateOrderCanceled', 'CertificateOrderCreated', 'CertificateRevoked', 'DomainValidationComplete', 'FraudDetected', 'OrgNameChange', 'OrgValidationComplete', 'SanDrop' @@ -2815,7 +2652,6 @@ type CertificateOrderActionProperties struct { CreatedAt *date.Time `json:"createdAt,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateOrderCertificate class representing the Key Vault container for certificate purchased through Azure type CertificateOrderCertificate struct { autorest.Response `json:"-"` @@ -2834,7 +2670,6 @@ type CertificateOrderCertificate struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for CertificateOrderCertificate. func (coc CertificateOrderCertificate) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -2862,7 +2697,6 @@ func (coc CertificateOrderCertificate) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for CertificateOrderCertificate struct. func (coc *CertificateOrderCertificate) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -2941,7 +2775,6 @@ func (coc *CertificateOrderCertificate) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateOrderCertificateCollection collection of ceritificateorder certificates type CertificateOrderCertificateCollection struct { autorest.Response `json:"-"` @@ -2951,7 +2784,6 @@ type CertificateOrderCertificateCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateOrderCertificateCollectionIterator provides access to a complete listing of // CertificateOrderCertificate values. type CertificateOrderCertificateCollectionIterator struct { @@ -2959,7 +2791,6 @@ type CertificateOrderCertificateCollectionIterator struct { page CertificateOrderCertificateCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *CertificateOrderCertificateCollectionIterator) Next() error { @@ -2976,19 +2807,16 @@ func (iter *CertificateOrderCertificateCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter CertificateOrderCertificateCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter CertificateOrderCertificateCollectionIterator) Response() CertificateOrderCertificateCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter CertificateOrderCertificateCollectionIterator) Value() CertificateOrderCertificate { @@ -2998,7 +2826,6 @@ func (iter CertificateOrderCertificateCollectionIterator) Value() CertificateOrd return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (cocc CertificateOrderCertificateCollection) IsEmpty() bool { return cocc.Value == nil || len(*cocc.Value) == 0 @@ -3016,14 +2843,12 @@ func (cocc CertificateOrderCertificateCollection) certificateOrderCertificateCol autorest.WithBaseURL(to.String(cocc.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateOrderCertificateCollectionPage contains a page of CertificateOrderCertificate values. type CertificateOrderCertificateCollectionPage struct { fn func(CertificateOrderCertificateCollection) (CertificateOrderCertificateCollection, error) cocc CertificateOrderCertificateCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *CertificateOrderCertificateCollectionPage) Next() error { @@ -3035,19 +2860,16 @@ func (page *CertificateOrderCertificateCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page CertificateOrderCertificateCollectionPage) NotDone() bool { return !page.cocc.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page CertificateOrderCertificateCollectionPage) Response() CertificateOrderCertificateCollection { return page.cocc } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page CertificateOrderCertificateCollectionPage) Values() []CertificateOrderCertificate { if page.cocc.IsEmpty() { @@ -3056,7 +2878,6 @@ func (page CertificateOrderCertificateCollectionPage) Values() []CertificateOrde return *page.cocc.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateOrderCertificateProperties ... type CertificateOrderCertificateProperties struct { // KeyVaultID - Key Vault Csm resource Id @@ -3067,7 +2888,6 @@ type CertificateOrderCertificateProperties struct { ProvisioningState KeyVaultSecretStatus `json:"provisioningState,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateOrderCollection collection of ceritificate orders type CertificateOrderCollection struct { autorest.Response `json:"-"` @@ -3077,14 +2897,12 @@ type CertificateOrderCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateOrderCollectionIterator provides access to a complete listing of CertificateOrder values. type CertificateOrderCollectionIterator struct { i int page CertificateOrderCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *CertificateOrderCollectionIterator) Next() error { @@ -3101,19 +2919,16 @@ func (iter *CertificateOrderCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter CertificateOrderCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter CertificateOrderCollectionIterator) Response() CertificateOrderCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter CertificateOrderCollectionIterator) Value() CertificateOrder { @@ -3123,7 +2938,6 @@ func (iter CertificateOrderCollectionIterator) Value() CertificateOrder { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (coc CertificateOrderCollection) IsEmpty() bool { return coc.Value == nil || len(*coc.Value) == 0 @@ -3141,14 +2955,12 @@ func (coc CertificateOrderCollection) certificateOrderCollectionPreparer() (*htt autorest.WithBaseURL(to.String(coc.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateOrderCollectionPage contains a page of CertificateOrder values. type CertificateOrderCollectionPage struct { fn func(CertificateOrderCollection) (CertificateOrderCollection, error) coc CertificateOrderCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *CertificateOrderCollectionPage) Next() error { @@ -3160,19 +2972,16 @@ func (page *CertificateOrderCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page CertificateOrderCollectionPage) NotDone() bool { return !page.coc.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page CertificateOrderCollectionPage) Response() CertificateOrderCollection { return page.coc } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page CertificateOrderCollectionPage) Values() []CertificateOrder { if page.coc.IsEmpty() { @@ -3181,7 +2990,6 @@ func (page CertificateOrderCollectionPage) Values() []CertificateOrder { return *page.coc.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateOrderProperties ... type CertificateOrderProperties struct { // Certificates - State of the Key Vault secret @@ -3218,7 +3026,6 @@ type CertificateOrderProperties struct { ExpirationTime *date.Time `json:"expirationTime,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for CertificateOrderProperties. func (co CertificateOrderProperties) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -3273,7 +3080,6 @@ func (co CertificateOrderProperties) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CertificateProperties ... type CertificateProperties struct { // FriendlyName - Friendly name of the certificate @@ -3308,7 +3114,6 @@ type CertificateProperties struct { HostingEnvironmentProfile *HostingEnvironmentProfile `json:"hostingEnvironmentProfile,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ClassicMobileService a mobile service type ClassicMobileService struct { autorest.Response `json:"-"` @@ -3327,7 +3132,6 @@ type ClassicMobileService struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for ClassicMobileService. func (cms ClassicMobileService) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -3355,7 +3159,6 @@ func (cms ClassicMobileService) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for ClassicMobileService struct. func (cms *ClassicMobileService) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -3434,7 +3237,6 @@ func (cms *ClassicMobileService) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ClassicMobileServiceCollection collection of Classic Mobile Services type ClassicMobileServiceCollection struct { autorest.Response `json:"-"` @@ -3444,14 +3246,12 @@ type ClassicMobileServiceCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ClassicMobileServiceCollectionIterator provides access to a complete listing of ClassicMobileService values. type ClassicMobileServiceCollectionIterator struct { i int page ClassicMobileServiceCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *ClassicMobileServiceCollectionIterator) Next() error { @@ -3468,19 +3268,16 @@ func (iter *ClassicMobileServiceCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter ClassicMobileServiceCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter ClassicMobileServiceCollectionIterator) Response() ClassicMobileServiceCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter ClassicMobileServiceCollectionIterator) Value() ClassicMobileService { @@ -3490,7 +3287,6 @@ func (iter ClassicMobileServiceCollectionIterator) Value() ClassicMobileService return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (cmsc ClassicMobileServiceCollection) IsEmpty() bool { return cmsc.Value == nil || len(*cmsc.Value) == 0 @@ -3508,14 +3304,12 @@ func (cmsc ClassicMobileServiceCollection) classicMobileServiceCollectionPrepare autorest.WithBaseURL(to.String(cmsc.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ClassicMobileServiceCollectionPage contains a page of ClassicMobileService values. type ClassicMobileServiceCollectionPage struct { fn func(ClassicMobileServiceCollection) (ClassicMobileServiceCollection, error) cmsc ClassicMobileServiceCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *ClassicMobileServiceCollectionPage) Next() error { @@ -3527,19 +3321,16 @@ func (page *ClassicMobileServiceCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page ClassicMobileServiceCollectionPage) NotDone() bool { return !page.cmsc.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page ClassicMobileServiceCollectionPage) Response() ClassicMobileServiceCollection { return page.cmsc } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page ClassicMobileServiceCollectionPage) Values() []ClassicMobileService { if page.cmsc.IsEmpty() { @@ -3548,14 +3339,12 @@ func (page ClassicMobileServiceCollectionPage) Values() []ClassicMobileService { return *page.cmsc.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ClassicMobileServiceProperties ... type ClassicMobileServiceProperties struct { // Name - Name of the mobile service Name *string `json:"name,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CloningInfo represents information needed for cloning operation type CloningInfo struct { // CorrelationID - Correlation Id of cloning operation. This id ties multiple cloning operations @@ -3585,7 +3374,6 @@ type CloningInfo struct { TrafficManagerProfileName *string `json:"trafficManagerProfileName,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for CloningInfo. func (ci CloningInfo) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -3622,7 +3410,6 @@ func (ci CloningInfo) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConfirmConsentCodeInput confirm Consent Code Input payload type ConfirmConsentCodeInput struct { *ConfirmConsentCodeInputProperties `json:"properties,omitempty"` @@ -3640,7 +3427,6 @@ type ConfirmConsentCodeInput struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for ConfirmConsentCodeInput. func (ccci ConfirmConsentCodeInput) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -3668,7 +3454,6 @@ func (ccci ConfirmConsentCodeInput) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for ConfirmConsentCodeInput struct. func (ccci *ConfirmConsentCodeInput) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -3747,7 +3532,6 @@ func (ccci *ConfirmConsentCodeInput) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConfirmConsentCodeInputProperties ... type ConfirmConsentCodeInputProperties struct { // PrincipalType - Principal type. Possible values include: 'PrincipalTypeActiveDirectory', 'PrincipalTypeConnection', 'PrincipalTypeMicrosoftAccount' @@ -3760,7 +3544,6 @@ type ConfirmConsentCodeInputProperties struct { Code *string `json:"code,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Connection api Connection type Connection struct { autorest.Response `json:"-"` @@ -3779,7 +3562,6 @@ type Connection struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for Connection. func (c Connection) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -3807,7 +3589,6 @@ func (c Connection) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for Connection struct. func (c *Connection) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -3886,7 +3667,6 @@ func (c *Connection) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConnectionCollection collection of conenctions type ConnectionCollection struct { autorest.Response `json:"-"` @@ -3896,14 +3676,12 @@ type ConnectionCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConnectionCollectionIterator provides access to a complete listing of Connection values. type ConnectionCollectionIterator struct { i int page ConnectionCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *ConnectionCollectionIterator) Next() error { @@ -3920,19 +3698,16 @@ func (iter *ConnectionCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter ConnectionCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter ConnectionCollectionIterator) Response() ConnectionCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter ConnectionCollectionIterator) Value() Connection { @@ -3942,7 +3717,6 @@ func (iter ConnectionCollectionIterator) Value() Connection { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (cc ConnectionCollection) IsEmpty() bool { return cc.Value == nil || len(*cc.Value) == 0 @@ -3960,14 +3734,12 @@ func (cc ConnectionCollection) connectionCollectionPreparer() (*http.Request, er autorest.WithBaseURL(to.String(cc.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConnectionCollectionPage contains a page of Connection values. type ConnectionCollectionPage struct { fn func(ConnectionCollection) (ConnectionCollection, error) cc ConnectionCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *ConnectionCollectionPage) Next() error { @@ -3979,19 +3751,16 @@ func (page *ConnectionCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page ConnectionCollectionPage) NotDone() bool { return !page.cc.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page ConnectionCollectionPage) Response() ConnectionCollection { return page.cc } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page ConnectionCollectionPage) Values() []Connection { if page.cc.IsEmpty() { @@ -4000,7 +3769,6 @@ func (page ConnectionCollectionPage) Values() []Connection { return *page.cc.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConnectionError connection error type ConnectionError struct { *ConnectionErrorProperties `json:"properties,omitempty"` @@ -4018,7 +3786,6 @@ type ConnectionError struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for ConnectionError. func (ce ConnectionError) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -4046,7 +3813,6 @@ func (ce ConnectionError) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for ConnectionError struct. func (ce *ConnectionError) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -4125,7 +3891,6 @@ func (ce *ConnectionError) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConnectionErrorProperties ... type ConnectionErrorProperties struct { // Code - code of the status @@ -4134,7 +3899,6 @@ type ConnectionErrorProperties struct { Message *string `json:"message,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConnectionParameter connection provider parameters type ConnectionParameter struct { // Type - Type of the parameter. Possible values include: 'ConnectionParameterTypeString', 'ConnectionParameterTypeSecurestring', 'ConnectionParameterTypeSecureobject', 'ConnectionParameterTypeInt', 'ConnectionParameterTypeBool', 'ConnectionParameterTypeObject', 'ConnectionParameterTypeArray', 'ConnectionParameterTypeOauthSetting', 'ConnectionParameterTypeConnection' @@ -4147,7 +3911,6 @@ type ConnectionParameter struct { UIDefinition interface{} `json:"uiDefinition,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConnectionProperties ... type ConnectionProperties struct { // Name - connection name @@ -4176,7 +3939,6 @@ type ConnectionProperties struct { API *ExpandedParentAPIEntity `json:"api,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for ConnectionProperties. func (c ConnectionProperties) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -4220,7 +3982,6 @@ func (c ConnectionProperties) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConnectionSecrets ... type ConnectionSecrets struct { autorest.Response `json:"-"` @@ -4230,7 +3991,6 @@ type ConnectionSecrets struct { ConnectionKey *string `json:"connectionKey,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for ConnectionSecrets. func (cs ConnectionSecrets) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -4243,7 +4003,6 @@ func (cs ConnectionSecrets) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConnectionStatus connection status type ConnectionStatus struct { *ConnectionStatusProperties `json:"properties,omitempty"` @@ -4261,7 +4020,6 @@ type ConnectionStatus struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for ConnectionStatus. func (cs ConnectionStatus) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -4289,7 +4047,6 @@ func (cs ConnectionStatus) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for ConnectionStatus struct. func (cs *ConnectionStatus) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -4368,7 +4125,6 @@ func (cs *ConnectionStatus) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConnectionStatusProperties ... type ConnectionStatusProperties struct { // Status - Status @@ -4379,7 +4135,6 @@ type ConnectionStatusProperties struct { Error *ConnectionError `json:"error,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConnectionStringDictionary string dictionary resource type ConnectionStringDictionary struct { autorest.Response `json:"-"` @@ -4399,7 +4154,6 @@ type ConnectionStringDictionary struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for ConnectionStringDictionary. func (csd ConnectionStringDictionary) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -4427,7 +4181,6 @@ func (csd ConnectionStringDictionary) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConnStringInfo represents database connection string information type ConnStringInfo struct { // Name - Name of connection string @@ -4438,7 +4191,6 @@ type ConnStringInfo struct { Type DatabaseServerType `json:"type,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConnStringValueTypePair database connection string value to type pair type ConnStringValueTypePair struct { // Value - Value of pair @@ -4447,7 +4199,6 @@ type ConnStringValueTypePair struct { Type DatabaseServerType `json:"type,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConsentLink ... type ConsentLink struct { // Link - Uri for the consent link @@ -4460,7 +4211,6 @@ type ConsentLink struct { Status LinkState `json:"status,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConsentLinkInput connection Constent Link payload type ConsentLinkInput struct { *ConsentLinkInputProperties `json:"properties,omitempty"` @@ -4478,7 +4228,6 @@ type ConsentLinkInput struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for ConsentLinkInput. func (cli ConsentLinkInput) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -4506,7 +4255,6 @@ func (cli ConsentLinkInput) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for ConsentLinkInput struct. func (cli *ConsentLinkInput) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -4585,7 +4333,6 @@ func (cli *ConsentLinkInput) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConsentLinkInputParameter ... type ConsentLinkInputParameter struct { // PrincipalType - Principal type. Possible values include: 'PrincipalTypeActiveDirectory', 'PrincipalTypeConnection', 'PrincipalTypeMicrosoftAccount' @@ -4601,14 +4348,12 @@ type ConsentLinkInputParameter struct { RedirectURL *string `json:"redirectUrl,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConsentLinkInputProperties ... type ConsentLinkInputProperties struct { // Parameters - Array of links Parameters *[]ConsentLinkInputParameter `json:"parameters,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ConsentLinkPayload collection of consent links type ConsentLinkPayload struct { autorest.Response `json:"-"` @@ -4616,7 +4361,6 @@ type ConsentLinkPayload struct { Value *[]ConsentLink `json:"value,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Contact contact information for domain registration. If 'Domain Privacy' option is not selected then the contact // information will be be made publicly available through the Whois directories as per ICANN requirements. type Contact struct { @@ -4640,7 +4384,6 @@ type Contact struct { Phone *string `json:"phone,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CorsSettings cross-Origin Resource Sharing (CORS) settings for the web app. type CorsSettings struct { // AllowedOrigins - Gets or sets the list of origins that should be allowed to make cross-origin @@ -4648,7 +4391,6 @@ type CorsSettings struct { AllowedOrigins *[]string `json:"allowedOrigins,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CsmMoveResourceEnvelope class containing a list of the resources that need to be moved and the resource group // they should be moved to type CsmMoveResourceEnvelope struct { @@ -4656,7 +4398,6 @@ type CsmMoveResourceEnvelope struct { Resources *[]string `json:"resources,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CsmPublishingProfileOptions publishing options for requested profile type CsmPublishingProfileOptions struct { // Format - Name of the format. Valid values are: @@ -4666,7 +4407,6 @@ type CsmPublishingProfileOptions struct { Format *string `json:"format,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CsmSiteRecoveryEntity class containting details about site recovery operation. type CsmSiteRecoveryEntity struct { // SnapshotTime - Point in time in which the site recover should be attempted. @@ -4679,7 +4419,6 @@ type CsmSiteRecoveryEntity struct { SlotName *string `json:"slotName,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CsmSlotEntity class containing deployment slot parameters type CsmSlotEntity struct { // TargetSlot - Set the destination deployment slot during swap operation @@ -4688,7 +4427,6 @@ type CsmSlotEntity struct { PreserveVnet *bool `json:"preserveVnet,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CsmUsageQuota usage of the quota resource type CsmUsageQuota struct { // Unit - Units of measurement for the quota resourse @@ -4703,7 +4441,6 @@ type CsmUsageQuota struct { Name *LocalizableString `json:"name,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CsmUsageQuotaCollection collection of csm usage quotas type CsmUsageQuotaCollection struct { autorest.Response `json:"-"` @@ -4713,14 +4450,12 @@ type CsmUsageQuotaCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CsmUsageQuotaCollectionIterator provides access to a complete listing of CsmUsageQuota values. type CsmUsageQuotaCollectionIterator struct { i int page CsmUsageQuotaCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *CsmUsageQuotaCollectionIterator) Next() error { @@ -4737,19 +4472,16 @@ func (iter *CsmUsageQuotaCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter CsmUsageQuotaCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter CsmUsageQuotaCollectionIterator) Response() CsmUsageQuotaCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter CsmUsageQuotaCollectionIterator) Value() CsmUsageQuota { @@ -4759,7 +4491,6 @@ func (iter CsmUsageQuotaCollectionIterator) Value() CsmUsageQuota { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (cuqc CsmUsageQuotaCollection) IsEmpty() bool { return cuqc.Value == nil || len(*cuqc.Value) == 0 @@ -4777,14 +4508,12 @@ func (cuqc CsmUsageQuotaCollection) csmUsageQuotaCollectionPreparer() (*http.Req autorest.WithBaseURL(to.String(cuqc.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CsmUsageQuotaCollectionPage contains a page of CsmUsageQuota values. type CsmUsageQuotaCollectionPage struct { fn func(CsmUsageQuotaCollection) (CsmUsageQuotaCollection, error) cuqc CsmUsageQuotaCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *CsmUsageQuotaCollectionPage) Next() error { @@ -4796,19 +4525,16 @@ func (page *CsmUsageQuotaCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page CsmUsageQuotaCollectionPage) NotDone() bool { return !page.cuqc.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page CsmUsageQuotaCollectionPage) Response() CsmUsageQuotaCollection { return page.cuqc } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page CsmUsageQuotaCollectionPage) Values() []CsmUsageQuota { if page.cuqc.IsEmpty() { @@ -4817,7 +4543,6 @@ func (page CsmUsageQuotaCollectionPage) Values() []CsmUsageQuota { return *page.cuqc.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Csr certificate signing request object type Csr struct { autorest.Response `json:"-"` @@ -4836,7 +4561,6 @@ type Csr struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for Csr. func (c Csr) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -4864,7 +4588,6 @@ func (c Csr) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for Csr struct. func (c *Csr) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -4943,7 +4666,6 @@ func (c *Csr) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CsrProperties ... type CsrProperties struct { // Name - Name used to locate CSR object @@ -4962,7 +4684,6 @@ type CsrProperties struct { HostingEnvironment *string `json:"hostingEnvironment,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CustomLoginSettingValue custom logging setting value type CustomLoginSettingValue struct { *CustomLoginSettingValueProperties `json:"properties,omitempty"` @@ -4980,7 +4701,6 @@ type CustomLoginSettingValue struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for CustomLoginSettingValue. func (clsv CustomLoginSettingValue) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -5008,7 +4728,6 @@ func (clsv CustomLoginSettingValue) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for CustomLoginSettingValue struct. func (clsv *CustomLoginSettingValue) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -5087,14 +4806,12 @@ func (clsv *CustomLoginSettingValue) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CustomLoginSettingValueProperties ... type CustomLoginSettingValueProperties struct { // Option - Option selected for this custom login setting value Option *string `json:"option,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DatabaseBackupSetting note: properties are serialized in JSON format and stored in DB. // if new properties are added they might not be in the previous data rows // so please handle nulls @@ -5109,7 +4826,6 @@ type DatabaseBackupSetting struct { ConnectionString *string `json:"connectionString,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeletedSite reports deleted site including the timestamp of operation type DeletedSite struct { *DeletedSiteProperties `json:"properties,omitempty"` @@ -5127,7 +4843,6 @@ type DeletedSite struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for DeletedSite. func (ds DeletedSite) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -5155,7 +4870,6 @@ func (ds DeletedSite) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for DeletedSite struct. func (ds *DeletedSite) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -5234,7 +4948,6 @@ func (ds *DeletedSite) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeletedSiteCollection collection of deleted sites type DeletedSiteCollection struct { autorest.Response `json:"-"` @@ -5244,14 +4957,12 @@ type DeletedSiteCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeletedSiteCollectionIterator provides access to a complete listing of DeletedSite values. type DeletedSiteCollectionIterator struct { i int page DeletedSiteCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *DeletedSiteCollectionIterator) Next() error { @@ -5268,19 +4979,16 @@ func (iter *DeletedSiteCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter DeletedSiteCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter DeletedSiteCollectionIterator) Response() DeletedSiteCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter DeletedSiteCollectionIterator) Value() DeletedSite { @@ -5290,7 +4998,6 @@ func (iter DeletedSiteCollectionIterator) Value() DeletedSite { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (dsc DeletedSiteCollection) IsEmpty() bool { return dsc.Value == nil || len(*dsc.Value) == 0 @@ -5308,14 +5015,12 @@ func (dsc DeletedSiteCollection) deletedSiteCollectionPreparer() (*http.Request, autorest.WithBaseURL(to.String(dsc.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeletedSiteCollectionPage contains a page of DeletedSite values. type DeletedSiteCollectionPage struct { fn func(DeletedSiteCollection) (DeletedSiteCollection, error) dsc DeletedSiteCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *DeletedSiteCollectionPage) Next() error { @@ -5327,19 +5032,16 @@ func (page *DeletedSiteCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page DeletedSiteCollectionPage) NotDone() bool { return !page.dsc.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page DeletedSiteCollectionPage) Response() DeletedSiteCollection { return page.dsc } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page DeletedSiteCollectionPage) Values() []DeletedSite { if page.dsc.IsEmpty() { @@ -5348,7 +5050,6 @@ func (page DeletedSiteCollectionPage) Values() []DeletedSite { return *page.dsc.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeletedSiteProperties ... type DeletedSiteProperties struct { // DeletedTimestamp - Time when the site was deleted @@ -5417,7 +5118,6 @@ type DeletedSiteProperties struct { DefaultHostName *string `json:"defaultHostName,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Deployment represents user crendentials used for publishing activity type Deployment struct { autorest.Response `json:"-"` @@ -5436,7 +5136,6 @@ type Deployment struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for Deployment. func (d Deployment) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -5464,7 +5163,6 @@ func (d Deployment) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for Deployment struct. func (d *Deployment) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -5543,7 +5241,6 @@ func (d *Deployment) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeploymentCollection collection of app deployments type DeploymentCollection struct { autorest.Response `json:"-"` @@ -5553,14 +5250,12 @@ type DeploymentCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeploymentCollectionIterator provides access to a complete listing of Deployment values. type DeploymentCollectionIterator struct { i int page DeploymentCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *DeploymentCollectionIterator) Next() error { @@ -5577,19 +5272,16 @@ func (iter *DeploymentCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter DeploymentCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter DeploymentCollectionIterator) Response() DeploymentCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter DeploymentCollectionIterator) Value() Deployment { @@ -5599,7 +5291,6 @@ func (iter DeploymentCollectionIterator) Value() Deployment { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (dc DeploymentCollection) IsEmpty() bool { return dc.Value == nil || len(*dc.Value) == 0 @@ -5617,14 +5308,12 @@ func (dc DeploymentCollection) deploymentCollectionPreparer() (*http.Request, er autorest.WithBaseURL(to.String(dc.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeploymentCollectionPage contains a page of Deployment values. type DeploymentCollectionPage struct { fn func(DeploymentCollection) (DeploymentCollection, error) dc DeploymentCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *DeploymentCollectionPage) Next() error { @@ -5636,19 +5325,16 @@ func (page *DeploymentCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page DeploymentCollectionPage) NotDone() bool { return !page.dc.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page DeploymentCollectionPage) Response() DeploymentCollection { return page.dc } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page DeploymentCollectionPage) Values() []Deployment { if page.dc.IsEmpty() { @@ -5657,7 +5343,6 @@ func (page DeploymentCollectionPage) Values() []Deployment { return *page.dc.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeploymentProperties ... type DeploymentProperties struct { // ID - Id @@ -5682,7 +5367,6 @@ type DeploymentProperties struct { Details *string `json:"details,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Domain represents a domain type Domain struct { autorest.Response `json:"-"` @@ -5701,7 +5385,6 @@ type Domain struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for Domain. func (d Domain) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -5729,7 +5412,6 @@ func (d Domain) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for Domain struct. func (d *Domain) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -5808,7 +5490,6 @@ func (d *Domain) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DomainAvailablilityCheckResult domain availablility check result type DomainAvailablilityCheckResult struct { autorest.Response `json:"-"` @@ -5820,7 +5501,6 @@ type DomainAvailablilityCheckResult struct { DomainType DomainType `json:"domainType,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DomainCollection collection of domains type DomainCollection struct { autorest.Response `json:"-"` @@ -5830,14 +5510,12 @@ type DomainCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DomainCollectionIterator provides access to a complete listing of Domain values. type DomainCollectionIterator struct { i int page DomainCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *DomainCollectionIterator) Next() error { @@ -5854,19 +5532,16 @@ func (iter *DomainCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter DomainCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter DomainCollectionIterator) Response() DomainCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter DomainCollectionIterator) Value() Domain { @@ -5876,7 +5551,6 @@ func (iter DomainCollectionIterator) Value() Domain { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (dc DomainCollection) IsEmpty() bool { return dc.Value == nil || len(*dc.Value) == 0 @@ -5894,14 +5568,12 @@ func (dc DomainCollection) domainCollectionPreparer() (*http.Request, error) { autorest.WithBaseURL(to.String(dc.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DomainCollectionPage contains a page of Domain values. type DomainCollectionPage struct { fn func(DomainCollection) (DomainCollection, error) dc DomainCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *DomainCollectionPage) Next() error { @@ -5913,19 +5585,16 @@ func (page *DomainCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page DomainCollectionPage) NotDone() bool { return !page.dc.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page DomainCollectionPage) Response() DomainCollection { return page.dc } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page DomainCollectionPage) Values() []Domain { if page.dc.IsEmpty() { @@ -5934,7 +5603,6 @@ func (page DomainCollectionPage) Values() []Domain { return *page.dc.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DomainControlCenterSsoRequest single sign on request information for domain management type DomainControlCenterSsoRequest struct { autorest.Response `json:"-"` @@ -5946,7 +5614,6 @@ type DomainControlCenterSsoRequest struct { PostParameterValue *string `json:"postParameterValue,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DomainProperties ... type DomainProperties struct { // ContactAdmin - Admin contact information @@ -5983,7 +5650,6 @@ type DomainProperties struct { DomainNotRenewableReasons *[]string `json:"domainNotRenewableReasons,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DomainPurchaseConsent domain purchase consent object representing acceptance of applicable legal agreements type DomainPurchaseConsent struct { // AgreementKeys - List of applicable legal agreement keys. This list can be retrieved using ListLegalAgreements Api under TopLevelDomain resource @@ -5994,7 +5660,6 @@ type DomainPurchaseConsent struct { AgreedAt *date.Time `json:"agreedAt,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DomainRecommendationSearchParameters domain recommendation search parameters type DomainRecommendationSearchParameters struct { // Keywords - Keywords to be used for generating domain recommendations @@ -6003,7 +5668,6 @@ type DomainRecommendationSearchParameters struct { MaxDomainRecommendations *int32 `json:"maxDomainRecommendations,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DomainRegistrationInput domain registration input for validation Api type DomainRegistrationInput struct { *DomainRegistrationInputProperties `json:"properties,omitempty"` @@ -6021,7 +5685,6 @@ type DomainRegistrationInput struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for DomainRegistrationInput. func (dri DomainRegistrationInput) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -6049,7 +5712,6 @@ func (dri DomainRegistrationInput) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for DomainRegistrationInput struct. func (dri *DomainRegistrationInput) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -6128,7 +5790,6 @@ func (dri *DomainRegistrationInput) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DomainRegistrationInputProperties ... type DomainRegistrationInputProperties struct { // Name - Name of the domain @@ -6167,14 +5828,12 @@ type DomainRegistrationInputProperties struct { DomainNotRenewableReasons *[]string `json:"domainNotRenewableReasons,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // EnabledConfig enabled configuration type EnabledConfig struct { // Enabled - Enabled Enabled *bool `json:"enabled,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ExpandedParentAPIEntity expanded parent object for expansion type ExpandedParentAPIEntity struct { *ExpandedParentAPIEntityProperties `json:"properties,omitempty"` @@ -6192,7 +5851,6 @@ type ExpandedParentAPIEntity struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for ExpandedParentAPIEntity. func (epAe ExpandedParentAPIEntity) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -6220,7 +5878,6 @@ func (epAe ExpandedParentAPIEntity) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for ExpandedParentAPIEntity struct. func (epAe *ExpandedParentAPIEntity) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -6299,7 +5956,6 @@ func (epAe *ExpandedParentAPIEntity) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ExpandedParentAPIEntityProperties ... type ExpandedParentAPIEntityProperties struct { // ID - Id of connection provider @@ -6308,21 +5964,18 @@ type ExpandedParentAPIEntityProperties struct { Entity *ResponseMessageEnvelopeAPIEntity `json:"entity,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Experiments class containing Routing in production experiments type Experiments struct { // RampUpRules - List of {Microsoft.Web.Hosting.Administration.RampUpRule} objects. RampUpRules *[]RampUpRule `json:"rampUpRules,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // FileSystemApplicationLogsConfig application logs to file system configuration type FileSystemApplicationLogsConfig struct { // Level - Log level. Possible values include: 'LogLevelOff', 'LogLevelVerbose', 'LogLevelInformation', 'LogLevelWarning', 'LogLevelError' Level LogLevel `json:"level,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // FileSystemHTTPLogsConfig http logs to file system configuration type FileSystemHTTPLogsConfig struct { // RetentionInMb - Maximum size in megabytes that http log files can use. @@ -6337,7 +5990,6 @@ type FileSystemHTTPLogsConfig struct { Enabled *bool `json:"enabled,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GeneralAPIInformation general API information type GeneralAPIInformation struct { *GeneralAPIInformationProperties `json:"properties,omitempty"` @@ -6355,7 +6007,6 @@ type GeneralAPIInformation struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for GeneralAPIInformation. func (gai GeneralAPIInformation) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -6383,7 +6034,6 @@ func (gai GeneralAPIInformation) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for GeneralAPIInformation struct. func (gai *GeneralAPIInformation) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -6462,7 +6112,6 @@ func (gai *GeneralAPIInformation) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GeneralAPIInformationProperties ... type GeneralAPIInformationProperties struct { // IconURL - Icon Url @@ -6479,7 +6128,6 @@ type GeneralAPIInformationProperties struct { ConnectionPortalURL interface{} `json:"connectionPortalUrl,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GeoRegion geographical region type GeoRegion struct { *GeoRegionProperties `json:"properties,omitempty"` @@ -6497,7 +6145,6 @@ type GeoRegion struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for GeoRegion. func (gr GeoRegion) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -6525,7 +6172,6 @@ func (gr GeoRegion) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for GeoRegion struct. func (gr *GeoRegion) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -6604,7 +6250,6 @@ func (gr *GeoRegion) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GeoRegionCollection collection of geo regions type GeoRegionCollection struct { autorest.Response `json:"-"` @@ -6614,14 +6259,12 @@ type GeoRegionCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GeoRegionCollectionIterator provides access to a complete listing of GeoRegion values. type GeoRegionCollectionIterator struct { i int page GeoRegionCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *GeoRegionCollectionIterator) Next() error { @@ -6638,19 +6281,16 @@ func (iter *GeoRegionCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter GeoRegionCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter GeoRegionCollectionIterator) Response() GeoRegionCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter GeoRegionCollectionIterator) Value() GeoRegion { @@ -6660,7 +6300,6 @@ func (iter GeoRegionCollectionIterator) Value() GeoRegion { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (grc GeoRegionCollection) IsEmpty() bool { return grc.Value == nil || len(*grc.Value) == 0 @@ -6678,14 +6317,12 @@ func (grc GeoRegionCollection) geoRegionCollectionPreparer() (*http.Request, err autorest.WithBaseURL(to.String(grc.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GeoRegionCollectionPage contains a page of GeoRegion values. type GeoRegionCollectionPage struct { fn func(GeoRegionCollection) (GeoRegionCollection, error) grc GeoRegionCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *GeoRegionCollectionPage) Next() error { @@ -6697,19 +6334,16 @@ func (page *GeoRegionCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page GeoRegionCollectionPage) NotDone() bool { return !page.grc.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page GeoRegionCollectionPage) Response() GeoRegionCollection { return page.grc } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page GeoRegionCollectionPage) Values() []GeoRegion { if page.grc.IsEmpty() { @@ -6718,7 +6352,6 @@ func (page GeoRegionCollectionPage) Values() []GeoRegion { return *page.grc.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GeoRegionProperties ... type GeoRegionProperties struct { // Name - Region name @@ -6729,7 +6362,6 @@ type GeoRegionProperties struct { DisplayName *string `json:"displayName,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HandlerMapping the IIS handler mappings used to define which handler processes HTTP requests with certain // extension. // For example it is used to configure php-cgi.exe process to handle all HTTP requests with *.php extension. @@ -6742,7 +6374,6 @@ type HandlerMapping struct { Arguments *string `json:"arguments,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostingEnvironment description of an hostingEnvironment (App Service Environment) type HostingEnvironment struct { autorest.Response `json:"-"` @@ -6761,7 +6392,6 @@ type HostingEnvironment struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for HostingEnvironment. func (he HostingEnvironment) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -6789,7 +6419,6 @@ func (he HostingEnvironment) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for HostingEnvironment struct. func (he *HostingEnvironment) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -6868,7 +6497,6 @@ func (he *HostingEnvironment) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostingEnvironmentCollection collection of hosting environments (App Service Environments) type HostingEnvironmentCollection struct { autorest.Response `json:"-"` @@ -6878,14 +6506,12 @@ type HostingEnvironmentCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostingEnvironmentCollectionIterator provides access to a complete listing of HostingEnvironment values. type HostingEnvironmentCollectionIterator struct { i int page HostingEnvironmentCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *HostingEnvironmentCollectionIterator) Next() error { @@ -6902,19 +6528,16 @@ func (iter *HostingEnvironmentCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter HostingEnvironmentCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter HostingEnvironmentCollectionIterator) Response() HostingEnvironmentCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter HostingEnvironmentCollectionIterator) Value() HostingEnvironment { @@ -6924,7 +6547,6 @@ func (iter HostingEnvironmentCollectionIterator) Value() HostingEnvironment { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (hec HostingEnvironmentCollection) IsEmpty() bool { return hec.Value == nil || len(*hec.Value) == 0 @@ -6942,14 +6564,12 @@ func (hec HostingEnvironmentCollection) hostingEnvironmentCollectionPreparer() ( autorest.WithBaseURL(to.String(hec.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostingEnvironmentCollectionPage contains a page of HostingEnvironment values. type HostingEnvironmentCollectionPage struct { fn func(HostingEnvironmentCollection) (HostingEnvironmentCollection, error) hec HostingEnvironmentCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *HostingEnvironmentCollectionPage) Next() error { @@ -6961,19 +6581,16 @@ func (page *HostingEnvironmentCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page HostingEnvironmentCollectionPage) NotDone() bool { return !page.hec.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page HostingEnvironmentCollectionPage) Response() HostingEnvironmentCollection { return page.hec } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page HostingEnvironmentCollectionPage) Values() []HostingEnvironment { if page.hec.IsEmpty() { @@ -6982,7 +6599,6 @@ func (page HostingEnvironmentCollectionPage) Values() []HostingEnvironment { return *page.hec.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostingEnvironmentDiagnostics diagnostics for a hosting environment (App Service Environment) type HostingEnvironmentDiagnostics struct { autorest.Response `json:"-"` @@ -6992,7 +6608,6 @@ type HostingEnvironmentDiagnostics struct { DiagnosicsOutput *string `json:"diagnosicsOutput,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostingEnvironmentProfile specification for a hostingEnvironment (App Service Environment) to use for this // resource type HostingEnvironmentProfile struct { @@ -7004,7 +6619,6 @@ type HostingEnvironmentProfile struct { Type *string `json:"type,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostingEnvironmentProperties ... type HostingEnvironmentProperties struct { // Name - Name of the hostingEnvironment (App Service Environment) @@ -7074,7 +6688,6 @@ type HostingEnvironmentProperties struct { ClusterSettings *[]NameValuePair `json:"clusterSettings,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostingEnvironmentsCreateOrUpdateHostingEnvironmentFuture an abstraction for monitoring and retrieving the // results of a long-running operation. type HostingEnvironmentsCreateOrUpdateHostingEnvironmentFuture struct { @@ -7082,7 +6695,6 @@ type HostingEnvironmentsCreateOrUpdateHostingEnvironmentFuture struct { req *http.Request } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. func (future HostingEnvironmentsCreateOrUpdateHostingEnvironmentFuture) Result(client HostingEnvironmentsClient) (he HostingEnvironment, err error) { @@ -7125,7 +6737,6 @@ func (future HostingEnvironmentsCreateOrUpdateHostingEnvironmentFuture) Result(c return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostingEnvironmentsCreateOrUpdateMultiRolePoolFuture an abstraction for monitoring and retrieving the results of // a long-running operation. type HostingEnvironmentsCreateOrUpdateMultiRolePoolFuture struct { @@ -7133,7 +6744,6 @@ type HostingEnvironmentsCreateOrUpdateMultiRolePoolFuture struct { req *http.Request } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. func (future HostingEnvironmentsCreateOrUpdateMultiRolePoolFuture) Result(client HostingEnvironmentsClient) (wp WorkerPool, err error) { @@ -7176,7 +6786,6 @@ func (future HostingEnvironmentsCreateOrUpdateMultiRolePoolFuture) Result(client return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostingEnvironmentsCreateOrUpdateWorkerPoolFuture an abstraction for monitoring and retrieving the results of a // long-running operation. type HostingEnvironmentsCreateOrUpdateWorkerPoolFuture struct { @@ -7184,7 +6793,6 @@ type HostingEnvironmentsCreateOrUpdateWorkerPoolFuture struct { req *http.Request } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. func (future HostingEnvironmentsCreateOrUpdateWorkerPoolFuture) Result(client HostingEnvironmentsClient) (wp WorkerPool, err error) { @@ -7227,7 +6835,6 @@ func (future HostingEnvironmentsCreateOrUpdateWorkerPoolFuture) Result(client Ho return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostingEnvironmentsDeleteHostingEnvironmentFuture an abstraction for monitoring and retrieving the results of a // long-running operation. type HostingEnvironmentsDeleteHostingEnvironmentFuture struct { @@ -7235,7 +6842,6 @@ type HostingEnvironmentsDeleteHostingEnvironmentFuture struct { req *http.Request } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. func (future HostingEnvironmentsDeleteHostingEnvironmentFuture) Result(client HostingEnvironmentsClient) (so SetObject, err error) { @@ -7278,7 +6884,6 @@ func (future HostingEnvironmentsDeleteHostingEnvironmentFuture) Result(client Ho return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostingEnvironmentServiceDescriptions back end service per ASE type HostingEnvironmentServiceDescriptions struct { // HostingEnvironmentID - Hosting environment Id @@ -7294,7 +6899,6 @@ type HostingEnvironmentServiceDescriptions struct { UseInternalRouting *bool `json:"useInternalRouting,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostingEnvironmentsResumeHostingEnvironmentAllFuture an abstraction for monitoring and retrieving the results of // a long-running operation. type HostingEnvironmentsResumeHostingEnvironmentAllFuture struct { @@ -7302,7 +6906,6 @@ type HostingEnvironmentsResumeHostingEnvironmentAllFuture struct { req *http.Request } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. func (future HostingEnvironmentsResumeHostingEnvironmentAllFuture) Result(client HostingEnvironmentsClient) (scp SiteCollectionPage, err error) { @@ -7345,7 +6948,6 @@ func (future HostingEnvironmentsResumeHostingEnvironmentAllFuture) Result(client return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostingEnvironmentsResumeHostingEnvironmentFuture an abstraction for monitoring and retrieving the results of a // long-running operation. type HostingEnvironmentsResumeHostingEnvironmentFuture struct { @@ -7353,7 +6955,6 @@ type HostingEnvironmentsResumeHostingEnvironmentFuture struct { req *http.Request } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. func (future HostingEnvironmentsResumeHostingEnvironmentFuture) Result(client HostingEnvironmentsClient) (scp SiteCollectionPage, err error) { @@ -7396,7 +6997,6 @@ func (future HostingEnvironmentsResumeHostingEnvironmentFuture) Result(client Ho return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostingEnvironmentsSuspendHostingEnvironmentAllFuture an abstraction for monitoring and retrieving the results // of a long-running operation. type HostingEnvironmentsSuspendHostingEnvironmentAllFuture struct { @@ -7404,7 +7004,6 @@ type HostingEnvironmentsSuspendHostingEnvironmentAllFuture struct { req *http.Request } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. func (future HostingEnvironmentsSuspendHostingEnvironmentAllFuture) Result(client HostingEnvironmentsClient) (scp SiteCollectionPage, err error) { @@ -7447,7 +7046,6 @@ func (future HostingEnvironmentsSuspendHostingEnvironmentAllFuture) Result(clien return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostingEnvironmentsSuspendHostingEnvironmentFuture an abstraction for monitoring and retrieving the results of a // long-running operation. type HostingEnvironmentsSuspendHostingEnvironmentFuture struct { @@ -7455,7 +7053,6 @@ type HostingEnvironmentsSuspendHostingEnvironmentFuture struct { req *http.Request } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. func (future HostingEnvironmentsSuspendHostingEnvironmentFuture) Result(client HostingEnvironmentsClient) (scp SiteCollectionPage, err error) { @@ -7498,7 +7095,6 @@ func (future HostingEnvironmentsSuspendHostingEnvironmentFuture) Result(client H return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostName details of a hostname derived from a domain type HostName struct { // Name - Name of the hostname @@ -7515,7 +7111,6 @@ type HostName struct { HostNameType HostNameType `json:"hostNameType,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostNameBinding a host name binding object type HostNameBinding struct { autorest.Response `json:"-"` @@ -7534,7 +7129,6 @@ type HostNameBinding struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for HostNameBinding. func (hnb HostNameBinding) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -7562,7 +7156,6 @@ func (hnb HostNameBinding) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for HostNameBinding struct. func (hnb *HostNameBinding) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -7641,7 +7234,6 @@ func (hnb *HostNameBinding) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostNameBindingCollection collection of host name bindings type HostNameBindingCollection struct { autorest.Response `json:"-"` @@ -7651,14 +7243,12 @@ type HostNameBindingCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostNameBindingCollectionIterator provides access to a complete listing of HostNameBinding values. type HostNameBindingCollectionIterator struct { i int page HostNameBindingCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *HostNameBindingCollectionIterator) Next() error { @@ -7675,19 +7265,16 @@ func (iter *HostNameBindingCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter HostNameBindingCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter HostNameBindingCollectionIterator) Response() HostNameBindingCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter HostNameBindingCollectionIterator) Value() HostNameBinding { @@ -7697,7 +7284,6 @@ func (iter HostNameBindingCollectionIterator) Value() HostNameBinding { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (hnbc HostNameBindingCollection) IsEmpty() bool { return hnbc.Value == nil || len(*hnbc.Value) == 0 @@ -7715,14 +7301,12 @@ func (hnbc HostNameBindingCollection) hostNameBindingCollectionPreparer() (*http autorest.WithBaseURL(to.String(hnbc.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostNameBindingCollectionPage contains a page of HostNameBinding values. type HostNameBindingCollectionPage struct { fn func(HostNameBindingCollection) (HostNameBindingCollection, error) hnbc HostNameBindingCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *HostNameBindingCollectionPage) Next() error { @@ -7734,19 +7318,16 @@ func (page *HostNameBindingCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page HostNameBindingCollectionPage) NotDone() bool { return !page.hnbc.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page HostNameBindingCollectionPage) Response() HostNameBindingCollection { return page.hnbc } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page HostNameBindingCollectionPage) Values() []HostNameBinding { if page.hnbc.IsEmpty() { @@ -7755,7 +7336,6 @@ func (page HostNameBindingCollectionPage) Values() []HostNameBinding { return *page.hnbc.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostNameBindingProperties ... type HostNameBindingProperties struct { // Name - Hostname @@ -7774,7 +7354,6 @@ type HostNameBindingProperties struct { HostNameType HostNameType `json:"hostNameType,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HostNameSslState object that represents a SSL-enabled host name. type HostNameSslState struct { // Name - Host name @@ -7789,7 +7368,6 @@ type HostNameSslState struct { ToUpdate *bool `json:"toUpdate,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // HTTPLogsConfig http logs configuration type HTTPLogsConfig struct { // FileSystem - Http logs to file system configuration @@ -7798,7 +7376,6 @@ type HTTPLogsConfig struct { AzureBlobStorage *AzureBlobStorageHTTPLogsConfig `json:"azureBlobStorage,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IPSecurityRestriction represents an ip security restriction on a web app. type IPSecurityRestriction struct { // IPAddress - IP address the security restriction is valid for @@ -7807,28 +7384,24 @@ type IPSecurityRestriction struct { SubnetMask *string `json:"subnetMask,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // KeyValuePairStringString ... type KeyValuePairStringString struct { Key *string `json:"key,omitempty"` Value *string `json:"value,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListCertificateEmail ... type ListCertificateEmail struct { autorest.Response `json:"-"` Value *[]CertificateEmail `json:"value,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListCertificateOrderAction ... type ListCertificateOrderAction struct { autorest.Response `json:"-"` Value *[]CertificateOrderAction `json:"value,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListConnectionKeysInput list Connection Keys Input payload type ListConnectionKeysInput struct { *ListConnectionKeysInputProperties `json:"properties,omitempty"` @@ -7846,7 +7419,6 @@ type ListConnectionKeysInput struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for ListConnectionKeysInput. func (lcki ListConnectionKeysInput) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -7874,7 +7446,6 @@ func (lcki ListConnectionKeysInput) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for ListConnectionKeysInput struct. func (lcki *ListConnectionKeysInput) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -7953,49 +7524,42 @@ func (lcki *ListConnectionKeysInput) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListConnectionKeysInputProperties ... type ListConnectionKeysInputProperties struct { // ValidityTimeSpan - time span for how long the keys will be valid ValidityTimeSpan *string `json:"validityTimeSpan,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListCsr ... type ListCsr struct { autorest.Response `json:"-"` Value *[]Csr `json:"value,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListHostingEnvironmentDiagnostics ... type ListHostingEnvironmentDiagnostics struct { autorest.Response `json:"-"` Value *[]HostingEnvironmentDiagnostics `json:"value,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListRecommendation ... type ListRecommendation struct { autorest.Response `json:"-"` Value *[]Recommendation `json:"value,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListVnetInfo ... type ListVnetInfo struct { autorest.Response `json:"-"` Value *[]VnetInfo `json:"value,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListVnetRoute ... type ListVnetRoute struct { autorest.Response `json:"-"` Value *[]VnetRoute `json:"value,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // LocalizableString localizableString object containing the name and a localized value. type LocalizableString struct { // Value - Non localized name @@ -8004,7 +7568,6 @@ type LocalizableString struct { LocalizedValue *string `json:"localizedValue,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ManagedHostingEnvironment description of a managed hosting environment type ManagedHostingEnvironment struct { autorest.Response `json:"-"` @@ -8023,7 +7586,6 @@ type ManagedHostingEnvironment struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for ManagedHostingEnvironment. func (mhe ManagedHostingEnvironment) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -8051,7 +7613,6 @@ func (mhe ManagedHostingEnvironment) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for ManagedHostingEnvironment struct. func (mhe *ManagedHostingEnvironment) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -8130,7 +7691,6 @@ func (mhe *ManagedHostingEnvironment) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ManagedHostingEnvironmentCollection collection of managed hosting environments type ManagedHostingEnvironmentCollection struct { autorest.Response `json:"-"` @@ -8140,7 +7700,6 @@ type ManagedHostingEnvironmentCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ManagedHostingEnvironmentCollectionIterator provides access to a complete listing of ManagedHostingEnvironment // values. type ManagedHostingEnvironmentCollectionIterator struct { @@ -8148,7 +7707,6 @@ type ManagedHostingEnvironmentCollectionIterator struct { page ManagedHostingEnvironmentCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *ManagedHostingEnvironmentCollectionIterator) Next() error { @@ -8165,19 +7723,16 @@ func (iter *ManagedHostingEnvironmentCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter ManagedHostingEnvironmentCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter ManagedHostingEnvironmentCollectionIterator) Response() ManagedHostingEnvironmentCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter ManagedHostingEnvironmentCollectionIterator) Value() ManagedHostingEnvironment { @@ -8187,7 +7742,6 @@ func (iter ManagedHostingEnvironmentCollectionIterator) Value() ManagedHostingEn return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (mhec ManagedHostingEnvironmentCollection) IsEmpty() bool { return mhec.Value == nil || len(*mhec.Value) == 0 @@ -8205,14 +7759,12 @@ func (mhec ManagedHostingEnvironmentCollection) managedHostingEnvironmentCollect autorest.WithBaseURL(to.String(mhec.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ManagedHostingEnvironmentCollectionPage contains a page of ManagedHostingEnvironment values. type ManagedHostingEnvironmentCollectionPage struct { fn func(ManagedHostingEnvironmentCollection) (ManagedHostingEnvironmentCollection, error) mhec ManagedHostingEnvironmentCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *ManagedHostingEnvironmentCollectionPage) Next() error { @@ -8224,19 +7776,16 @@ func (page *ManagedHostingEnvironmentCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page ManagedHostingEnvironmentCollectionPage) NotDone() bool { return !page.mhec.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page ManagedHostingEnvironmentCollectionPage) Response() ManagedHostingEnvironmentCollection { return page.mhec } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page ManagedHostingEnvironmentCollectionPage) Values() []ManagedHostingEnvironment { if page.mhec.IsEmpty() { @@ -8245,7 +7794,6 @@ func (page ManagedHostingEnvironmentCollectionPage) Values() []ManagedHostingEnv return *page.mhec.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ManagedHostingEnvironmentProperties ... type ManagedHostingEnvironmentProperties struct { // Name - Name of the managed hosting environment @@ -8275,7 +7823,6 @@ type ManagedHostingEnvironmentProperties struct { APIManagementAccount *string `json:"apiManagementAccount,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ManagedHostingEnvironmentsCreateOrUpdateManagedHostingEnvironmentFuture an abstraction for monitoring and // retrieving the results of a long-running operation. type ManagedHostingEnvironmentsCreateOrUpdateManagedHostingEnvironmentFuture struct { @@ -8283,7 +7830,6 @@ type ManagedHostingEnvironmentsCreateOrUpdateManagedHostingEnvironmentFuture str req *http.Request } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. func (future ManagedHostingEnvironmentsCreateOrUpdateManagedHostingEnvironmentFuture) Result(client ManagedHostingEnvironmentsClient) (he HostingEnvironment, err error) { @@ -8326,7 +7872,6 @@ func (future ManagedHostingEnvironmentsCreateOrUpdateManagedHostingEnvironmentFu return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ManagedHostingEnvironmentsDeleteManagedHostingEnvironmentFuture an abstraction for monitoring and retrieving the // results of a long-running operation. type ManagedHostingEnvironmentsDeleteManagedHostingEnvironmentFuture struct { @@ -8334,7 +7879,6 @@ type ManagedHostingEnvironmentsDeleteManagedHostingEnvironmentFuture struct { req *http.Request } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. func (future ManagedHostingEnvironmentsDeleteManagedHostingEnvironmentFuture) Result(client ManagedHostingEnvironmentsClient) (so SetObject, err error) { @@ -8377,7 +7921,6 @@ func (future ManagedHostingEnvironmentsDeleteManagedHostingEnvironmentFuture) Re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MetricAvailabilily class repesenting metrics availability and retention type MetricAvailabilily struct { // TimeGrain - Time grain @@ -8386,7 +7929,6 @@ type MetricAvailabilily struct { Retention *string `json:"retention,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MetricDefinition class repesenting metadata for the metrics type MetricDefinition struct { autorest.Response `json:"-"` @@ -8405,7 +7947,6 @@ type MetricDefinition struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for MetricDefinition. func (md MetricDefinition) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -8433,7 +7974,6 @@ func (md MetricDefinition) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for MetricDefinition struct. func (md *MetricDefinition) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -8512,7 +8052,6 @@ func (md *MetricDefinition) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MetricDefinitionCollection collection of metric defintions type MetricDefinitionCollection struct { autorest.Response `json:"-"` @@ -8522,14 +8061,12 @@ type MetricDefinitionCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MetricDefinitionCollectionIterator provides access to a complete listing of MetricDefinition values. type MetricDefinitionCollectionIterator struct { i int page MetricDefinitionCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *MetricDefinitionCollectionIterator) Next() error { @@ -8546,19 +8083,16 @@ func (iter *MetricDefinitionCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter MetricDefinitionCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter MetricDefinitionCollectionIterator) Response() MetricDefinitionCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter MetricDefinitionCollectionIterator) Value() MetricDefinition { @@ -8568,7 +8102,6 @@ func (iter MetricDefinitionCollectionIterator) Value() MetricDefinition { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (mdc MetricDefinitionCollection) IsEmpty() bool { return mdc.Value == nil || len(*mdc.Value) == 0 @@ -8586,14 +8119,12 @@ func (mdc MetricDefinitionCollection) metricDefinitionCollectionPreparer() (*htt autorest.WithBaseURL(to.String(mdc.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MetricDefinitionCollectionPage contains a page of MetricDefinition values. type MetricDefinitionCollectionPage struct { fn func(MetricDefinitionCollection) (MetricDefinitionCollection, error) mdc MetricDefinitionCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *MetricDefinitionCollectionPage) Next() error { @@ -8605,19 +8136,16 @@ func (page *MetricDefinitionCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page MetricDefinitionCollectionPage) NotDone() bool { return !page.mdc.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page MetricDefinitionCollectionPage) Response() MetricDefinitionCollection { return page.mdc } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page MetricDefinitionCollectionPage) Values() []MetricDefinition { if page.mdc.IsEmpty() { @@ -8626,7 +8154,6 @@ func (page MetricDefinitionCollectionPage) Values() []MetricDefinition { return *page.mdc.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MetricDefinitionProperties ... type MetricDefinitionProperties struct { // Name - Name of the metric @@ -8641,14 +8168,12 @@ type MetricDefinitionProperties struct { DisplayName *string `json:"displayName,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NameIdentifier identifies an object type NameIdentifier struct { // Name - Name of the object Name *string `json:"name,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NameIdentifierCollection collection of domain name identifiers type NameIdentifierCollection struct { autorest.Response `json:"-"` @@ -8658,14 +8183,12 @@ type NameIdentifierCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NameIdentifierCollectionIterator provides access to a complete listing of NameIdentifier values. type NameIdentifierCollectionIterator struct { i int page NameIdentifierCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *NameIdentifierCollectionIterator) Next() error { @@ -8682,19 +8205,16 @@ func (iter *NameIdentifierCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter NameIdentifierCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter NameIdentifierCollectionIterator) Response() NameIdentifierCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter NameIdentifierCollectionIterator) Value() NameIdentifier { @@ -8704,7 +8224,6 @@ func (iter NameIdentifierCollectionIterator) Value() NameIdentifier { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (nic NameIdentifierCollection) IsEmpty() bool { return nic.Value == nil || len(*nic.Value) == 0 @@ -8722,14 +8241,12 @@ func (nic NameIdentifierCollection) nameIdentifierCollectionPreparer() (*http.Re autorest.WithBaseURL(to.String(nic.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NameIdentifierCollectionPage contains a page of NameIdentifier values. type NameIdentifierCollectionPage struct { fn func(NameIdentifierCollection) (NameIdentifierCollection, error) nic NameIdentifierCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *NameIdentifierCollectionPage) Next() error { @@ -8741,19 +8258,16 @@ func (page *NameIdentifierCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page NameIdentifierCollectionPage) NotDone() bool { return !page.nic.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page NameIdentifierCollectionPage) Response() NameIdentifierCollection { return page.nic } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page NameIdentifierCollectionPage) Values() []NameIdentifier { if page.nic.IsEmpty() { @@ -8762,7 +8276,6 @@ func (page NameIdentifierCollectionPage) Values() []NameIdentifier { return *page.nic.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NameValuePair name value pair type NameValuePair struct { // Name - Pair name @@ -8771,7 +8284,6 @@ type NameValuePair struct { Value *string `json:"value,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NetworkAccessControlEntry ... type NetworkAccessControlEntry struct { // Action - Possible values include: 'Permit', 'Deny' @@ -8781,7 +8293,6 @@ type NetworkAccessControlEntry struct { RemoteSubnet *string `json:"remoteSubnet,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NetworkFeatures this is an object used to store a full view of network features (presently VNET integration and // Hybrid Connections) // for a web app. @@ -8802,7 +8313,6 @@ type NetworkFeatures struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for NetworkFeatures. func (nf NetworkFeatures) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -8830,7 +8340,6 @@ func (nf NetworkFeatures) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for NetworkFeatures struct. func (nf *NetworkFeatures) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -8909,7 +8418,6 @@ func (nf *NetworkFeatures) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NetworkFeaturesProperties ... type NetworkFeaturesProperties struct { // VirtualNetworkName - The Vnet Name @@ -8920,7 +8428,6 @@ type NetworkFeaturesProperties struct { HybridConnections *[]RelayServiceConnectionEntity `json:"hybridConnections,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ParameterCustomLoginSettingValues custom logging setting values type ParameterCustomLoginSettingValues struct { *ParameterCustomLoginSettingValuesProperties `json:"properties,omitempty"` @@ -8938,7 +8445,6 @@ type ParameterCustomLoginSettingValues struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for ParameterCustomLoginSettingValues. func (pclsv ParameterCustomLoginSettingValues) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -8966,7 +8472,6 @@ func (pclsv ParameterCustomLoginSettingValues) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for ParameterCustomLoginSettingValues struct. func (pclsv *ParameterCustomLoginSettingValues) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -9045,14 +8550,12 @@ func (pclsv *ParameterCustomLoginSettingValues) UnmarshalJSON(body []byte) error return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ParameterCustomLoginSettingValuesProperties ... type ParameterCustomLoginSettingValuesProperties struct { // CustomParameters - Custom parameters. CustomParameters map[string]*CustomLoginSettingValue `json:"customParameters"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for ParameterCustomLoginSettingValuesProperties. func (pclsv ParameterCustomLoginSettingValuesProperties) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -9062,7 +8565,6 @@ func (pclsv ParameterCustomLoginSettingValuesProperties) MarshalJSON() ([]byte, return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // PremierAddOnRequest ... type PremierAddOnRequest struct { // Location - Geo region resource belongs to e.g. SouthCentralUS, SouthEastAsia @@ -9077,7 +8579,6 @@ type PremierAddOnRequest struct { Sku *SkuDescription `json:"sku,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for PremierAddOnRequest. func (paor PremierAddOnRequest) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -9097,7 +8598,6 @@ func (paor PremierAddOnRequest) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RampUpRule routing rules for ramp up testing. This rule allows to redirect static traffic % to a slot or to // gradually change routing % based on performance type RampUpRule struct { @@ -9122,14 +8622,12 @@ type RampUpRule struct { Name *string `json:"name,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ReadCloser ... type ReadCloser struct { autorest.Response `json:"-"` Value *io.ReadCloser `json:"value,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Recommendation represents a recommendation result generated by the recommendation engine type Recommendation struct { // CreationTime - Timestamp when this instance was created. @@ -9170,7 +8668,6 @@ type Recommendation struct { Score *float64 `json:"score,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RecommendationRule represents a recommendation rule that the recommendation engine can perform type RecommendationRule struct { autorest.Response `json:"-"` @@ -9197,7 +8694,6 @@ type RecommendationRule struct { Tags *[]string `json:"tags,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ReissueCertificateOrderRequest class representing certificate reissue request type ReissueCertificateOrderRequest struct { *ReissueCertificateOrderRequestProperties `json:"properties,omitempty"` @@ -9215,7 +8711,6 @@ type ReissueCertificateOrderRequest struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for ReissueCertificateOrderRequest. func (rcor ReissueCertificateOrderRequest) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -9243,7 +8738,6 @@ func (rcor ReissueCertificateOrderRequest) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for ReissueCertificateOrderRequest struct. func (rcor *ReissueCertificateOrderRequest) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -9322,7 +8816,6 @@ func (rcor *ReissueCertificateOrderRequest) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ReissueCertificateOrderRequestProperties ... type ReissueCertificateOrderRequestProperties struct { // KeySize - Certificate Key Size @@ -9331,7 +8824,6 @@ type ReissueCertificateOrderRequestProperties struct { DelayExistingRevokeInHours *int32 `json:"delayExistingRevokeInHours,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RelayServiceConnectionEntity class that represents a Biztalk Hybrid Connection type RelayServiceConnectionEntity struct { autorest.Response `json:"-"` @@ -9350,7 +8842,6 @@ type RelayServiceConnectionEntity struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for RelayServiceConnectionEntity. func (rsce RelayServiceConnectionEntity) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -9378,7 +8869,6 @@ func (rsce RelayServiceConnectionEntity) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for RelayServiceConnectionEntity struct. func (rsce *RelayServiceConnectionEntity) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -9457,7 +8947,6 @@ func (rsce *RelayServiceConnectionEntity) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RelayServiceConnectionEntityProperties ... type RelayServiceConnectionEntityProperties struct { EntityName *string `json:"entityName,omitempty"` @@ -9469,7 +8958,6 @@ type RelayServiceConnectionEntityProperties struct { BiztalkURI *string `json:"biztalkUri,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RenewCertificateOrderRequest class representing certificate renew request type RenewCertificateOrderRequest struct { *RenewCertificateOrderRequestProperties `json:"properties,omitempty"` @@ -9487,7 +8975,6 @@ type RenewCertificateOrderRequest struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for RenewCertificateOrderRequest. func (rcor RenewCertificateOrderRequest) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -9515,7 +9002,6 @@ func (rcor RenewCertificateOrderRequest) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for RenewCertificateOrderRequest struct. func (rcor *RenewCertificateOrderRequest) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -9594,14 +9080,12 @@ func (rcor *RenewCertificateOrderRequest) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RenewCertificateOrderRequestProperties ... type RenewCertificateOrderRequestProperties struct { // KeySize - Certificate Key Size KeySize *int32 `json:"keySize,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RequestsBasedTrigger requestsBasedTrigger type RequestsBasedTrigger struct { // Count - Count @@ -9610,7 +9094,6 @@ type RequestsBasedTrigger struct { TimeInterval *string `json:"timeInterval,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Resource ... type Resource struct { // ID - Resource Id @@ -9627,7 +9110,6 @@ type Resource struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for Resource. func (r Resource) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -9652,7 +9134,6 @@ func (r Resource) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResourceMetric object representing a metric for any resource type ResourceMetric struct { // Name - Name of metric @@ -9673,7 +9154,6 @@ type ResourceMetric struct { Properties *[]KeyValuePairStringString `json:"properties,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResourceMetricCollection collection of metric responses type ResourceMetricCollection struct { autorest.Response `json:"-"` @@ -9683,14 +9163,12 @@ type ResourceMetricCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResourceMetricCollectionIterator provides access to a complete listing of ResourceMetric values. type ResourceMetricCollectionIterator struct { i int page ResourceMetricCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *ResourceMetricCollectionIterator) Next() error { @@ -9707,19 +9185,16 @@ func (iter *ResourceMetricCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter ResourceMetricCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter ResourceMetricCollectionIterator) Response() ResourceMetricCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter ResourceMetricCollectionIterator) Value() ResourceMetric { @@ -9729,7 +9204,6 @@ func (iter ResourceMetricCollectionIterator) Value() ResourceMetric { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (rmc ResourceMetricCollection) IsEmpty() bool { return rmc.Value == nil || len(*rmc.Value) == 0 @@ -9747,14 +9221,12 @@ func (rmc ResourceMetricCollection) resourceMetricCollectionPreparer() (*http.Re autorest.WithBaseURL(to.String(rmc.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResourceMetricCollectionPage contains a page of ResourceMetric values. type ResourceMetricCollectionPage struct { fn func(ResourceMetricCollection) (ResourceMetricCollection, error) rmc ResourceMetricCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *ResourceMetricCollectionPage) Next() error { @@ -9766,19 +9238,16 @@ func (page *ResourceMetricCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page ResourceMetricCollectionPage) NotDone() bool { return !page.rmc.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page ResourceMetricCollectionPage) Response() ResourceMetricCollection { return page.rmc } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page ResourceMetricCollectionPage) Values() []ResourceMetric { if page.rmc.IsEmpty() { @@ -9787,7 +9256,6 @@ func (page ResourceMetricCollectionPage) Values() []ResourceMetric { return *page.rmc.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResourceMetricName name of a metric for any resource type ResourceMetricName struct { // Value - metric name value @@ -9796,7 +9264,6 @@ type ResourceMetricName struct { LocalizedValue *string `json:"localizedValue,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResourceMetricValue value of resource metric type ResourceMetricValue struct { // TimeStamp - Value timestamp @@ -9813,7 +9280,6 @@ type ResourceMetricValue struct { Count *float64 `json:"count,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResourceNameAvailability describes if a resource name is available type ResourceNameAvailability struct { autorest.Response `json:"-"` @@ -9824,7 +9290,6 @@ type ResourceNameAvailability struct { Message *string `json:"message,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResourceNameAvailabilityRequest resource name availability request content type ResourceNameAvailabilityRequest struct { // Name - Resource name to verify @@ -9835,7 +9300,6 @@ type ResourceNameAvailabilityRequest struct { IsFqdn *bool `json:"isFqdn,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResponseMessageEnvelopeAPIEntity message envelope that contains the common Azure resource manager properties and // the resource provider specific content type ResponseMessageEnvelopeAPIEntity struct { @@ -9859,7 +9323,6 @@ type ResponseMessageEnvelopeAPIEntity struct { Sku *SkuDescription `json:"sku,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for ResponseMessageEnvelopeAPIEntity. func (rmeAe ResponseMessageEnvelopeAPIEntity) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -9890,7 +9353,6 @@ func (rmeAe ResponseMessageEnvelopeAPIEntity) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestoreRequest description of a restore request type RestoreRequest struct { autorest.Response `json:"-"` @@ -9909,7 +9371,6 @@ type RestoreRequest struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for RestoreRequest. func (rr RestoreRequest) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -9937,7 +9398,6 @@ func (rr RestoreRequest) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for RestoreRequest struct. func (rr *RestoreRequest) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -10016,7 +9476,6 @@ func (rr *RestoreRequest) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestoreRequestProperties ... type RestoreRequestProperties struct { // StorageAccountURL - SAS URL to the container @@ -10040,7 +9499,6 @@ type RestoreRequestProperties struct { HostingEnvironment *string `json:"hostingEnvironment,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestoreResponse response for a restore site request type RestoreResponse struct { autorest.Response `json:"-"` @@ -10059,7 +9517,6 @@ type RestoreResponse struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for RestoreResponse. func (rr RestoreResponse) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -10087,7 +9544,6 @@ func (rr RestoreResponse) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for RestoreResponse struct. func (rr *RestoreResponse) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -10166,21 +9622,18 @@ func (rr *RestoreResponse) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestoreResponseProperties ... type RestoreResponseProperties struct { // OperationID - When server starts the restore process, it will return an OperationId identifying that particular restore operation OperationID *string `json:"operationId,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RoutingRule routing rules for TiP type RoutingRule struct { // Name - Name of the routing rule. The recommended name would be to point to the slot which will receive the traffic in the experiment. Name *string `json:"name,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ServerFarmCollection collection of serverfarms type ServerFarmCollection struct { autorest.Response `json:"-"` @@ -10190,14 +9643,12 @@ type ServerFarmCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ServerFarmCollectionIterator provides access to a complete listing of ServerFarmWithRichSku values. type ServerFarmCollectionIterator struct { i int page ServerFarmCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *ServerFarmCollectionIterator) Next() error { @@ -10214,19 +9665,16 @@ func (iter *ServerFarmCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter ServerFarmCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter ServerFarmCollectionIterator) Response() ServerFarmCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter ServerFarmCollectionIterator) Value() ServerFarmWithRichSku { @@ -10236,7 +9684,6 @@ func (iter ServerFarmCollectionIterator) Value() ServerFarmWithRichSku { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (sfc ServerFarmCollection) IsEmpty() bool { return sfc.Value == nil || len(*sfc.Value) == 0 @@ -10254,14 +9701,12 @@ func (sfc ServerFarmCollection) serverFarmCollectionPreparer() (*http.Request, e autorest.WithBaseURL(to.String(sfc.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ServerFarmCollectionPage contains a page of ServerFarmWithRichSku values. type ServerFarmCollectionPage struct { fn func(ServerFarmCollection) (ServerFarmCollection, error) sfc ServerFarmCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *ServerFarmCollectionPage) Next() error { @@ -10273,19 +9718,16 @@ func (page *ServerFarmCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page ServerFarmCollectionPage) NotDone() bool { return !page.sfc.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page ServerFarmCollectionPage) Response() ServerFarmCollection { return page.sfc } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page ServerFarmCollectionPage) Values() []ServerFarmWithRichSku { if page.sfc.IsEmpty() { @@ -10294,7 +9736,6 @@ func (page ServerFarmCollectionPage) Values() []ServerFarmWithRichSku { return *page.sfc.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ServerFarmsCreateOrUpdateServerFarmFuture an abstraction for monitoring and retrieving the results of a // long-running operation. type ServerFarmsCreateOrUpdateServerFarmFuture struct { @@ -10302,7 +9743,6 @@ type ServerFarmsCreateOrUpdateServerFarmFuture struct { req *http.Request } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. func (future ServerFarmsCreateOrUpdateServerFarmFuture) Result(client ServerFarmsClient) (sfwrs ServerFarmWithRichSku, err error) { @@ -10345,7 +9785,6 @@ func (future ServerFarmsCreateOrUpdateServerFarmFuture) Result(client ServerFarm return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ServerFarmWithRichSku app Service Plan Model type ServerFarmWithRichSku struct { autorest.Response `json:"-"` @@ -10365,7 +9804,6 @@ type ServerFarmWithRichSku struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for ServerFarmWithRichSku. func (sfwrs ServerFarmWithRichSku) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -10396,7 +9834,6 @@ func (sfwrs ServerFarmWithRichSku) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for ServerFarmWithRichSku struct. func (sfwrs *ServerFarmWithRichSku) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -10484,7 +9921,6 @@ func (sfwrs *ServerFarmWithRichSku) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ServerFarmWithRichSkuProperties ... type ServerFarmWithRichSkuProperties struct { // Name - Name for the App Service Plan @@ -10514,14 +9950,12 @@ type ServerFarmWithRichSkuProperties struct { Reserved *bool `json:"reserved,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SetObject ... type SetObject struct { autorest.Response `json:"-"` Value interface{} `json:"value,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Site represents a web app type Site struct { autorest.Response `json:"-"` @@ -10540,7 +9974,6 @@ type Site struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for Site. func (s Site) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -10568,7 +10001,6 @@ func (s Site) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for Site struct. func (s *Site) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -10647,7 +10079,6 @@ func (s *Site) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SiteAuthSettings configuration settings for the Azure App Service Authentication / Authorization feature. type SiteAuthSettings struct { autorest.Response `json:"-"` @@ -10743,7 +10174,6 @@ type SiteAuthSettings struct { MicrosoftAccountOAuthScopes *[]string `json:"microsoftAccountOAuthScopes,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SiteCloneability represents whether or not a web app is cloneable type SiteCloneability struct { autorest.Response `json:"-"` @@ -10758,7 +10188,6 @@ type SiteCloneability struct { BlockingCharacteristics *[]SiteCloneabilityCriterion `json:"blockingCharacteristics,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SiteCloneabilityCriterion represents a site cloneability criterion type SiteCloneabilityCriterion struct { // Name - Name of criterion @@ -10767,7 +10196,6 @@ type SiteCloneabilityCriterion struct { Description *string `json:"description,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SiteCollection collection of sites type SiteCollection struct { autorest.Response `json:"-"` @@ -10777,14 +10205,12 @@ type SiteCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SiteCollectionIterator provides access to a complete listing of Site values. type SiteCollectionIterator struct { i int page SiteCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *SiteCollectionIterator) Next() error { @@ -10801,19 +10227,16 @@ func (iter *SiteCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter SiteCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter SiteCollectionIterator) Response() SiteCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter SiteCollectionIterator) Value() Site { @@ -10823,7 +10246,6 @@ func (iter SiteCollectionIterator) Value() Site { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (sc SiteCollection) IsEmpty() bool { return sc.Value == nil || len(*sc.Value) == 0 @@ -10841,14 +10263,12 @@ func (sc SiteCollection) siteCollectionPreparer() (*http.Request, error) { autorest.WithBaseURL(to.String(sc.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SiteCollectionPage contains a page of Site values. type SiteCollectionPage struct { fn func(SiteCollection) (SiteCollection, error) sc SiteCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *SiteCollectionPage) Next() error { @@ -10860,19 +10280,16 @@ func (page *SiteCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page SiteCollectionPage) NotDone() bool { return !page.sc.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page SiteCollectionPage) Response() SiteCollection { return page.sc } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page SiteCollectionPage) Values() []Site { if page.sc.IsEmpty() { @@ -10881,7 +10298,6 @@ func (page SiteCollectionPage) Values() []Site { return *page.sc.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SiteConfig configuration of Azure web site type SiteConfig struct { autorest.Response `json:"-"` @@ -10900,7 +10316,6 @@ type SiteConfig struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for SiteConfig. func (sc SiteConfig) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -10928,7 +10343,6 @@ func (sc SiteConfig) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for SiteConfig struct. func (sc *SiteConfig) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -11007,7 +10421,6 @@ func (sc *SiteConfig) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SiteConfigProperties ... type SiteConfigProperties struct { // NumberOfWorkers - Number of workers @@ -11096,7 +10509,6 @@ type SiteConfigProperties struct { IPSecurityRestrictions *[]IPSecurityRestriction `json:"ipSecurityRestrictions,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SiteInstance instance of a web app type SiteInstance struct { *SiteInstanceProperties `json:"properties,omitempty"` @@ -11114,7 +10526,6 @@ type SiteInstance struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for SiteInstance. func (si SiteInstance) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -11142,7 +10553,6 @@ func (si SiteInstance) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for SiteInstance struct. func (si *SiteInstance) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -11221,7 +10631,6 @@ func (si *SiteInstance) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SiteInstanceCollection collection of site instances type SiteInstanceCollection struct { autorest.Response `json:"-"` @@ -11231,14 +10640,12 @@ type SiteInstanceCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SiteInstanceCollectionIterator provides access to a complete listing of SiteInstance values. type SiteInstanceCollectionIterator struct { i int page SiteInstanceCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *SiteInstanceCollectionIterator) Next() error { @@ -11255,19 +10662,16 @@ func (iter *SiteInstanceCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter SiteInstanceCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter SiteInstanceCollectionIterator) Response() SiteInstanceCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter SiteInstanceCollectionIterator) Value() SiteInstance { @@ -11277,7 +10681,6 @@ func (iter SiteInstanceCollectionIterator) Value() SiteInstance { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (sic SiteInstanceCollection) IsEmpty() bool { return sic.Value == nil || len(*sic.Value) == 0 @@ -11295,14 +10698,12 @@ func (sic SiteInstanceCollection) siteInstanceCollectionPreparer() (*http.Reques autorest.WithBaseURL(to.String(sic.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SiteInstanceCollectionPage contains a page of SiteInstance values. type SiteInstanceCollectionPage struct { fn func(SiteInstanceCollection) (SiteInstanceCollection, error) sic SiteInstanceCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *SiteInstanceCollectionPage) Next() error { @@ -11314,19 +10715,16 @@ func (page *SiteInstanceCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page SiteInstanceCollectionPage) NotDone() bool { return !page.sic.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page SiteInstanceCollectionPage) Response() SiteInstanceCollection { return page.sic } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page SiteInstanceCollectionPage) Values() []SiteInstance { if page.sic.IsEmpty() { @@ -11335,14 +10733,12 @@ func (page SiteInstanceCollectionPage) Values() []SiteInstance { return *page.sic.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SiteInstanceProperties ... type SiteInstanceProperties struct { // Name - Name of instance Name *string `json:"name,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SiteLimits represents metric limits set on a web app. type SiteLimits struct { // MaxPercentageCPU - Maximum allowed CPU usage percentage @@ -11353,7 +10749,6 @@ type SiteLimits struct { MaxDiskSizeInMb *int64 `json:"maxDiskSizeInMb,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SiteLogsConfig configuration of Azure web site type SiteLogsConfig struct { autorest.Response `json:"-"` @@ -11372,7 +10767,6 @@ type SiteLogsConfig struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for SiteLogsConfig. func (slc SiteLogsConfig) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -11400,7 +10794,6 @@ func (slc SiteLogsConfig) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for SiteLogsConfig struct. func (slc *SiteLogsConfig) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -11479,7 +10872,6 @@ func (slc *SiteLogsConfig) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SiteLogsConfigProperties ... type SiteLogsConfigProperties struct { // ApplicationLogs - Application logs configuration @@ -11492,7 +10884,6 @@ type SiteLogsConfigProperties struct { DetailedErrorMessages *EnabledConfig `json:"detailedErrorMessages,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SiteProperties ... type SiteProperties struct { // Name - Name of web app @@ -11559,7 +10950,6 @@ type SiteProperties struct { DefaultHostName *string `json:"defaultHostName,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SitePropertiesModel ... type SitePropertiesModel struct { Metadata *[]NameValuePair `json:"metadata,omitempty"` @@ -11567,7 +10957,6 @@ type SitePropertiesModel struct { AppSettings *[]NameValuePair `json:"appSettings,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SitesCreateOrUpdateSiteFuture an abstraction for monitoring and retrieving the results of a long-running // operation. type SitesCreateOrUpdateSiteFuture struct { @@ -11575,7 +10964,6 @@ type SitesCreateOrUpdateSiteFuture struct { req *http.Request } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. func (future SitesCreateOrUpdateSiteFuture) Result(client SitesClient) (s Site, err error) { @@ -11618,7 +11006,6 @@ func (future SitesCreateOrUpdateSiteFuture) Result(client SitesClient) (s Site, return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SitesCreateOrUpdateSiteSlotFuture an abstraction for monitoring and retrieving the results of a long-running // operation. type SitesCreateOrUpdateSiteSlotFuture struct { @@ -11626,7 +11013,6 @@ type SitesCreateOrUpdateSiteSlotFuture struct { req *http.Request } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. func (future SitesCreateOrUpdateSiteSlotFuture) Result(client SitesClient) (s Site, err error) { @@ -11669,7 +11055,6 @@ func (future SitesCreateOrUpdateSiteSlotFuture) Result(client SitesClient) (s Si return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SitesListSitePublishingCredentialsFuture an abstraction for monitoring and retrieving the results of a // long-running operation. type SitesListSitePublishingCredentialsFuture struct { @@ -11677,7 +11062,6 @@ type SitesListSitePublishingCredentialsFuture struct { req *http.Request } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. func (future SitesListSitePublishingCredentialsFuture) Result(client SitesClient) (u User, err error) { @@ -11720,7 +11104,6 @@ func (future SitesListSitePublishingCredentialsFuture) Result(client SitesClient return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SitesListSitePublishingCredentialsSlotFuture an abstraction for monitoring and retrieving the results of a // long-running operation. type SitesListSitePublishingCredentialsSlotFuture struct { @@ -11728,7 +11111,6 @@ type SitesListSitePublishingCredentialsSlotFuture struct { req *http.Request } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. func (future SitesListSitePublishingCredentialsSlotFuture) Result(client SitesClient) (u User, err error) { @@ -11771,7 +11153,6 @@ func (future SitesListSitePublishingCredentialsSlotFuture) Result(client SitesCl return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SiteSourceControl describes the source control configuration for web app type SiteSourceControl struct { autorest.Response `json:"-"` @@ -11790,7 +11171,6 @@ type SiteSourceControl struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for SiteSourceControl. func (ssc SiteSourceControl) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -11818,7 +11198,6 @@ func (ssc SiteSourceControl) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for SiteSourceControl struct. func (ssc *SiteSourceControl) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -11897,7 +11276,6 @@ func (ssc *SiteSourceControl) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SiteSourceControlProperties ... type SiteSourceControlProperties struct { // RepoURL - Repository or source control url @@ -11912,14 +11290,12 @@ type SiteSourceControlProperties struct { IsMercurial *bool `json:"isMercurial,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SitesRecoverSiteFuture an abstraction for monitoring and retrieving the results of a long-running operation. type SitesRecoverSiteFuture struct { azure.Future req *http.Request } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. func (future SitesRecoverSiteFuture) Result(client SitesClient) (s Site, err error) { @@ -11962,14 +11338,12 @@ func (future SitesRecoverSiteFuture) Result(client SitesClient) (s Site, err err return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SitesRecoverSiteSlotFuture an abstraction for monitoring and retrieving the results of a long-running operation. type SitesRecoverSiteSlotFuture struct { azure.Future req *http.Request } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. func (future SitesRecoverSiteSlotFuture) Result(client SitesClient) (s Site, err error) { @@ -12012,14 +11386,12 @@ func (future SitesRecoverSiteSlotFuture) Result(client SitesClient) (s Site, err return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SitesRestoreSiteFuture an abstraction for monitoring and retrieving the results of a long-running operation. type SitesRestoreSiteFuture struct { azure.Future req *http.Request } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. func (future SitesRestoreSiteFuture) Result(client SitesClient) (rr RestoreResponse, err error) { @@ -12062,14 +11434,12 @@ func (future SitesRestoreSiteFuture) Result(client SitesClient) (rr RestoreRespo return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SitesRestoreSiteSlotFuture an abstraction for monitoring and retrieving the results of a long-running operation. type SitesRestoreSiteSlotFuture struct { azure.Future req *http.Request } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. func (future SitesRestoreSiteSlotFuture) Result(client SitesClient) (rr RestoreResponse, err error) { @@ -12112,14 +11482,12 @@ func (future SitesRestoreSiteSlotFuture) Result(client SitesClient) (rr RestoreR return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SitesSwapSlotsSlotFuture an abstraction for monitoring and retrieving the results of a long-running operation. type SitesSwapSlotsSlotFuture struct { azure.Future req *http.Request } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. func (future SitesSwapSlotsSlotFuture) Result(client SitesClient) (so SetObject, err error) { @@ -12162,7 +11530,6 @@ func (future SitesSwapSlotsSlotFuture) Result(client SitesClient) (so SetObject, return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SitesSwapSlotWithProductionFuture an abstraction for monitoring and retrieving the results of a long-running // operation. type SitesSwapSlotWithProductionFuture struct { @@ -12170,7 +11537,6 @@ type SitesSwapSlotWithProductionFuture struct { req *http.Request } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. func (future SitesSwapSlotWithProductionFuture) Result(client SitesClient) (so SetObject, err error) { @@ -12213,7 +11579,6 @@ func (future SitesSwapSlotWithProductionFuture) Result(client SitesClient) (so S return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SkuCapacity description of the App Service Plan scale options type SkuCapacity struct { // Minimum - Minimum number of Workers for this App Service Plan SKU @@ -12226,7 +11591,6 @@ type SkuCapacity struct { ScaleType *string `json:"scaleType,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SkuDescription describes a sku for a scalable resource type SkuDescription struct { // Name - Name of the resource sku @@ -12241,7 +11605,6 @@ type SkuDescription struct { Capacity *int32 `json:"capacity,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SkuInfo sku discovery information type SkuInfo struct { // ResourceType - Resource type that this sku applies to @@ -12252,7 +11615,6 @@ type SkuInfo struct { Capacity *SkuCapacity `json:"capacity,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SkuInfoCollection collection of SkuInfos type SkuInfoCollection struct { autorest.Response `json:"-"` @@ -12262,14 +11624,12 @@ type SkuInfoCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SkuInfoCollectionIterator provides access to a complete listing of SkuInfo values. type SkuInfoCollectionIterator struct { i int page SkuInfoCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *SkuInfoCollectionIterator) Next() error { @@ -12286,19 +11646,16 @@ func (iter *SkuInfoCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter SkuInfoCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter SkuInfoCollectionIterator) Response() SkuInfoCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter SkuInfoCollectionIterator) Value() SkuInfo { @@ -12308,7 +11665,6 @@ func (iter SkuInfoCollectionIterator) Value() SkuInfo { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (sic SkuInfoCollection) IsEmpty() bool { return sic.Value == nil || len(*sic.Value) == 0 @@ -12326,14 +11682,12 @@ func (sic SkuInfoCollection) skuInfoCollectionPreparer() (*http.Request, error) autorest.WithBaseURL(to.String(sic.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SkuInfoCollectionPage contains a page of SkuInfo values. type SkuInfoCollectionPage struct { fn func(SkuInfoCollection) (SkuInfoCollection, error) sic SkuInfoCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *SkuInfoCollectionPage) Next() error { @@ -12345,19 +11699,16 @@ func (page *SkuInfoCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page SkuInfoCollectionPage) NotDone() bool { return !page.sic.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page SkuInfoCollectionPage) Response() SkuInfoCollection { return page.sic } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page SkuInfoCollectionPage) Values() []SkuInfo { if page.sic.IsEmpty() { @@ -12366,7 +11717,6 @@ func (page SkuInfoCollectionPage) Values() []SkuInfo { return *page.sic.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SlotConfigNames class containing names for connection strings and application settings to be marked as sticky to // the slot // and not moved during swap operation @@ -12378,7 +11728,6 @@ type SlotConfigNames struct { AppSettingNames *[]string `json:"appSettingNames,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SlotConfigNamesResource slot Config names azure resource type SlotConfigNamesResource struct { autorest.Response `json:"-"` @@ -12397,7 +11746,6 @@ type SlotConfigNamesResource struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for SlotConfigNamesResource. func (scnr SlotConfigNamesResource) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -12425,7 +11773,6 @@ func (scnr SlotConfigNamesResource) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for SlotConfigNamesResource struct. func (scnr *SlotConfigNamesResource) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -12504,7 +11851,6 @@ func (scnr *SlotConfigNamesResource) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SlotConfigNamesResourceProperties ... type SlotConfigNamesResourceProperties struct { // ConnectionStringNames - List of connection string names @@ -12513,7 +11859,6 @@ type SlotConfigNamesResourceProperties struct { AppSettingNames *[]string `json:"appSettingNames,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SlotDifference an object describing the difference in setting values between two web app slots type SlotDifference struct { *SlotDifferenceProperties `json:"properties,omitempty"` @@ -12531,7 +11876,6 @@ type SlotDifference struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for SlotDifference. func (sd SlotDifference) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -12559,7 +11903,6 @@ func (sd SlotDifference) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for SlotDifference struct. func (sd *SlotDifference) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -12638,7 +11981,6 @@ func (sd *SlotDifference) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SlotDifferenceCollection collection of Slot Differences type SlotDifferenceCollection struct { autorest.Response `json:"-"` @@ -12648,14 +11990,12 @@ type SlotDifferenceCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SlotDifferenceCollectionIterator provides access to a complete listing of SlotDifference values. type SlotDifferenceCollectionIterator struct { i int page SlotDifferenceCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *SlotDifferenceCollectionIterator) Next() error { @@ -12672,19 +12012,16 @@ func (iter *SlotDifferenceCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter SlotDifferenceCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter SlotDifferenceCollectionIterator) Response() SlotDifferenceCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter SlotDifferenceCollectionIterator) Value() SlotDifference { @@ -12694,7 +12031,6 @@ func (iter SlotDifferenceCollectionIterator) Value() SlotDifference { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (sdc SlotDifferenceCollection) IsEmpty() bool { return sdc.Value == nil || len(*sdc.Value) == 0 @@ -12712,14 +12048,12 @@ func (sdc SlotDifferenceCollection) slotDifferenceCollectionPreparer() (*http.Re autorest.WithBaseURL(to.String(sdc.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SlotDifferenceCollectionPage contains a page of SlotDifference values. type SlotDifferenceCollectionPage struct { fn func(SlotDifferenceCollection) (SlotDifferenceCollection, error) sdc SlotDifferenceCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *SlotDifferenceCollectionPage) Next() error { @@ -12731,19 +12065,16 @@ func (page *SlotDifferenceCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page SlotDifferenceCollectionPage) NotDone() bool { return !page.sdc.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page SlotDifferenceCollectionPage) Response() SlotDifferenceCollection { return page.sdc } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page SlotDifferenceCollectionPage) Values() []SlotDifference { if page.sdc.IsEmpty() { @@ -12752,7 +12083,6 @@ func (page SlotDifferenceCollectionPage) Values() []SlotDifference { return *page.sdc.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SlotDifferenceProperties ... type SlotDifferenceProperties struct { // Type - Indicates the type of the difference: Information, Warning or Error. @@ -12771,7 +12101,6 @@ type SlotDifferenceProperties struct { Description *string `json:"description,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SlowRequestsBasedTrigger slowRequestsBasedTrigger type SlowRequestsBasedTrigger struct { // TimeTaken - TimeTaken @@ -12782,7 +12111,6 @@ type SlowRequestsBasedTrigger struct { TimeInterval *string `json:"timeInterval,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SourceControl describes the Source Control OAuth Token type SourceControl struct { autorest.Response `json:"-"` @@ -12801,7 +12129,6 @@ type SourceControl struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for SourceControl. func (sc SourceControl) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -12829,7 +12156,6 @@ func (sc SourceControl) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for SourceControl struct. func (sc *SourceControl) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -12908,7 +12234,6 @@ func (sc *SourceControl) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SourceControlCollection collection of soure controls type SourceControlCollection struct { autorest.Response `json:"-"` @@ -12918,14 +12243,12 @@ type SourceControlCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SourceControlCollectionIterator provides access to a complete listing of SourceControl values. type SourceControlCollectionIterator struct { i int page SourceControlCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *SourceControlCollectionIterator) Next() error { @@ -12942,19 +12265,16 @@ func (iter *SourceControlCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter SourceControlCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter SourceControlCollectionIterator) Response() SourceControlCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter SourceControlCollectionIterator) Value() SourceControl { @@ -12964,7 +12284,6 @@ func (iter SourceControlCollectionIterator) Value() SourceControl { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (scc SourceControlCollection) IsEmpty() bool { return scc.Value == nil || len(*scc.Value) == 0 @@ -12982,14 +12301,12 @@ func (scc SourceControlCollection) sourceControlCollectionPreparer() (*http.Requ autorest.WithBaseURL(to.String(scc.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SourceControlCollectionPage contains a page of SourceControl values. type SourceControlCollectionPage struct { fn func(SourceControlCollection) (SourceControlCollection, error) scc SourceControlCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *SourceControlCollectionPage) Next() error { @@ -13001,19 +12318,16 @@ func (page *SourceControlCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page SourceControlCollectionPage) NotDone() bool { return !page.scc.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page SourceControlCollectionPage) Response() SourceControlCollection { return page.scc } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page SourceControlCollectionPage) Values() []SourceControl { if page.scc.IsEmpty() { @@ -13022,7 +12336,6 @@ func (page SourceControlCollectionPage) Values() []SourceControl { return *page.scc.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SourceControlProperties ... type SourceControlProperties struct { // Name - Name or Source Control Type @@ -13037,7 +12350,6 @@ type SourceControlProperties struct { ExpirationTime *date.Time `json:"expirationTime,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // StampCapacity class containing stamp capacity information type StampCapacity struct { // Name - Name of the stamp @@ -13066,7 +12378,6 @@ type StampCapacity struct { SiteMode *string `json:"siteMode,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // StampCapacityCollection collection of stamp capacities type StampCapacityCollection struct { autorest.Response `json:"-"` @@ -13076,14 +12387,12 @@ type StampCapacityCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // StampCapacityCollectionIterator provides access to a complete listing of StampCapacity values. type StampCapacityCollectionIterator struct { i int page StampCapacityCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *StampCapacityCollectionIterator) Next() error { @@ -13100,19 +12409,16 @@ func (iter *StampCapacityCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter StampCapacityCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter StampCapacityCollectionIterator) Response() StampCapacityCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter StampCapacityCollectionIterator) Value() StampCapacity { @@ -13122,7 +12428,6 @@ func (iter StampCapacityCollectionIterator) Value() StampCapacity { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (scc StampCapacityCollection) IsEmpty() bool { return scc.Value == nil || len(*scc.Value) == 0 @@ -13140,14 +12445,12 @@ func (scc StampCapacityCollection) stampCapacityCollectionPreparer() (*http.Requ autorest.WithBaseURL(to.String(scc.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // StampCapacityCollectionPage contains a page of StampCapacity values. type StampCapacityCollectionPage struct { fn func(StampCapacityCollection) (StampCapacityCollection, error) scc StampCapacityCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *StampCapacityCollectionPage) Next() error { @@ -13159,19 +12462,16 @@ func (page *StampCapacityCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page StampCapacityCollectionPage) NotDone() bool { return !page.scc.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page StampCapacityCollectionPage) Response() StampCapacityCollection { return page.scc } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page StampCapacityCollectionPage) Values() []StampCapacity { if page.scc.IsEmpty() { @@ -13180,7 +12480,6 @@ func (page StampCapacityCollectionPage) Values() []StampCapacity { return *page.scc.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // StatusCodesBasedTrigger statusCodeBasedTrigger type StatusCodesBasedTrigger struct { // Status - HTTP status code @@ -13195,7 +12494,6 @@ type StatusCodesBasedTrigger struct { TimeInterval *string `json:"timeInterval,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // StringDictionary string dictionary resource type StringDictionary struct { autorest.Response `json:"-"` @@ -13215,7 +12513,6 @@ type StringDictionary struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for StringDictionary. func (sd StringDictionary) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -13243,7 +12540,6 @@ func (sd StringDictionary) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // TldLegalAgreement represents a legal agreement for top level domain type TldLegalAgreement struct { // AgreementKey - Unique identifier for the agreement @@ -13256,7 +12552,6 @@ type TldLegalAgreement struct { URL *string `json:"url,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // TldLegalAgreementCollection collection of Tld Legal Agreements type TldLegalAgreementCollection struct { autorest.Response `json:"-"` @@ -13266,14 +12561,12 @@ type TldLegalAgreementCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // TldLegalAgreementCollectionIterator provides access to a complete listing of TldLegalAgreement values. type TldLegalAgreementCollectionIterator struct { i int page TldLegalAgreementCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *TldLegalAgreementCollectionIterator) Next() error { @@ -13290,19 +12583,16 @@ func (iter *TldLegalAgreementCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter TldLegalAgreementCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter TldLegalAgreementCollectionIterator) Response() TldLegalAgreementCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter TldLegalAgreementCollectionIterator) Value() TldLegalAgreement { @@ -13312,7 +12602,6 @@ func (iter TldLegalAgreementCollectionIterator) Value() TldLegalAgreement { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (tlac TldLegalAgreementCollection) IsEmpty() bool { return tlac.Value == nil || len(*tlac.Value) == 0 @@ -13330,14 +12619,12 @@ func (tlac TldLegalAgreementCollection) tldLegalAgreementCollectionPreparer() (* autorest.WithBaseURL(to.String(tlac.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // TldLegalAgreementCollectionPage contains a page of TldLegalAgreement values. type TldLegalAgreementCollectionPage struct { fn func(TldLegalAgreementCollection) (TldLegalAgreementCollection, error) tlac TldLegalAgreementCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *TldLegalAgreementCollectionPage) Next() error { @@ -13349,19 +12636,16 @@ func (page *TldLegalAgreementCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page TldLegalAgreementCollectionPage) NotDone() bool { return !page.tlac.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page TldLegalAgreementCollectionPage) Response() TldLegalAgreementCollection { return page.tlac } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page TldLegalAgreementCollectionPage) Values() []TldLegalAgreement { if page.tlac.IsEmpty() { @@ -13370,7 +12654,6 @@ func (page TldLegalAgreementCollectionPage) Values() []TldLegalAgreement { return *page.tlac.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // TopLevelDomain a top level domain object type TopLevelDomain struct { autorest.Response `json:"-"` @@ -13389,7 +12672,6 @@ type TopLevelDomain struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for TopLevelDomain. func (tld TopLevelDomain) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -13417,7 +12699,6 @@ func (tld TopLevelDomain) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for TopLevelDomain struct. func (tld *TopLevelDomain) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -13496,14 +12777,12 @@ func (tld *TopLevelDomain) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // TopLevelDomainAgreementOption options for retrieving the list of top level domain legal agreements type TopLevelDomainAgreementOption struct { // IncludePrivacy - If true then the list of agreements will inclue agreements for domain privacy as well. IncludePrivacy *bool `json:"includePrivacy,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // TopLevelDomainCollection collection of Top Level Domains type TopLevelDomainCollection struct { autorest.Response `json:"-"` @@ -13513,14 +12792,12 @@ type TopLevelDomainCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // TopLevelDomainCollectionIterator provides access to a complete listing of TopLevelDomain values. type TopLevelDomainCollectionIterator struct { i int page TopLevelDomainCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *TopLevelDomainCollectionIterator) Next() error { @@ -13537,19 +12814,16 @@ func (iter *TopLevelDomainCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter TopLevelDomainCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter TopLevelDomainCollectionIterator) Response() TopLevelDomainCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter TopLevelDomainCollectionIterator) Value() TopLevelDomain { @@ -13559,7 +12833,6 @@ func (iter TopLevelDomainCollectionIterator) Value() TopLevelDomain { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (tldc TopLevelDomainCollection) IsEmpty() bool { return tldc.Value == nil || len(*tldc.Value) == 0 @@ -13577,14 +12850,12 @@ func (tldc TopLevelDomainCollection) topLevelDomainCollectionPreparer() (*http.R autorest.WithBaseURL(to.String(tldc.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // TopLevelDomainCollectionPage contains a page of TopLevelDomain values. type TopLevelDomainCollectionPage struct { fn func(TopLevelDomainCollection) (TopLevelDomainCollection, error) tldc TopLevelDomainCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *TopLevelDomainCollectionPage) Next() error { @@ -13596,19 +12867,16 @@ func (page *TopLevelDomainCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page TopLevelDomainCollectionPage) NotDone() bool { return !page.tldc.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page TopLevelDomainCollectionPage) Response() TopLevelDomainCollection { return page.tldc } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page TopLevelDomainCollectionPage) Values() []TopLevelDomain { if page.tldc.IsEmpty() { @@ -13617,7 +12885,6 @@ func (page TopLevelDomainCollectionPage) Values() []TopLevelDomain { return *page.tldc.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // TopLevelDomainProperties ... type TopLevelDomainProperties struct { // Name - Name of the top level domain @@ -13626,7 +12893,6 @@ type TopLevelDomainProperties struct { Privacy *bool `json:"privacy,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Usage class that represents usage of the quota resource. type Usage struct { *UsageProperties `json:"properties,omitempty"` @@ -13644,7 +12910,6 @@ type Usage struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for Usage. func (u Usage) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -13672,7 +12937,6 @@ func (u Usage) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for Usage struct. func (u *Usage) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -13751,7 +13015,6 @@ func (u *Usage) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UsageCollection collection of usages type UsageCollection struct { autorest.Response `json:"-"` @@ -13761,14 +13024,12 @@ type UsageCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UsageCollectionIterator provides access to a complete listing of Usage values. type UsageCollectionIterator struct { i int page UsageCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *UsageCollectionIterator) Next() error { @@ -13785,19 +13046,16 @@ func (iter *UsageCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter UsageCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter UsageCollectionIterator) Response() UsageCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter UsageCollectionIterator) Value() Usage { @@ -13807,7 +13065,6 @@ func (iter UsageCollectionIterator) Value() Usage { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (uc UsageCollection) IsEmpty() bool { return uc.Value == nil || len(*uc.Value) == 0 @@ -13825,14 +13082,12 @@ func (uc UsageCollection) usageCollectionPreparer() (*http.Request, error) { autorest.WithBaseURL(to.String(uc.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UsageCollectionPage contains a page of Usage values. type UsageCollectionPage struct { fn func(UsageCollection) (UsageCollection, error) uc UsageCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *UsageCollectionPage) Next() error { @@ -13844,19 +13099,16 @@ func (page *UsageCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page UsageCollectionPage) NotDone() bool { return !page.uc.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page UsageCollectionPage) Response() UsageCollection { return page.uc } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page UsageCollectionPage) Values() []Usage { if page.uc.IsEmpty() { @@ -13865,7 +13117,6 @@ func (page UsageCollectionPage) Values() []Usage { return *page.uc.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UsageProperties ... type UsageProperties struct { // DisplayName - Friendly name shown in the UI @@ -13888,7 +13139,6 @@ type UsageProperties struct { SiteMode *string `json:"siteMode,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // User represents user crendentials used for publishing activity type User struct { autorest.Response `json:"-"` @@ -13907,7 +13157,6 @@ type User struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for User. func (u User) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -13935,7 +13184,6 @@ func (u User) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for User struct. func (u *User) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -14014,7 +13262,6 @@ func (u *User) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UserProperties ... type UserProperties struct { // Name - Username (internal) @@ -14027,7 +13274,6 @@ type UserProperties struct { ScmURI *string `json:"scmUri,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // VirtualApplication ... type VirtualApplication struct { VirtualPath *string `json:"virtualPath,omitempty"` @@ -14036,14 +13282,12 @@ type VirtualApplication struct { VirtualDirectories *[]VirtualDirectory `json:"virtualDirectories,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // VirtualDirectory ... type VirtualDirectory struct { VirtualPath *string `json:"virtualPath,omitempty"` PhysicalPath *string `json:"physicalPath,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // VirtualIPMapping class that represents a VIP mapping type VirtualIPMapping struct { // VirtualIP - Virtual IP address @@ -14056,7 +13300,6 @@ type VirtualIPMapping struct { InUse *bool `json:"inUse,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // VirtualNetworkProfile specification for using a virtual network type VirtualNetworkProfile struct { // ID - Resource id of the virtual network @@ -14069,7 +13312,6 @@ type VirtualNetworkProfile struct { Subnet *string `json:"subnet,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // VnetGateway the VnetGateway contract. This is used to give the vnet gateway access to the VPN package. type VnetGateway struct { autorest.Response `json:"-"` @@ -14088,7 +13330,6 @@ type VnetGateway struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for VnetGateway. func (vg VnetGateway) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -14116,7 +13357,6 @@ func (vg VnetGateway) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for VnetGateway struct. func (vg *VnetGateway) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -14195,7 +13435,6 @@ func (vg *VnetGateway) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // VnetGatewayProperties ... type VnetGatewayProperties struct { // VnetName - The VNET name. @@ -14204,7 +13443,6 @@ type VnetGatewayProperties struct { VpnPackageURI *string `json:"vpnPackageUri,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // VnetInfo vNETInfo contract. This contract is public and is a stripped down version of VNETInfoInternal type VnetInfo struct { autorest.Response `json:"-"` @@ -14223,7 +13461,6 @@ type VnetInfo struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for VnetInfo. func (vi VnetInfo) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -14251,7 +13488,6 @@ func (vi VnetInfo) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for VnetInfo struct. func (vi *VnetInfo) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -14330,7 +13566,6 @@ func (vi *VnetInfo) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // VnetInfoProperties ... type VnetInfoProperties struct { // VnetResourceID - The vnet resource id @@ -14348,7 +13583,6 @@ type VnetInfoProperties struct { DNSServers *string `json:"dnsServers,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // VnetRoute vnetRoute contract used to pass routing information for a vnet. type VnetRoute struct { autorest.Response `json:"-"` @@ -14367,7 +13601,6 @@ type VnetRoute struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for VnetRoute. func (vr VnetRoute) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -14395,7 +13628,6 @@ func (vr VnetRoute) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for VnetRoute struct. func (vr *VnetRoute) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -14474,7 +13706,6 @@ func (vr *VnetRoute) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // VnetRouteProperties ... type VnetRouteProperties struct { // Name - The name of this route. This is only returned by the server and does not need to be set by the client. @@ -14493,7 +13724,6 @@ type VnetRouteProperties struct { RouteType *string `json:"routeType,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // WorkerPool worker pool of a hostingEnvironment (App Service Environment) type WorkerPool struct { autorest.Response `json:"-"` @@ -14513,7 +13743,6 @@ type WorkerPool struct { Tags map[string]*string `json:"tags"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // MarshalJSON is the custom marshaler for WorkerPool. func (wp WorkerPool) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -14544,7 +13773,6 @@ func (wp WorkerPool) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UnmarshalJSON is the custom unmarshaler for WorkerPool struct. func (wp *WorkerPool) UnmarshalJSON(body []byte) error { var m map[string]*json.RawMessage @@ -14632,7 +13860,6 @@ func (wp *WorkerPool) UnmarshalJSON(body []byte) error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // WorkerPoolCollection collection of worker pools type WorkerPoolCollection struct { autorest.Response `json:"-"` @@ -14642,14 +13869,12 @@ type WorkerPoolCollection struct { NextLink *string `json:"nextLink,omitempty"` } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // WorkerPoolCollectionIterator provides access to a complete listing of WorkerPool values. type WorkerPoolCollectionIterator struct { i int page WorkerPoolCollectionPage } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Next advances to the next value. If there was an error making // the request the iterator does not advance and the error is returned. func (iter *WorkerPoolCollectionIterator) Next() error { @@ -14666,19 +13891,16 @@ func (iter *WorkerPoolCollectionIterator) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the enumeration should be started or is not yet complete. func (iter WorkerPoolCollectionIterator) NotDone() bool { return iter.page.NotDone() && iter.i < len(iter.page.Values()) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (iter WorkerPoolCollectionIterator) Response() WorkerPoolCollection { return iter.page.Response() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Value returns the current value or a zero-initialized value if the // iterator has advanced beyond the end of the collection. func (iter WorkerPoolCollectionIterator) Value() WorkerPool { @@ -14688,7 +13910,6 @@ func (iter WorkerPoolCollectionIterator) Value() WorkerPool { return iter.page.Values()[iter.i] } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsEmpty returns true if the ListResult contains no values. func (wpc WorkerPoolCollection) IsEmpty() bool { return wpc.Value == nil || len(*wpc.Value) == 0 @@ -14706,14 +13927,12 @@ func (wpc WorkerPoolCollection) workerPoolCollectionPreparer() (*http.Request, e autorest.WithBaseURL(to.String(wpc.NextLink))) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // WorkerPoolCollectionPage contains a page of WorkerPool values. type WorkerPoolCollectionPage struct { fn func(WorkerPoolCollection) (WorkerPoolCollection, error) wpc WorkerPoolCollection } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // 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. func (page *WorkerPoolCollectionPage) Next() error { @@ -14725,19 +13944,16 @@ func (page *WorkerPoolCollectionPage) Next() error { return nil } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NotDone returns true if the page enumeration should be started or is not yet complete. func (page WorkerPoolCollectionPage) NotDone() bool { return !page.wpc.IsEmpty() } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Response returns the raw server response from the last page request. func (page WorkerPoolCollectionPage) Response() WorkerPoolCollection { return page.wpc } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Values returns the slice of values for the current page or nil if there are no values. func (page WorkerPoolCollectionPage) Values() []WorkerPool { if page.wpc.IsEmpty() { @@ -14746,7 +13962,6 @@ func (page WorkerPoolCollectionPage) Values() []WorkerPool { return *page.wpc.Value } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // WorkerPoolProperties ... type WorkerPoolProperties struct { // WorkerSizeID - Worker size id for referencing this worker pool diff --git a/services/web/mgmt/2015-08-preview/web/provider.go b/services/web/mgmt/2015-08-preview/web/provider.go index 80e57ec91061..9b57c5eb1813 100644 --- a/services/web/mgmt/2015-08-preview/web/provider.go +++ b/services/web/mgmt/2015-08-preview/web/provider.go @@ -24,25 +24,21 @@ import ( "net/http" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ProviderClient is the webSite Management Client type ProviderClient struct { BaseClient } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewProviderClient creates an instance of the ProviderClient client. func NewProviderClient(subscriptionID string) ProviderClient { return NewProviderClientWithBaseURI(DefaultBaseURI, subscriptionID) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewProviderClientWithBaseURI creates an instance of the ProviderClient client. func NewProviderClientWithBaseURI(baseURI string, subscriptionID string) ProviderClient { return ProviderClient{NewWithBaseURI(baseURI, subscriptionID)} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetPublishingUser sends the get publishing user request. func (client ProviderClient) GetPublishingUser(ctx context.Context) (result User, err error) { req, err := client.GetPublishingUserPreparer(ctx) @@ -66,7 +62,6 @@ func (client ProviderClient) GetPublishingUser(ctx context.Context) (result User return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetPublishingUserPreparer prepares the GetPublishingUser request. func (client ProviderClient) GetPublishingUserPreparer(ctx context.Context) (*http.Request, error) { const APIVersion = "2015-08-01" @@ -82,7 +77,6 @@ func (client ProviderClient) GetPublishingUserPreparer(ctx context.Context) (*ht return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetPublishingUserSender sends the GetPublishingUser request. The method will close the // http.Response Body if it receives an error. func (client ProviderClient) GetPublishingUserSender(req *http.Request) (*http.Response, error) { @@ -90,7 +84,6 @@ func (client ProviderClient) GetPublishingUserSender(req *http.Request) (*http.R autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetPublishingUserResponder handles the response to the GetPublishingUser request. The method always // closes the http.Response Body. func (client ProviderClient) GetPublishingUserResponder(resp *http.Response) (result User, err error) { @@ -104,10 +97,9 @@ func (client ProviderClient) GetPublishingUserResponder(resp *http.Response) (re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSourceControl sends the get source control request. -// -// sourceControlType is type of source control +// Parameters: +// sourceControlType - type of source control func (client ProviderClient) GetSourceControl(ctx context.Context, sourceControlType string) (result SourceControl, err error) { req, err := client.GetSourceControlPreparer(ctx, sourceControlType) if err != nil { @@ -130,7 +122,6 @@ func (client ProviderClient) GetSourceControl(ctx context.Context, sourceControl return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSourceControlPreparer prepares the GetSourceControl request. func (client ProviderClient) GetSourceControlPreparer(ctx context.Context, sourceControlType string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -150,7 +141,6 @@ func (client ProviderClient) GetSourceControlPreparer(ctx context.Context, sourc return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSourceControlSender sends the GetSourceControl request. The method will close the // http.Response Body if it receives an error. func (client ProviderClient) GetSourceControlSender(req *http.Request) (*http.Response, error) { @@ -158,7 +148,6 @@ func (client ProviderClient) GetSourceControlSender(req *http.Request) (*http.Re autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSourceControlResponder handles the response to the GetSourceControl request. The method always // closes the http.Response Body. func (client ProviderClient) GetSourceControlResponder(resp *http.Response) (result SourceControl, err error) { @@ -172,7 +161,6 @@ func (client ProviderClient) GetSourceControlResponder(resp *http.Response) (res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSourceControls sends the get source controls request. func (client ProviderClient) GetSourceControls(ctx context.Context) (result SourceControlCollectionPage, err error) { result.fn = client.getSourceControlsNextResults @@ -197,7 +185,6 @@ func (client ProviderClient) GetSourceControls(ctx context.Context) (result Sour return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSourceControlsPreparer prepares the GetSourceControls request. func (client ProviderClient) GetSourceControlsPreparer(ctx context.Context) (*http.Request, error) { const APIVersion = "2015-08-01" @@ -213,7 +200,6 @@ func (client ProviderClient) GetSourceControlsPreparer(ctx context.Context) (*ht return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSourceControlsSender sends the GetSourceControls request. The method will close the // http.Response Body if it receives an error. func (client ProviderClient) GetSourceControlsSender(req *http.Request) (*http.Response, error) { @@ -221,7 +207,6 @@ func (client ProviderClient) GetSourceControlsSender(req *http.Request) (*http.R autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSourceControlsResponder handles the response to the GetSourceControls request. The method always // closes the http.Response Body. func (client ProviderClient) GetSourceControlsResponder(resp *http.Response) (result SourceControlCollection, err error) { @@ -256,17 +241,15 @@ func (client ProviderClient) getSourceControlsNextResults(lastResults SourceCont return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSourceControlsComplete enumerates all values, automatically crossing page boundaries as required. func (client ProviderClient) GetSourceControlsComplete(ctx context.Context) (result SourceControlCollectionIterator, err error) { result.page, err = client.GetSourceControls(ctx) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdatePublishingUser sends the update publishing user request. -// -// requestMessage is details of publishing user +// Parameters: +// requestMessage - details of publishing user func (client ProviderClient) UpdatePublishingUser(ctx context.Context, requestMessage User) (result User, err error) { req, err := client.UpdatePublishingUserPreparer(ctx, requestMessage) if err != nil { @@ -289,7 +272,6 @@ func (client ProviderClient) UpdatePublishingUser(ctx context.Context, requestMe return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdatePublishingUserPreparer prepares the UpdatePublishingUser request. func (client ProviderClient) UpdatePublishingUserPreparer(ctx context.Context, requestMessage User) (*http.Request, error) { const APIVersion = "2015-08-01" @@ -307,7 +289,6 @@ func (client ProviderClient) UpdatePublishingUserPreparer(ctx context.Context, r return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdatePublishingUserSender sends the UpdatePublishingUser request. The method will close the // http.Response Body if it receives an error. func (client ProviderClient) UpdatePublishingUserSender(req *http.Request) (*http.Response, error) { @@ -315,7 +296,6 @@ func (client ProviderClient) UpdatePublishingUserSender(req *http.Request) (*htt autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdatePublishingUserResponder handles the response to the UpdatePublishingUser request. The method always // closes the http.Response Body. func (client ProviderClient) UpdatePublishingUserResponder(resp *http.Response) (result User, err error) { @@ -329,10 +309,10 @@ func (client ProviderClient) UpdatePublishingUserResponder(resp *http.Response) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSourceControl sends the update source control request. -// -// sourceControlType is type of source control requestMessage is source control token information +// Parameters: +// sourceControlType - type of source control +// requestMessage - source control token information func (client ProviderClient) UpdateSourceControl(ctx context.Context, sourceControlType string, requestMessage SourceControl) (result SourceControl, err error) { req, err := client.UpdateSourceControlPreparer(ctx, sourceControlType, requestMessage) if err != nil { @@ -355,7 +335,6 @@ func (client ProviderClient) UpdateSourceControl(ctx context.Context, sourceCont return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSourceControlPreparer prepares the UpdateSourceControl request. func (client ProviderClient) UpdateSourceControlPreparer(ctx context.Context, sourceControlType string, requestMessage SourceControl) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -377,7 +356,6 @@ func (client ProviderClient) UpdateSourceControlPreparer(ctx context.Context, so return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSourceControlSender sends the UpdateSourceControl request. The method will close the // http.Response Body if it receives an error. func (client ProviderClient) UpdateSourceControlSender(req *http.Request) (*http.Response, error) { @@ -385,7 +363,6 @@ func (client ProviderClient) UpdateSourceControlSender(req *http.Request) (*http autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSourceControlResponder handles the response to the UpdateSourceControl request. The method always // closes the http.Response Body. func (client ProviderClient) UpdateSourceControlResponder(resp *http.Response) (result SourceControl, err error) { diff --git a/services/web/mgmt/2015-08-preview/web/recommendations.go b/services/web/mgmt/2015-08-preview/web/recommendations.go index f3c945fb1883..cd062e633114 100644 --- a/services/web/mgmt/2015-08-preview/web/recommendations.go +++ b/services/web/mgmt/2015-08-preview/web/recommendations.go @@ -24,30 +24,27 @@ import ( "net/http" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RecommendationsClient is the webSite Management Client type RecommendationsClient struct { BaseClient } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewRecommendationsClient creates an instance of the RecommendationsClient client. func NewRecommendationsClient(subscriptionID string) RecommendationsClient { return NewRecommendationsClientWithBaseURI(DefaultBaseURI, subscriptionID) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewRecommendationsClientWithBaseURI creates an instance of the RecommendationsClient client. func NewRecommendationsClientWithBaseURI(baseURI string, subscriptionID string) RecommendationsClient { return RecommendationsClient{NewWithBaseURI(baseURI, subscriptionID)} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRecommendationBySubscription sends the get recommendation by subscription request. -// -// featured is if set, this API returns only the most critical recommendation among the others. Otherwise this API -// returns all recommendations available filter is return only channels specified in the filter. Filter is -// specified by using OData syntax. Example: $filter=channels eq 'Api' or channel eq 'Notification' +// Parameters: +// featured - if set, this API returns only the most critical recommendation among the others. Otherwise this +// API returns all recommendations available +// filter - return only channels specified in the filter. Filter is specified by using OData syntax. Example: +// $filter=channels eq 'Api' or channel eq 'Notification' func (client RecommendationsClient) GetRecommendationBySubscription(ctx context.Context, featured *bool, filter string) (result ListRecommendation, err error) { req, err := client.GetRecommendationBySubscriptionPreparer(ctx, featured, filter) if err != nil { @@ -70,7 +67,6 @@ func (client RecommendationsClient) GetRecommendationBySubscription(ctx context. return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRecommendationBySubscriptionPreparer prepares the GetRecommendationBySubscription request. func (client RecommendationsClient) GetRecommendationBySubscriptionPreparer(ctx context.Context, featured *bool, filter string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -96,7 +92,6 @@ func (client RecommendationsClient) GetRecommendationBySubscriptionPreparer(ctx return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRecommendationBySubscriptionSender sends the GetRecommendationBySubscription request. The method will close the // http.Response Body if it receives an error. func (client RecommendationsClient) GetRecommendationBySubscriptionSender(req *http.Request) (*http.Response, error) { @@ -104,7 +99,6 @@ func (client RecommendationsClient) GetRecommendationBySubscriptionSender(req *h azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRecommendationBySubscriptionResponder handles the response to the GetRecommendationBySubscription request. The method always // closes the http.Response Body. func (client RecommendationsClient) GetRecommendationBySubscriptionResponder(resp *http.Response) (result ListRecommendation, err error) { @@ -118,13 +112,14 @@ func (client RecommendationsClient) GetRecommendationBySubscriptionResponder(res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRecommendationHistoryForSite sends the get recommendation history for site request. -// -// resourceGroupName is resource group name siteName is site name startTime is the start time of a time range to -// query, e.g. $filter=startTime eq '2015-01-01T00:00:00Z' and endTime eq '2015-01-02T00:00:00Z' endTime is the end -// time of a time range to query, e.g. $filter=startTime eq '2015-01-01T00:00:00Z' and endTime eq -// '2015-01-02T00:00:00Z' +// Parameters: +// resourceGroupName - resource group name +// siteName - site name +// startTime - the start time of a time range to query, e.g. $filter=startTime eq '2015-01-01T00:00:00Z' and +// endTime eq '2015-01-02T00:00:00Z' +// endTime - the end time of a time range to query, e.g. $filter=startTime eq '2015-01-01T00:00:00Z' and +// endTime eq '2015-01-02T00:00:00Z' func (client RecommendationsClient) GetRecommendationHistoryForSite(ctx context.Context, resourceGroupName string, siteName string, startTime string, endTime string) (result ListRecommendation, err error) { req, err := client.GetRecommendationHistoryForSitePreparer(ctx, resourceGroupName, siteName, startTime, endTime) if err != nil { @@ -147,7 +142,6 @@ func (client RecommendationsClient) GetRecommendationHistoryForSite(ctx context. return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRecommendationHistoryForSitePreparer prepares the GetRecommendationHistoryForSite request. func (client RecommendationsClient) GetRecommendationHistoryForSitePreparer(ctx context.Context, resourceGroupName string, siteName string, startTime string, endTime string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -175,7 +169,6 @@ func (client RecommendationsClient) GetRecommendationHistoryForSitePreparer(ctx return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRecommendationHistoryForSiteSender sends the GetRecommendationHistoryForSite request. The method will close the // http.Response Body if it receives an error. func (client RecommendationsClient) GetRecommendationHistoryForSiteSender(req *http.Request) (*http.Response, error) { @@ -183,7 +176,6 @@ func (client RecommendationsClient) GetRecommendationHistoryForSiteSender(req *h azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRecommendationHistoryForSiteResponder handles the response to the GetRecommendationHistoryForSite request. The method always // closes the http.Response Body. func (client RecommendationsClient) GetRecommendationHistoryForSiteResponder(resp *http.Response) (result ListRecommendation, err error) { @@ -197,12 +189,14 @@ func (client RecommendationsClient) GetRecommendationHistoryForSiteResponder(res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRecommendedRulesForSite sends the get recommended rules for site request. -// -// resourceGroupName is resource group name siteName is site name featured is if set, this API returns only the -// most critical recommendation among the others. Otherwise this API returns all recommendations available siteSku -// is the name of site SKU. numSlots is the number of site slots associated to the site +// Parameters: +// resourceGroupName - resource group name +// siteName - site name +// featured - if set, this API returns only the most critical recommendation among the others. Otherwise this +// API returns all recommendations available +// siteSku - the name of site SKU. +// numSlots - the number of site slots associated to the site func (client RecommendationsClient) GetRecommendedRulesForSite(ctx context.Context, resourceGroupName string, siteName string, featured *bool, siteSku string, numSlots *int32) (result ListRecommendation, err error) { req, err := client.GetRecommendedRulesForSitePreparer(ctx, resourceGroupName, siteName, featured, siteSku, numSlots) if err != nil { @@ -225,7 +219,6 @@ func (client RecommendationsClient) GetRecommendedRulesForSite(ctx context.Conte return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRecommendedRulesForSitePreparer prepares the GetRecommendedRulesForSite request. func (client RecommendationsClient) GetRecommendedRulesForSitePreparer(ctx context.Context, resourceGroupName string, siteName string, featured *bool, siteSku string, numSlots *int32) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -256,7 +249,6 @@ func (client RecommendationsClient) GetRecommendedRulesForSitePreparer(ctx conte return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRecommendedRulesForSiteSender sends the GetRecommendedRulesForSite request. The method will close the // http.Response Body if it receives an error. func (client RecommendationsClient) GetRecommendedRulesForSiteSender(req *http.Request) (*http.Response, error) { @@ -264,7 +256,6 @@ func (client RecommendationsClient) GetRecommendedRulesForSiteSender(req *http.R azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRecommendedRulesForSiteResponder handles the response to the GetRecommendedRulesForSite request. The method always // closes the http.Response Body. func (client RecommendationsClient) GetRecommendedRulesForSiteResponder(resp *http.Response) (result ListRecommendation, err error) { @@ -278,10 +269,11 @@ func (client RecommendationsClient) GetRecommendedRulesForSiteResponder(resp *ht return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRuleDetailsBySiteName sends the get rule details by site name request. -// -// resourceGroupName is resource group name siteName is site name name is recommendation rule name +// Parameters: +// resourceGroupName - resource group name +// siteName - site name +// name - recommendation rule name func (client RecommendationsClient) GetRuleDetailsBySiteName(ctx context.Context, resourceGroupName string, siteName string, name string) (result RecommendationRule, err error) { req, err := client.GetRuleDetailsBySiteNamePreparer(ctx, resourceGroupName, siteName, name) if err != nil { @@ -304,7 +296,6 @@ func (client RecommendationsClient) GetRuleDetailsBySiteName(ctx context.Context return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRuleDetailsBySiteNamePreparer prepares the GetRuleDetailsBySiteName request. func (client RecommendationsClient) GetRuleDetailsBySiteNamePreparer(ctx context.Context, resourceGroupName string, siteName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -327,7 +318,6 @@ func (client RecommendationsClient) GetRuleDetailsBySiteNamePreparer(ctx context return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRuleDetailsBySiteNameSender sends the GetRuleDetailsBySiteName request. The method will close the // http.Response Body if it receives an error. func (client RecommendationsClient) GetRuleDetailsBySiteNameSender(req *http.Request) (*http.Response, error) { @@ -335,7 +325,6 @@ func (client RecommendationsClient) GetRuleDetailsBySiteNameSender(req *http.Req azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRuleDetailsBySiteNameResponder handles the response to the GetRuleDetailsBySiteName request. The method always // closes the http.Response Body. func (client RecommendationsClient) GetRuleDetailsBySiteNameResponder(resp *http.Response) (result RecommendationRule, err error) { diff --git a/services/web/mgmt/2015-08-preview/web/serverfarms.go b/services/web/mgmt/2015-08-preview/web/serverfarms.go index 6ad6da9b334a..af9a39f469ae 100644 --- a/services/web/mgmt/2015-08-preview/web/serverfarms.go +++ b/services/web/mgmt/2015-08-preview/web/serverfarms.go @@ -24,29 +24,27 @@ import ( "net/http" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ServerFarmsClient is the webSite Management Client type ServerFarmsClient struct { BaseClient } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewServerFarmsClient creates an instance of the ServerFarmsClient client. func NewServerFarmsClient(subscriptionID string) ServerFarmsClient { return NewServerFarmsClientWithBaseURI(DefaultBaseURI, subscriptionID) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewServerFarmsClientWithBaseURI creates an instance of the ServerFarmsClient client. func NewServerFarmsClientWithBaseURI(baseURI string, subscriptionID string) ServerFarmsClient { return ServerFarmsClient{NewWithBaseURI(baseURI, subscriptionID)} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateServerFarm sends the create or update server farm request. -// -// resourceGroupName is name of resource group name is name of App Service Plan serverFarmEnvelope is details of -// App Service Plan allowPendingState is oBSOLETE: If true, allow pending state for App Service Plan +// Parameters: +// resourceGroupName - name of resource group +// name - name of App Service Plan +// serverFarmEnvelope - details of App Service Plan +// allowPendingState - oBSOLETE: If true, allow pending state for App Service Plan func (client ServerFarmsClient) CreateOrUpdateServerFarm(ctx context.Context, resourceGroupName string, name string, serverFarmEnvelope ServerFarmWithRichSku, allowPendingState *bool) (result ServerFarmsCreateOrUpdateServerFarmFuture, err error) { req, err := client.CreateOrUpdateServerFarmPreparer(ctx, resourceGroupName, name, serverFarmEnvelope, allowPendingState) if err != nil { @@ -63,7 +61,6 @@ func (client ServerFarmsClient) CreateOrUpdateServerFarm(ctx context.Context, re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateServerFarmPreparer prepares the CreateOrUpdateServerFarm request. func (client ServerFarmsClient) CreateOrUpdateServerFarmPreparer(ctx context.Context, resourceGroupName string, name string, serverFarmEnvelope ServerFarmWithRichSku, allowPendingState *bool) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -90,7 +87,6 @@ func (client ServerFarmsClient) CreateOrUpdateServerFarmPreparer(ctx context.Con return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateServerFarmSender sends the CreateOrUpdateServerFarm request. The method will close the // http.Response Body if it receives an error. func (client ServerFarmsClient) CreateOrUpdateServerFarmSender(req *http.Request) (future ServerFarmsCreateOrUpdateServerFarmFuture, err error) { @@ -106,7 +102,6 @@ func (client ServerFarmsClient) CreateOrUpdateServerFarmSender(req *http.Request return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateServerFarmResponder handles the response to the CreateOrUpdateServerFarm request. The method always // closes the http.Response Body. func (client ServerFarmsClient) CreateOrUpdateServerFarmResponder(resp *http.Response) (result ServerFarmWithRichSku, err error) { @@ -120,11 +115,13 @@ func (client ServerFarmsClient) CreateOrUpdateServerFarmResponder(resp *http.Res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateVnetRoute sends the create or update vnet route request. -// -// resourceGroupName is name of resource group name is name of App Service Plan vnetName is name of virtual network -// routeName is name of the virtual network route route is the route object +// Parameters: +// resourceGroupName - name of resource group +// name - name of App Service Plan +// vnetName - name of virtual network +// routeName - name of the virtual network route +// route - the route object func (client ServerFarmsClient) CreateOrUpdateVnetRoute(ctx context.Context, resourceGroupName string, name string, vnetName string, routeName string, route VnetRoute) (result VnetRoute, err error) { req, err := client.CreateOrUpdateVnetRoutePreparer(ctx, resourceGroupName, name, vnetName, routeName, route) if err != nil { @@ -147,7 +144,6 @@ func (client ServerFarmsClient) CreateOrUpdateVnetRoute(ctx context.Context, res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateVnetRoutePreparer prepares the CreateOrUpdateVnetRoute request. func (client ServerFarmsClient) CreateOrUpdateVnetRoutePreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, routeName string, route VnetRoute) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -173,7 +169,6 @@ func (client ServerFarmsClient) CreateOrUpdateVnetRoutePreparer(ctx context.Cont return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateVnetRouteSender sends the CreateOrUpdateVnetRoute request. The method will close the // http.Response Body if it receives an error. func (client ServerFarmsClient) CreateOrUpdateVnetRouteSender(req *http.Request) (*http.Response, error) { @@ -181,7 +176,6 @@ func (client ServerFarmsClient) CreateOrUpdateVnetRouteSender(req *http.Request) azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateVnetRouteResponder handles the response to the CreateOrUpdateVnetRoute request. The method always // closes the http.Response Body. func (client ServerFarmsClient) CreateOrUpdateVnetRouteResponder(resp *http.Response) (result VnetRoute, err error) { @@ -195,10 +189,10 @@ func (client ServerFarmsClient) CreateOrUpdateVnetRouteResponder(resp *http.Resp return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteServerFarm sends the delete server farm request. -// -// resourceGroupName is name of resource group name is name of App Service Plan +// Parameters: +// resourceGroupName - name of resource group +// name - name of App Service Plan func (client ServerFarmsClient) DeleteServerFarm(ctx context.Context, resourceGroupName string, name string) (result SetObject, err error) { req, err := client.DeleteServerFarmPreparer(ctx, resourceGroupName, name) if err != nil { @@ -221,7 +215,6 @@ func (client ServerFarmsClient) DeleteServerFarm(ctx context.Context, resourceGr return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteServerFarmPreparer prepares the DeleteServerFarm request. func (client ServerFarmsClient) DeleteServerFarmPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -243,7 +236,6 @@ func (client ServerFarmsClient) DeleteServerFarmPreparer(ctx context.Context, re return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteServerFarmSender sends the DeleteServerFarm request. The method will close the // http.Response Body if it receives an error. func (client ServerFarmsClient) DeleteServerFarmSender(req *http.Request) (*http.Response, error) { @@ -251,7 +243,6 @@ func (client ServerFarmsClient) DeleteServerFarmSender(req *http.Request) (*http azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteServerFarmResponder handles the response to the DeleteServerFarm request. The method always // closes the http.Response Body. func (client ServerFarmsClient) DeleteServerFarmResponder(resp *http.Response) (result SetObject, err error) { @@ -265,11 +256,12 @@ func (client ServerFarmsClient) DeleteServerFarmResponder(resp *http.Response) ( return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteVnetRoute sends the delete vnet route request. -// -// resourceGroupName is name of resource group name is name of App Service Plan vnetName is name of virtual network -// routeName is name of the virtual network route +// Parameters: +// resourceGroupName - name of resource group +// name - name of App Service Plan +// vnetName - name of virtual network +// routeName - name of the virtual network route func (client ServerFarmsClient) DeleteVnetRoute(ctx context.Context, resourceGroupName string, name string, vnetName string, routeName string) (result SetObject, err error) { req, err := client.DeleteVnetRoutePreparer(ctx, resourceGroupName, name, vnetName, routeName) if err != nil { @@ -292,7 +284,6 @@ func (client ServerFarmsClient) DeleteVnetRoute(ctx context.Context, resourceGro return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteVnetRoutePreparer prepares the DeleteVnetRoute request. func (client ServerFarmsClient) DeleteVnetRoutePreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, routeName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -316,7 +307,6 @@ func (client ServerFarmsClient) DeleteVnetRoutePreparer(ctx context.Context, res return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteVnetRouteSender sends the DeleteVnetRoute request. The method will close the // http.Response Body if it receives an error. func (client ServerFarmsClient) DeleteVnetRouteSender(req *http.Request) (*http.Response, error) { @@ -324,7 +314,6 @@ func (client ServerFarmsClient) DeleteVnetRouteSender(req *http.Request) (*http. azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteVnetRouteResponder handles the response to the DeleteVnetRoute request. The method always // closes the http.Response Body. func (client ServerFarmsClient) DeleteVnetRouteResponder(resp *http.Response) (result SetObject, err error) { @@ -338,11 +327,12 @@ func (client ServerFarmsClient) DeleteVnetRouteResponder(resp *http.Response) (r return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRouteForVnet sends the get route for vnet request. -// -// resourceGroupName is name of resource group name is name of App Service Plan vnetName is name of virtual network -// routeName is name of the virtual network route +// Parameters: +// resourceGroupName - name of resource group +// name - name of App Service Plan +// vnetName - name of virtual network +// routeName - name of the virtual network route func (client ServerFarmsClient) GetRouteForVnet(ctx context.Context, resourceGroupName string, name string, vnetName string, routeName string) (result ListVnetRoute, err error) { req, err := client.GetRouteForVnetPreparer(ctx, resourceGroupName, name, vnetName, routeName) if err != nil { @@ -365,7 +355,6 @@ func (client ServerFarmsClient) GetRouteForVnet(ctx context.Context, resourceGro return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRouteForVnetPreparer prepares the GetRouteForVnet request. func (client ServerFarmsClient) GetRouteForVnetPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, routeName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -389,7 +378,6 @@ func (client ServerFarmsClient) GetRouteForVnetPreparer(ctx context.Context, res return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRouteForVnetSender sends the GetRouteForVnet request. The method will close the // http.Response Body if it receives an error. func (client ServerFarmsClient) GetRouteForVnetSender(req *http.Request) (*http.Response, error) { @@ -397,7 +385,6 @@ func (client ServerFarmsClient) GetRouteForVnetSender(req *http.Request) (*http. azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRouteForVnetResponder handles the response to the GetRouteForVnet request. The method always // closes the http.Response Body. func (client ServerFarmsClient) GetRouteForVnetResponder(resp *http.Response) (result ListVnetRoute, err error) { @@ -411,10 +398,11 @@ func (client ServerFarmsClient) GetRouteForVnetResponder(resp *http.Response) (r return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRoutesForVnet sends the get routes for vnet request. -// -// resourceGroupName is name of resource group name is name of App Service Plan vnetName is name of virtual network +// Parameters: +// resourceGroupName - name of resource group +// name - name of App Service Plan +// vnetName - name of virtual network func (client ServerFarmsClient) GetRoutesForVnet(ctx context.Context, resourceGroupName string, name string, vnetName string) (result ListVnetRoute, err error) { req, err := client.GetRoutesForVnetPreparer(ctx, resourceGroupName, name, vnetName) if err != nil { @@ -437,7 +425,6 @@ func (client ServerFarmsClient) GetRoutesForVnet(ctx context.Context, resourceGr return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRoutesForVnetPreparer prepares the GetRoutesForVnet request. func (client ServerFarmsClient) GetRoutesForVnetPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -460,7 +447,6 @@ func (client ServerFarmsClient) GetRoutesForVnetPreparer(ctx context.Context, re return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRoutesForVnetSender sends the GetRoutesForVnet request. The method will close the // http.Response Body if it receives an error. func (client ServerFarmsClient) GetRoutesForVnetSender(req *http.Request) (*http.Response, error) { @@ -468,7 +454,6 @@ func (client ServerFarmsClient) GetRoutesForVnetSender(req *http.Request) (*http azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetRoutesForVnetResponder handles the response to the GetRoutesForVnet request. The method always // closes the http.Response Body. func (client ServerFarmsClient) GetRoutesForVnetResponder(resp *http.Response) (result ListVnetRoute, err error) { @@ -482,10 +467,10 @@ func (client ServerFarmsClient) GetRoutesForVnetResponder(resp *http.Response) ( return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarm sends the get server farm request. -// -// resourceGroupName is name of resource group name is name of App Service Plan +// Parameters: +// resourceGroupName - name of resource group +// name - name of App Service Plan func (client ServerFarmsClient) GetServerFarm(ctx context.Context, resourceGroupName string, name string) (result ServerFarmWithRichSku, err error) { req, err := client.GetServerFarmPreparer(ctx, resourceGroupName, name) if err != nil { @@ -508,7 +493,6 @@ func (client ServerFarmsClient) GetServerFarm(ctx context.Context, resourceGroup return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmPreparer prepares the GetServerFarm request. func (client ServerFarmsClient) GetServerFarmPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -530,7 +514,6 @@ func (client ServerFarmsClient) GetServerFarmPreparer(ctx context.Context, resou return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmSender sends the GetServerFarm request. The method will close the // http.Response Body if it receives an error. func (client ServerFarmsClient) GetServerFarmSender(req *http.Request) (*http.Response, error) { @@ -538,7 +521,6 @@ func (client ServerFarmsClient) GetServerFarmSender(req *http.Request) (*http.Re azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmResponder handles the response to the GetServerFarm request. The method always // closes the http.Response Body. func (client ServerFarmsClient) GetServerFarmResponder(resp *http.Response) (result ServerFarmWithRichSku, err error) { @@ -552,10 +534,10 @@ func (client ServerFarmsClient) GetServerFarmResponder(resp *http.Response) (res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmMetricDefintions sends the get server farm metric defintions request. -// -// resourceGroupName is name of resource group name is name of App Service Plan +// Parameters: +// resourceGroupName - name of resource group +// name - name of App Service Plan func (client ServerFarmsClient) GetServerFarmMetricDefintions(ctx context.Context, resourceGroupName string, name string) (result MetricDefinitionCollectionPage, err error) { result.fn = client.getServerFarmMetricDefintionsNextResults req, err := client.GetServerFarmMetricDefintionsPreparer(ctx, resourceGroupName, name) @@ -579,7 +561,6 @@ func (client ServerFarmsClient) GetServerFarmMetricDefintions(ctx context.Contex return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmMetricDefintionsPreparer prepares the GetServerFarmMetricDefintions request. func (client ServerFarmsClient) GetServerFarmMetricDefintionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -601,7 +582,6 @@ func (client ServerFarmsClient) GetServerFarmMetricDefintionsPreparer(ctx contex return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmMetricDefintionsSender sends the GetServerFarmMetricDefintions request. The method will close the // http.Response Body if it receives an error. func (client ServerFarmsClient) GetServerFarmMetricDefintionsSender(req *http.Request) (*http.Response, error) { @@ -609,7 +589,6 @@ func (client ServerFarmsClient) GetServerFarmMetricDefintionsSender(req *http.Re azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmMetricDefintionsResponder handles the response to the GetServerFarmMetricDefintions request. The method always // closes the http.Response Body. func (client ServerFarmsClient) GetServerFarmMetricDefintionsResponder(resp *http.Response) (result MetricDefinitionCollection, err error) { @@ -644,20 +623,20 @@ func (client ServerFarmsClient) getServerFarmMetricDefintionsNextResults(lastRes return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmMetricDefintionsComplete enumerates all values, automatically crossing page boundaries as required. func (client ServerFarmsClient) GetServerFarmMetricDefintionsComplete(ctx context.Context, resourceGroupName string, name string) (result MetricDefinitionCollectionIterator, err error) { result.page, err = client.GetServerFarmMetricDefintions(ctx, resourceGroupName, name) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmMetrics sends the get server farm metrics request. -// -// resourceGroupName is name of resource group name is name of App Service Plan details is if true, metrics are -// broken down per App Service Plan instance filter is return only usages/metrics specified in the filter. Filter -// conforms to odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq -// '2014-01-01T00:00:00Z' and endTime eq '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'. +// Parameters: +// resourceGroupName - name of resource group +// name - name of App Service Plan +// details - if true, metrics are broken down per App Service Plan instance +// filter - return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: +// $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq '2014-01-01T00:00:00Z' and +// endTime eq '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'. func (client ServerFarmsClient) GetServerFarmMetrics(ctx context.Context, resourceGroupName string, name string, details *bool, filter string) (result ResourceMetricCollectionPage, err error) { result.fn = client.getServerFarmMetricsNextResults req, err := client.GetServerFarmMetricsPreparer(ctx, resourceGroupName, name, details, filter) @@ -681,7 +660,6 @@ func (client ServerFarmsClient) GetServerFarmMetrics(ctx context.Context, resour return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmMetricsPreparer prepares the GetServerFarmMetrics request. func (client ServerFarmsClient) GetServerFarmMetricsPreparer(ctx context.Context, resourceGroupName string, name string, details *bool, filter string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -709,7 +687,6 @@ func (client ServerFarmsClient) GetServerFarmMetricsPreparer(ctx context.Context return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmMetricsSender sends the GetServerFarmMetrics request. The method will close the // http.Response Body if it receives an error. func (client ServerFarmsClient) GetServerFarmMetricsSender(req *http.Request) (*http.Response, error) { @@ -717,7 +694,6 @@ func (client ServerFarmsClient) GetServerFarmMetricsSender(req *http.Request) (* azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmMetricsResponder handles the response to the GetServerFarmMetrics request. The method always // closes the http.Response Body. func (client ServerFarmsClient) GetServerFarmMetricsResponder(resp *http.Response) (result ResourceMetricCollection, err error) { @@ -752,18 +728,17 @@ func (client ServerFarmsClient) getServerFarmMetricsNextResults(lastResults Reso return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmMetricsComplete enumerates all values, automatically crossing page boundaries as required. func (client ServerFarmsClient) GetServerFarmMetricsComplete(ctx context.Context, resourceGroupName string, name string, details *bool, filter string) (result ResourceMetricCollectionIterator, err error) { result.page, err = client.GetServerFarmMetrics(ctx, resourceGroupName, name, details, filter) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmOperation sends the get server farm operation request. -// -// resourceGroupName is name of resource group name is name of server farm operationID is id of Server farm -// operation"> +// Parameters: +// resourceGroupName - name of resource group +// name - name of server farm +// operationID - id of Server farm operation"> func (client ServerFarmsClient) GetServerFarmOperation(ctx context.Context, resourceGroupName string, name string, operationID string) (result ServerFarmWithRichSku, err error) { req, err := client.GetServerFarmOperationPreparer(ctx, resourceGroupName, name, operationID) if err != nil { @@ -786,7 +761,6 @@ func (client ServerFarmsClient) GetServerFarmOperation(ctx context.Context, reso return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmOperationPreparer prepares the GetServerFarmOperation request. func (client ServerFarmsClient) GetServerFarmOperationPreparer(ctx context.Context, resourceGroupName string, name string, operationID string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -809,7 +783,6 @@ func (client ServerFarmsClient) GetServerFarmOperationPreparer(ctx context.Conte return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmOperationSender sends the GetServerFarmOperation request. The method will close the // http.Response Body if it receives an error. func (client ServerFarmsClient) GetServerFarmOperationSender(req *http.Request) (*http.Response, error) { @@ -817,7 +790,6 @@ func (client ServerFarmsClient) GetServerFarmOperationSender(req *http.Request) azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmOperationResponder handles the response to the GetServerFarmOperation request. The method always // closes the http.Response Body. func (client ServerFarmsClient) GetServerFarmOperationResponder(resp *http.Response) (result ServerFarmWithRichSku, err error) { @@ -831,10 +803,9 @@ func (client ServerFarmsClient) GetServerFarmOperationResponder(resp *http.Respo return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarms sends the get server farms request. -// -// resourceGroupName is name of resource group +// Parameters: +// resourceGroupName - name of resource group func (client ServerFarmsClient) GetServerFarms(ctx context.Context, resourceGroupName string) (result ServerFarmCollectionPage, err error) { result.fn = client.getServerFarmsNextResults req, err := client.GetServerFarmsPreparer(ctx, resourceGroupName) @@ -858,7 +829,6 @@ func (client ServerFarmsClient) GetServerFarms(ctx context.Context, resourceGrou return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmsPreparer prepares the GetServerFarms request. func (client ServerFarmsClient) GetServerFarmsPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -879,7 +849,6 @@ func (client ServerFarmsClient) GetServerFarmsPreparer(ctx context.Context, reso return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmsSender sends the GetServerFarms request. The method will close the // http.Response Body if it receives an error. func (client ServerFarmsClient) GetServerFarmsSender(req *http.Request) (*http.Response, error) { @@ -887,7 +856,6 @@ func (client ServerFarmsClient) GetServerFarmsSender(req *http.Request) (*http.R azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmsResponder handles the response to the GetServerFarms request. The method always // closes the http.Response Body. func (client ServerFarmsClient) GetServerFarmsResponder(resp *http.Response) (result ServerFarmCollection, err error) { @@ -922,21 +890,20 @@ func (client ServerFarmsClient) getServerFarmsNextResults(lastResults ServerFarm return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmsComplete enumerates all values, automatically crossing page boundaries as required. func (client ServerFarmsClient) GetServerFarmsComplete(ctx context.Context, resourceGroupName string) (result ServerFarmCollectionIterator, err error) { result.page, err = client.GetServerFarms(ctx, resourceGroupName) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmSites sends the get server farm sites request. -// -// resourceGroupName is name of resource group name is name of App Service Plan skipToken is skip to of web apps in -// a list. If specified, the resulting list will contain web apps starting from (including) the skipToken. Else, -// the resulting list contains web apps from the start of the list filter is supported filter: $filter=state eq -// running. Returns only web apps that are currently running top is list page size. If specified, results are -// paged. +// Parameters: +// resourceGroupName - name of resource group +// name - name of App Service Plan +// skipToken - skip to of web apps in a list. If specified, the resulting list will contain web apps starting +// from (including) the skipToken. Else, the resulting list contains web apps from the start of the list +// filter - supported filter: $filter=state eq running. Returns only web apps that are currently running +// top - list page size. If specified, results are paged. func (client ServerFarmsClient) GetServerFarmSites(ctx context.Context, resourceGroupName string, name string, skipToken string, filter string, top string) (result SiteCollectionPage, err error) { result.fn = client.getServerFarmSitesNextResults req, err := client.GetServerFarmSitesPreparer(ctx, resourceGroupName, name, skipToken, filter, top) @@ -960,7 +927,6 @@ func (client ServerFarmsClient) GetServerFarmSites(ctx context.Context, resource return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmSitesPreparer prepares the GetServerFarmSites request. func (client ServerFarmsClient) GetServerFarmSitesPreparer(ctx context.Context, resourceGroupName string, name string, skipToken string, filter string, top string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -991,7 +957,6 @@ func (client ServerFarmsClient) GetServerFarmSitesPreparer(ctx context.Context, return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmSitesSender sends the GetServerFarmSites request. The method will close the // http.Response Body if it receives an error. func (client ServerFarmsClient) GetServerFarmSitesSender(req *http.Request) (*http.Response, error) { @@ -999,7 +964,6 @@ func (client ServerFarmsClient) GetServerFarmSitesSender(req *http.Request) (*ht azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmSitesResponder handles the response to the GetServerFarmSites request. The method always // closes the http.Response Body. func (client ServerFarmsClient) GetServerFarmSitesResponder(resp *http.Response) (result SiteCollection, err error) { @@ -1034,18 +998,18 @@ func (client ServerFarmsClient) getServerFarmSitesNextResults(lastResults SiteCo return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmSitesComplete enumerates all values, automatically crossing page boundaries as required. func (client ServerFarmsClient) GetServerFarmSitesComplete(ctx context.Context, resourceGroupName string, name string, skipToken string, filter string, top string) (result SiteCollectionIterator, err error) { result.page, err = client.GetServerFarmSites(ctx, resourceGroupName, name, skipToken, filter, top) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmVnetGateway sends the get server farm vnet gateway request. -// -// resourceGroupName is name of resource group name is name of the App Service Plan vnetName is name of the virtual -// network gatewayName is name of the gateway. Only the 'primary' gateway is supported. +// Parameters: +// resourceGroupName - name of resource group +// name - name of the App Service Plan +// vnetName - name of the virtual network +// gatewayName - name of the gateway. Only the 'primary' gateway is supported. func (client ServerFarmsClient) GetServerFarmVnetGateway(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string) (result VnetGateway, err error) { req, err := client.GetServerFarmVnetGatewayPreparer(ctx, resourceGroupName, name, vnetName, gatewayName) if err != nil { @@ -1068,7 +1032,6 @@ func (client ServerFarmsClient) GetServerFarmVnetGateway(ctx context.Context, re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmVnetGatewayPreparer prepares the GetServerFarmVnetGateway request. func (client ServerFarmsClient) GetServerFarmVnetGatewayPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1092,7 +1055,6 @@ func (client ServerFarmsClient) GetServerFarmVnetGatewayPreparer(ctx context.Con return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmVnetGatewaySender sends the GetServerFarmVnetGateway request. The method will close the // http.Response Body if it receives an error. func (client ServerFarmsClient) GetServerFarmVnetGatewaySender(req *http.Request) (*http.Response, error) { @@ -1100,7 +1062,6 @@ func (client ServerFarmsClient) GetServerFarmVnetGatewaySender(req *http.Request azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetServerFarmVnetGatewayResponder handles the response to the GetServerFarmVnetGateway request. The method always // closes the http.Response Body. func (client ServerFarmsClient) GetServerFarmVnetGatewayResponder(resp *http.Response) (result VnetGateway, err error) { @@ -1114,10 +1075,11 @@ func (client ServerFarmsClient) GetServerFarmVnetGatewayResponder(resp *http.Res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetVnetFromServerFarm sends the get vnet from server farm request. -// -// resourceGroupName is name of resource group name is name of App Service Plan vnetName is name of virtual network +// Parameters: +// resourceGroupName - name of resource group +// name - name of App Service Plan +// vnetName - name of virtual network func (client ServerFarmsClient) GetVnetFromServerFarm(ctx context.Context, resourceGroupName string, name string, vnetName string) (result VnetInfo, err error) { req, err := client.GetVnetFromServerFarmPreparer(ctx, resourceGroupName, name, vnetName) if err != nil { @@ -1140,7 +1102,6 @@ func (client ServerFarmsClient) GetVnetFromServerFarm(ctx context.Context, resou return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetVnetFromServerFarmPreparer prepares the GetVnetFromServerFarm request. func (client ServerFarmsClient) GetVnetFromServerFarmPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1163,7 +1124,6 @@ func (client ServerFarmsClient) GetVnetFromServerFarmPreparer(ctx context.Contex return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetVnetFromServerFarmSender sends the GetVnetFromServerFarm request. The method will close the // http.Response Body if it receives an error. func (client ServerFarmsClient) GetVnetFromServerFarmSender(req *http.Request) (*http.Response, error) { @@ -1171,7 +1131,6 @@ func (client ServerFarmsClient) GetVnetFromServerFarmSender(req *http.Request) ( azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetVnetFromServerFarmResponder handles the response to the GetVnetFromServerFarm request. The method always // closes the http.Response Body. func (client ServerFarmsClient) GetVnetFromServerFarmResponder(resp *http.Response) (result VnetInfo, err error) { @@ -1185,10 +1144,10 @@ func (client ServerFarmsClient) GetVnetFromServerFarmResponder(resp *http.Respon return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetVnetsForServerFarm sends the get vnets for server farm request. -// -// resourceGroupName is name of resource group name is name of App Service Plan +// Parameters: +// resourceGroupName - name of resource group +// name - name of App Service Plan func (client ServerFarmsClient) GetVnetsForServerFarm(ctx context.Context, resourceGroupName string, name string) (result ListVnetInfo, err error) { req, err := client.GetVnetsForServerFarmPreparer(ctx, resourceGroupName, name) if err != nil { @@ -1211,7 +1170,6 @@ func (client ServerFarmsClient) GetVnetsForServerFarm(ctx context.Context, resou return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetVnetsForServerFarmPreparer prepares the GetVnetsForServerFarm request. func (client ServerFarmsClient) GetVnetsForServerFarmPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1233,7 +1191,6 @@ func (client ServerFarmsClient) GetVnetsForServerFarmPreparer(ctx context.Contex return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetVnetsForServerFarmSender sends the GetVnetsForServerFarm request. The method will close the // http.Response Body if it receives an error. func (client ServerFarmsClient) GetVnetsForServerFarmSender(req *http.Request) (*http.Response, error) { @@ -1241,7 +1198,6 @@ func (client ServerFarmsClient) GetVnetsForServerFarmSender(req *http.Request) ( azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetVnetsForServerFarmResponder handles the response to the GetVnetsForServerFarm request. The method always // closes the http.Response Body. func (client ServerFarmsClient) GetVnetsForServerFarmResponder(resp *http.Response) (result ListVnetInfo, err error) { @@ -1255,11 +1211,11 @@ func (client ServerFarmsClient) GetVnetsForServerFarmResponder(resp *http.Respon return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RebootWorkerForServerFarm sends the reboot worker for server farm request. -// -// resourceGroupName is name of resource group name is name of server farm workerName is name of worker machine, -// typically starts with RD +// Parameters: +// resourceGroupName - name of resource group +// name - name of server farm +// workerName - name of worker machine, typically starts with RD func (client ServerFarmsClient) RebootWorkerForServerFarm(ctx context.Context, resourceGroupName string, name string, workerName string) (result SetObject, err error) { req, err := client.RebootWorkerForServerFarmPreparer(ctx, resourceGroupName, name, workerName) if err != nil { @@ -1282,7 +1238,6 @@ func (client ServerFarmsClient) RebootWorkerForServerFarm(ctx context.Context, r return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RebootWorkerForServerFarmPreparer prepares the RebootWorkerForServerFarm request. func (client ServerFarmsClient) RebootWorkerForServerFarmPreparer(ctx context.Context, resourceGroupName string, name string, workerName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1305,7 +1260,6 @@ func (client ServerFarmsClient) RebootWorkerForServerFarmPreparer(ctx context.Co return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RebootWorkerForServerFarmSender sends the RebootWorkerForServerFarm request. The method will close the // http.Response Body if it receives an error. func (client ServerFarmsClient) RebootWorkerForServerFarmSender(req *http.Request) (*http.Response, error) { @@ -1313,7 +1267,6 @@ func (client ServerFarmsClient) RebootWorkerForServerFarmSender(req *http.Reques azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RebootWorkerForServerFarmResponder handles the response to the RebootWorkerForServerFarm request. The method always // closes the http.Response Body. func (client ServerFarmsClient) RebootWorkerForServerFarmResponder(resp *http.Response) (result SetObject, err error) { @@ -1327,12 +1280,12 @@ func (client ServerFarmsClient) RebootWorkerForServerFarmResponder(resp *http.Re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestartSitesForServerFarm sends the restart sites for server farm request. -// -// resourceGroupName is name of resource group name is name of App Service Plan softRestart is soft restart applies -// the configuration settings and restarts the apps if necessary. Hard restart always restarts and reprovisions the -// apps +// Parameters: +// resourceGroupName - name of resource group +// name - name of App Service Plan +// softRestart - soft restart applies the configuration settings and restarts the apps if necessary. Hard +// restart always restarts and reprovisions the apps func (client ServerFarmsClient) RestartSitesForServerFarm(ctx context.Context, resourceGroupName string, name string, softRestart *bool) (result SetObject, err error) { req, err := client.RestartSitesForServerFarmPreparer(ctx, resourceGroupName, name, softRestart) if err != nil { @@ -1355,7 +1308,6 @@ func (client ServerFarmsClient) RestartSitesForServerFarm(ctx context.Context, r return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestartSitesForServerFarmPreparer prepares the RestartSitesForServerFarm request. func (client ServerFarmsClient) RestartSitesForServerFarmPreparer(ctx context.Context, resourceGroupName string, name string, softRestart *bool) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1380,7 +1332,6 @@ func (client ServerFarmsClient) RestartSitesForServerFarmPreparer(ctx context.Co return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestartSitesForServerFarmSender sends the RestartSitesForServerFarm request. The method will close the // http.Response Body if it receives an error. func (client ServerFarmsClient) RestartSitesForServerFarmSender(req *http.Request) (*http.Response, error) { @@ -1388,7 +1339,6 @@ func (client ServerFarmsClient) RestartSitesForServerFarmSender(req *http.Reques azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestartSitesForServerFarmResponder handles the response to the RestartSitesForServerFarm request. The method always // closes the http.Response Body. func (client ServerFarmsClient) RestartSitesForServerFarmResponder(resp *http.Response) (result SetObject, err error) { @@ -1402,12 +1352,13 @@ func (client ServerFarmsClient) RestartSitesForServerFarmResponder(resp *http.Re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateServerFarmVnetGateway sends the update server farm vnet gateway request. -// -// resourceGroupName is the resource group name is the name of the App Service Plan vnetName is the name of the -// virtual network gatewayName is the name of the gateway. Only 'primary' is supported. connectionEnvelope is the -// gateway entity. +// Parameters: +// resourceGroupName - the resource group +// name - the name of the App Service Plan +// vnetName - the name of the virtual network +// gatewayName - the name of the gateway. Only 'primary' is supported. +// connectionEnvelope - the gateway entity. func (client ServerFarmsClient) UpdateServerFarmVnetGateway(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, connectionEnvelope VnetGateway) (result VnetGateway, err error) { req, err := client.UpdateServerFarmVnetGatewayPreparer(ctx, resourceGroupName, name, vnetName, gatewayName, connectionEnvelope) if err != nil { @@ -1430,7 +1381,6 @@ func (client ServerFarmsClient) UpdateServerFarmVnetGateway(ctx context.Context, return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateServerFarmVnetGatewayPreparer prepares the UpdateServerFarmVnetGateway request. func (client ServerFarmsClient) UpdateServerFarmVnetGatewayPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, connectionEnvelope VnetGateway) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1456,7 +1406,6 @@ func (client ServerFarmsClient) UpdateServerFarmVnetGatewayPreparer(ctx context. return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateServerFarmVnetGatewaySender sends the UpdateServerFarmVnetGateway request. The method will close the // http.Response Body if it receives an error. func (client ServerFarmsClient) UpdateServerFarmVnetGatewaySender(req *http.Request) (*http.Response, error) { @@ -1464,7 +1413,6 @@ func (client ServerFarmsClient) UpdateServerFarmVnetGatewaySender(req *http.Requ azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateServerFarmVnetGatewayResponder handles the response to the UpdateServerFarmVnetGateway request. The method always // closes the http.Response Body. func (client ServerFarmsClient) UpdateServerFarmVnetGatewayResponder(resp *http.Response) (result VnetGateway, err error) { @@ -1478,11 +1426,13 @@ func (client ServerFarmsClient) UpdateServerFarmVnetGatewayResponder(resp *http. return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateVnetRoute sends the update vnet route request. -// -// resourceGroupName is name of resource group name is name of App Service Plan vnetName is name of virtual network -// routeName is name of the virtual network route route is the route object +// Parameters: +// resourceGroupName - name of resource group +// name - name of App Service Plan +// vnetName - name of virtual network +// routeName - name of the virtual network route +// route - the route object func (client ServerFarmsClient) UpdateVnetRoute(ctx context.Context, resourceGroupName string, name string, vnetName string, routeName string, route VnetRoute) (result VnetRoute, err error) { req, err := client.UpdateVnetRoutePreparer(ctx, resourceGroupName, name, vnetName, routeName, route) if err != nil { @@ -1505,7 +1455,6 @@ func (client ServerFarmsClient) UpdateVnetRoute(ctx context.Context, resourceGro return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateVnetRoutePreparer prepares the UpdateVnetRoute request. func (client ServerFarmsClient) UpdateVnetRoutePreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, routeName string, route VnetRoute) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1531,7 +1480,6 @@ func (client ServerFarmsClient) UpdateVnetRoutePreparer(ctx context.Context, res return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateVnetRouteSender sends the UpdateVnetRoute request. The method will close the // http.Response Body if it receives an error. func (client ServerFarmsClient) UpdateVnetRouteSender(req *http.Request) (*http.Response, error) { @@ -1539,7 +1487,6 @@ func (client ServerFarmsClient) UpdateVnetRouteSender(req *http.Request) (*http. azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateVnetRouteResponder handles the response to the UpdateVnetRoute request. The method always // closes the http.Response Body. func (client ServerFarmsClient) UpdateVnetRouteResponder(resp *http.Response) (result VnetRoute, err error) { diff --git a/services/web/mgmt/2015-08-preview/web/sites.go b/services/web/mgmt/2015-08-preview/web/sites.go index f5a6a8617a8e..5b08269cf84f 100644 --- a/services/web/mgmt/2015-08-preview/web/sites.go +++ b/services/web/mgmt/2015-08-preview/web/sites.go @@ -24,27 +24,22 @@ import ( "net/http" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SitesClient is the webSite Management Client type SitesClient struct { BaseClient } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewSitesClient creates an instance of the SitesClient client. func NewSitesClient(subscriptionID string) SitesClient { return NewSitesClientWithBaseURI(DefaultBaseURI, subscriptionID) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewSitesClientWithBaseURI creates an instance of the SitesClient client. func NewSitesClientWithBaseURI(baseURI string, subscriptionID string) SitesClient { return SitesClient{NewWithBaseURI(baseURI, subscriptionID)} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // AddSitePremierAddOn sends the add site premier add on request. -// func (client SitesClient) AddSitePremierAddOn(ctx context.Context, resourceGroupName string, name string, premierAddOnName string, premierAddOn PremierAddOnRequest) (result SetObject, err error) { req, err := client.AddSitePremierAddOnPreparer(ctx, resourceGroupName, name, premierAddOnName, premierAddOn) if err != nil { @@ -67,7 +62,6 @@ func (client SitesClient) AddSitePremierAddOn(ctx context.Context, resourceGroup return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // AddSitePremierAddOnPreparer prepares the AddSitePremierAddOn request. func (client SitesClient) AddSitePremierAddOnPreparer(ctx context.Context, resourceGroupName string, name string, premierAddOnName string, premierAddOn PremierAddOnRequest) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -92,7 +86,6 @@ func (client SitesClient) AddSitePremierAddOnPreparer(ctx context.Context, resou return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // AddSitePremierAddOnSender sends the AddSitePremierAddOn request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) AddSitePremierAddOnSender(req *http.Request) (*http.Response, error) { @@ -100,7 +93,6 @@ func (client SitesClient) AddSitePremierAddOnSender(req *http.Request) (*http.Re azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // AddSitePremierAddOnResponder handles the response to the AddSitePremierAddOn request. The method always // closes the http.Response Body. func (client SitesClient) AddSitePremierAddOnResponder(resp *http.Response) (result SetObject, err error) { @@ -114,9 +106,7 @@ func (client SitesClient) AddSitePremierAddOnResponder(resp *http.Response) (res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // AddSitePremierAddOnSlot sends the add site premier add on slot request. -// func (client SitesClient) AddSitePremierAddOnSlot(ctx context.Context, resourceGroupName string, name string, premierAddOnName string, premierAddOn PremierAddOnRequest, slot string) (result SetObject, err error) { req, err := client.AddSitePremierAddOnSlotPreparer(ctx, resourceGroupName, name, premierAddOnName, premierAddOn, slot) if err != nil { @@ -139,7 +129,6 @@ func (client SitesClient) AddSitePremierAddOnSlot(ctx context.Context, resourceG return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // AddSitePremierAddOnSlotPreparer prepares the AddSitePremierAddOnSlot request. func (client SitesClient) AddSitePremierAddOnSlotPreparer(ctx context.Context, resourceGroupName string, name string, premierAddOnName string, premierAddOn PremierAddOnRequest, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -165,7 +154,6 @@ func (client SitesClient) AddSitePremierAddOnSlotPreparer(ctx context.Context, r return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // AddSitePremierAddOnSlotSender sends the AddSitePremierAddOnSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) AddSitePremierAddOnSlotSender(req *http.Request) (*http.Response, error) { @@ -173,7 +161,6 @@ func (client SitesClient) AddSitePremierAddOnSlotSender(req *http.Request) (*htt azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // AddSitePremierAddOnSlotResponder handles the response to the AddSitePremierAddOnSlot request. The method always // closes the http.Response Body. func (client SitesClient) AddSitePremierAddOnSlotResponder(resp *http.Response) (result SetObject, err error) { @@ -187,12 +174,13 @@ func (client SitesClient) AddSitePremierAddOnSlotResponder(resp *http.Response) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ApplySlotConfigSlot sends the apply slot config slot request. -// -// resourceGroupName is name of resource group name is name of web app slotSwapEntity is request body that contains -// the target slot name. Settings from that slot will be applied on the source slot slot is name of the source -// slot. Settings from the target slot will be applied onto this slot +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slotSwapEntity - request body that contains the target slot name. Settings from that slot will be applied on +// the source slot +// slot - name of the source slot. Settings from the target slot will be applied onto this slot func (client SitesClient) ApplySlotConfigSlot(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity, slot string) (result SetObject, err error) { req, err := client.ApplySlotConfigSlotPreparer(ctx, resourceGroupName, name, slotSwapEntity, slot) if err != nil { @@ -215,7 +203,6 @@ func (client SitesClient) ApplySlotConfigSlot(ctx context.Context, resourceGroup return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ApplySlotConfigSlotPreparer prepares the ApplySlotConfigSlot request. func (client SitesClient) ApplySlotConfigSlotPreparer(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -240,7 +227,6 @@ func (client SitesClient) ApplySlotConfigSlotPreparer(ctx context.Context, resou return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ApplySlotConfigSlotSender sends the ApplySlotConfigSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) ApplySlotConfigSlotSender(req *http.Request) (*http.Response, error) { @@ -248,7 +234,6 @@ func (client SitesClient) ApplySlotConfigSlotSender(req *http.Request) (*http.Re azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ApplySlotConfigSlotResponder handles the response to the ApplySlotConfigSlot request. The method always // closes the http.Response Body. func (client SitesClient) ApplySlotConfigSlotResponder(resp *http.Response) (result SetObject, err error) { @@ -262,11 +247,12 @@ func (client SitesClient) ApplySlotConfigSlotResponder(resp *http.Response) (res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ApplySlotConfigToProduction sends the apply slot config to production request. -// -// resourceGroupName is name of resource group name is name of web app slotSwapEntity is request body that contains -// the target slot name. Settings from that slot will be applied on the source slot +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slotSwapEntity - request body that contains the target slot name. Settings from that slot will be applied on +// the source slot func (client SitesClient) ApplySlotConfigToProduction(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity) (result SetObject, err error) { req, err := client.ApplySlotConfigToProductionPreparer(ctx, resourceGroupName, name, slotSwapEntity) if err != nil { @@ -289,7 +275,6 @@ func (client SitesClient) ApplySlotConfigToProduction(ctx context.Context, resou return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ApplySlotConfigToProductionPreparer prepares the ApplySlotConfigToProduction request. func (client SitesClient) ApplySlotConfigToProductionPreparer(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -313,7 +298,6 @@ func (client SitesClient) ApplySlotConfigToProductionPreparer(ctx context.Contex return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ApplySlotConfigToProductionSender sends the ApplySlotConfigToProduction request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) ApplySlotConfigToProductionSender(req *http.Request) (*http.Response, error) { @@ -321,7 +305,6 @@ func (client SitesClient) ApplySlotConfigToProductionSender(req *http.Request) ( azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ApplySlotConfigToProductionResponder handles the response to the ApplySlotConfigToProduction request. The method always // closes the http.Response Body. func (client SitesClient) ApplySlotConfigToProductionResponder(resp *http.Response) (result SetObject, err error) { @@ -335,10 +318,11 @@ func (client SitesClient) ApplySlotConfigToProductionResponder(resp *http.Respon return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // BackupSite sends the backup site request. -// -// resourceGroupName is name of resource group name is name of web app request is information on backup request +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// request - information on backup request func (client SitesClient) BackupSite(ctx context.Context, resourceGroupName string, name string, request BackupRequest) (result BackupItem, err error) { req, err := client.BackupSitePreparer(ctx, resourceGroupName, name, request) if err != nil { @@ -361,7 +345,6 @@ func (client SitesClient) BackupSite(ctx context.Context, resourceGroupName stri return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // BackupSitePreparer prepares the BackupSite request. func (client SitesClient) BackupSitePreparer(ctx context.Context, resourceGroupName string, name string, request BackupRequest) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -385,7 +368,6 @@ func (client SitesClient) BackupSitePreparer(ctx context.Context, resourceGroupN return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // BackupSiteSender sends the BackupSite request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) BackupSiteSender(req *http.Request) (*http.Response, error) { @@ -393,7 +375,6 @@ func (client SitesClient) BackupSiteSender(req *http.Request) (*http.Response, e azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // BackupSiteResponder handles the response to the BackupSite request. The method always // closes the http.Response Body. func (client SitesClient) BackupSiteResponder(resp *http.Response) (result BackupItem, err error) { @@ -407,11 +388,12 @@ func (client SitesClient) BackupSiteResponder(resp *http.Response) (result Backu return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // BackupSiteSlot sends the backup site slot request. -// -// resourceGroupName is name of resource group name is name of web app request is information on backup request -// slot is name of web app slot. If not specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// request - information on backup request +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) BackupSiteSlot(ctx context.Context, resourceGroupName string, name string, request BackupRequest, slot string) (result BackupItem, err error) { req, err := client.BackupSiteSlotPreparer(ctx, resourceGroupName, name, request, slot) if err != nil { @@ -434,7 +416,6 @@ func (client SitesClient) BackupSiteSlot(ctx context.Context, resourceGroupName return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // BackupSiteSlotPreparer prepares the BackupSiteSlot request. func (client SitesClient) BackupSiteSlotPreparer(ctx context.Context, resourceGroupName string, name string, request BackupRequest, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -459,7 +440,6 @@ func (client SitesClient) BackupSiteSlotPreparer(ctx context.Context, resourceGr return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // BackupSiteSlotSender sends the BackupSiteSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) BackupSiteSlotSender(req *http.Request) (*http.Response, error) { @@ -467,7 +447,6 @@ func (client SitesClient) BackupSiteSlotSender(req *http.Request) (*http.Respons azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // BackupSiteSlotResponder handles the response to the BackupSiteSlot request. The method always // closes the http.Response Body. func (client SitesClient) BackupSiteSlotResponder(resp *http.Response) (result BackupItem, err error) { @@ -481,11 +460,12 @@ func (client SitesClient) BackupSiteSlotResponder(resp *http.Response) (result B return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateDeployment sends the create deployment request. -// -// resourceGroupName is name of resource group name is name of web app ID is id of the deployment deployment is -// details of deployment +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// ID - id of the deployment +// deployment - details of deployment func (client SitesClient) CreateDeployment(ctx context.Context, resourceGroupName string, name string, ID string, deployment Deployment) (result Deployment, err error) { req, err := client.CreateDeploymentPreparer(ctx, resourceGroupName, name, ID, deployment) if err != nil { @@ -508,7 +488,6 @@ func (client SitesClient) CreateDeployment(ctx context.Context, resourceGroupNam return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateDeploymentPreparer prepares the CreateDeployment request. func (client SitesClient) CreateDeploymentPreparer(ctx context.Context, resourceGroupName string, name string, ID string, deployment Deployment) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -533,7 +512,6 @@ func (client SitesClient) CreateDeploymentPreparer(ctx context.Context, resource return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateDeploymentSender sends the CreateDeployment request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) CreateDeploymentSender(req *http.Request) (*http.Response, error) { @@ -541,7 +519,6 @@ func (client SitesClient) CreateDeploymentSender(req *http.Request) (*http.Respo azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateDeploymentResponder handles the response to the CreateDeployment request. The method always // closes the http.Response Body. func (client SitesClient) CreateDeploymentResponder(resp *http.Response) (result Deployment, err error) { @@ -555,11 +532,13 @@ func (client SitesClient) CreateDeploymentResponder(resp *http.Response) (result return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateDeploymentSlot sends the create deployment slot request. -// -// resourceGroupName is name of resource group name is name of web app ID is id of the deployment slot is name of -// web app slot. If not specified then will default to production slot. deployment is details of deployment +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// ID - id of the deployment +// slot - name of web app slot. If not specified then will default to production slot. +// deployment - details of deployment func (client SitesClient) CreateDeploymentSlot(ctx context.Context, resourceGroupName string, name string, ID string, slot string, deployment Deployment) (result Deployment, err error) { req, err := client.CreateDeploymentSlotPreparer(ctx, resourceGroupName, name, ID, slot, deployment) if err != nil { @@ -582,7 +561,6 @@ func (client SitesClient) CreateDeploymentSlot(ctx context.Context, resourceGrou return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateDeploymentSlotPreparer prepares the CreateDeploymentSlot request. func (client SitesClient) CreateDeploymentSlotPreparer(ctx context.Context, resourceGroupName string, name string, ID string, slot string, deployment Deployment) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -608,7 +586,6 @@ func (client SitesClient) CreateDeploymentSlotPreparer(ctx context.Context, reso return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateDeploymentSlotSender sends the CreateDeploymentSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) CreateDeploymentSlotSender(req *http.Request) (*http.Response, error) { @@ -616,7 +593,6 @@ func (client SitesClient) CreateDeploymentSlotSender(req *http.Request) (*http.R azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateDeploymentSlotResponder handles the response to the CreateDeploymentSlot request. The method always // closes the http.Response Body. func (client SitesClient) CreateDeploymentSlotResponder(resp *http.Response) (result Deployment, err error) { @@ -630,11 +606,13 @@ func (client SitesClient) CreateDeploymentSlotResponder(resp *http.Response) (re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateInstanceDeployment sends the create instance deployment request. -// -// resourceGroupName is name of resource group name is name of web app ID is id of the deployment instanceID is id -// of web app instance deployment is details of deployment +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// ID - id of the deployment +// instanceID - id of web app instance +// deployment - details of deployment func (client SitesClient) CreateInstanceDeployment(ctx context.Context, resourceGroupName string, name string, ID string, instanceID string, deployment Deployment) (result Deployment, err error) { req, err := client.CreateInstanceDeploymentPreparer(ctx, resourceGroupName, name, ID, instanceID, deployment) if err != nil { @@ -657,7 +635,6 @@ func (client SitesClient) CreateInstanceDeployment(ctx context.Context, resource return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateInstanceDeploymentPreparer prepares the CreateInstanceDeployment request. func (client SitesClient) CreateInstanceDeploymentPreparer(ctx context.Context, resourceGroupName string, name string, ID string, instanceID string, deployment Deployment) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -683,7 +660,6 @@ func (client SitesClient) CreateInstanceDeploymentPreparer(ctx context.Context, return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateInstanceDeploymentSender sends the CreateInstanceDeployment request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) CreateInstanceDeploymentSender(req *http.Request) (*http.Response, error) { @@ -691,7 +667,6 @@ func (client SitesClient) CreateInstanceDeploymentSender(req *http.Request) (*ht azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateInstanceDeploymentResponder handles the response to the CreateInstanceDeployment request. The method always // closes the http.Response Body. func (client SitesClient) CreateInstanceDeploymentResponder(resp *http.Response) (result Deployment, err error) { @@ -705,12 +680,14 @@ func (client SitesClient) CreateInstanceDeploymentResponder(resp *http.Response) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateInstanceDeploymentSlot sends the create instance deployment slot request. -// -// resourceGroupName is name of resource group name is name of web app ID is id of the deployment slot is name of -// web app slot. If not specified then will default to production slot. instanceID is id of web app instance -// deployment is details of deployment +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// ID - id of the deployment +// slot - name of web app slot. If not specified then will default to production slot. +// instanceID - id of web app instance +// deployment - details of deployment func (client SitesClient) CreateInstanceDeploymentSlot(ctx context.Context, resourceGroupName string, name string, ID string, slot string, instanceID string, deployment Deployment) (result Deployment, err error) { req, err := client.CreateInstanceDeploymentSlotPreparer(ctx, resourceGroupName, name, ID, slot, instanceID, deployment) if err != nil { @@ -733,7 +710,6 @@ func (client SitesClient) CreateInstanceDeploymentSlot(ctx context.Context, reso return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateInstanceDeploymentSlotPreparer prepares the CreateInstanceDeploymentSlot request. func (client SitesClient) CreateInstanceDeploymentSlotPreparer(ctx context.Context, resourceGroupName string, name string, ID string, slot string, instanceID string, deployment Deployment) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -760,7 +736,6 @@ func (client SitesClient) CreateInstanceDeploymentSlotPreparer(ctx context.Conte return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateInstanceDeploymentSlotSender sends the CreateInstanceDeploymentSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) CreateInstanceDeploymentSlotSender(req *http.Request) (*http.Response, error) { @@ -768,7 +743,6 @@ func (client SitesClient) CreateInstanceDeploymentSlotSender(req *http.Request) azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateInstanceDeploymentSlotResponder handles the response to the CreateInstanceDeploymentSlot request. The method always // closes the http.Response Body. func (client SitesClient) CreateInstanceDeploymentSlotResponder(resp *http.Response) (result Deployment, err error) { @@ -782,15 +756,17 @@ func (client SitesClient) CreateInstanceDeploymentSlotResponder(resp *http.Respo return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSite sends the create or update site request. -// -// resourceGroupName is name of the resource group name is name of the web app siteEnvelope is details of web app -// if it exists already skipDNSRegistration is if true web app hostname is not registered with DNS on creation. -// This parameter is -// only used for app creation skipCustomDomainVerification is if true, custom (non *.azurewebsites.net) domains -// associated with web app are not verified. forceDNSRegistration is if true, web app hostname is force registered -// with DNS TTLInSeconds is time to live in seconds for web app's default domain name +// Parameters: +// resourceGroupName - name of the resource group +// name - name of the web app +// siteEnvelope - details of web app if it exists already +// skipDNSRegistration - if true web app hostname is not registered with DNS on creation. This parameter is +// only used for app creation +// skipCustomDomainVerification - if true, custom (non *.azurewebsites.net) domains associated with web app are +// not verified. +// forceDNSRegistration - if true, web app hostname is force registered with DNS +// TTLInSeconds - time to live in seconds for web app's default domain name func (client SitesClient) CreateOrUpdateSite(ctx context.Context, resourceGroupName string, name string, siteEnvelope Site, skipDNSRegistration string, skipCustomDomainVerification string, forceDNSRegistration string, TTLInSeconds string) (result SitesCreateOrUpdateSiteFuture, err error) { req, err := client.CreateOrUpdateSitePreparer(ctx, resourceGroupName, name, siteEnvelope, skipDNSRegistration, skipCustomDomainVerification, forceDNSRegistration, TTLInSeconds) if err != nil { @@ -807,7 +783,6 @@ func (client SitesClient) CreateOrUpdateSite(ctx context.Context, resourceGroupN return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSitePreparer prepares the CreateOrUpdateSite request. func (client SitesClient) CreateOrUpdateSitePreparer(ctx context.Context, resourceGroupName string, name string, siteEnvelope Site, skipDNSRegistration string, skipCustomDomainVerification string, forceDNSRegistration string, TTLInSeconds string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -843,7 +818,6 @@ func (client SitesClient) CreateOrUpdateSitePreparer(ctx context.Context, resour return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteSender sends the CreateOrUpdateSite request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) CreateOrUpdateSiteSender(req *http.Request) (future SitesCreateOrUpdateSiteFuture, err error) { @@ -859,7 +833,6 @@ func (client SitesClient) CreateOrUpdateSiteSender(req *http.Request) (future Si return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteResponder handles the response to the CreateOrUpdateSite request. The method always // closes the http.Response Body. func (client SitesClient) CreateOrUpdateSiteResponder(resp *http.Response) (result Site, err error) { @@ -873,11 +846,11 @@ func (client SitesClient) CreateOrUpdateSiteResponder(resp *http.Response) (resu return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteConfig sends the create or update site config request. -// -// resourceGroupName is name of resource group name is name of web app siteConfig is request body that contains the -// configuraiton setting for the web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// siteConfig - request body that contains the configuraiton setting for the web app func (client SitesClient) CreateOrUpdateSiteConfig(ctx context.Context, resourceGroupName string, name string, siteConfig SiteConfig) (result SiteConfig, err error) { req, err := client.CreateOrUpdateSiteConfigPreparer(ctx, resourceGroupName, name, siteConfig) if err != nil { @@ -900,7 +873,6 @@ func (client SitesClient) CreateOrUpdateSiteConfig(ctx context.Context, resource return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteConfigPreparer prepares the CreateOrUpdateSiteConfig request. func (client SitesClient) CreateOrUpdateSiteConfigPreparer(ctx context.Context, resourceGroupName string, name string, siteConfig SiteConfig) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -924,7 +896,6 @@ func (client SitesClient) CreateOrUpdateSiteConfigPreparer(ctx context.Context, return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteConfigSender sends the CreateOrUpdateSiteConfig request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) CreateOrUpdateSiteConfigSender(req *http.Request) (*http.Response, error) { @@ -932,7 +903,6 @@ func (client SitesClient) CreateOrUpdateSiteConfigSender(req *http.Request) (*ht azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteConfigResponder handles the response to the CreateOrUpdateSiteConfig request. The method always // closes the http.Response Body. func (client SitesClient) CreateOrUpdateSiteConfigResponder(resp *http.Response) (result SiteConfig, err error) { @@ -946,12 +916,12 @@ func (client SitesClient) CreateOrUpdateSiteConfigResponder(resp *http.Response) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteConfigSlot sends the create or update site config slot request. -// -// resourceGroupName is name of resource group name is name of web app siteConfig is request body that contains the -// configuraiton setting for the web app slot is name of web app slot. If not specified then will default to -// production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// siteConfig - request body that contains the configuraiton setting for the web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) CreateOrUpdateSiteConfigSlot(ctx context.Context, resourceGroupName string, name string, siteConfig SiteConfig, slot string) (result SiteConfig, err error) { req, err := client.CreateOrUpdateSiteConfigSlotPreparer(ctx, resourceGroupName, name, siteConfig, slot) if err != nil { @@ -974,7 +944,6 @@ func (client SitesClient) CreateOrUpdateSiteConfigSlot(ctx context.Context, reso return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteConfigSlotPreparer prepares the CreateOrUpdateSiteConfigSlot request. func (client SitesClient) CreateOrUpdateSiteConfigSlotPreparer(ctx context.Context, resourceGroupName string, name string, siteConfig SiteConfig, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -999,7 +968,6 @@ func (client SitesClient) CreateOrUpdateSiteConfigSlotPreparer(ctx context.Conte return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteConfigSlotSender sends the CreateOrUpdateSiteConfigSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) CreateOrUpdateSiteConfigSlotSender(req *http.Request) (*http.Response, error) { @@ -1007,7 +975,6 @@ func (client SitesClient) CreateOrUpdateSiteConfigSlotSender(req *http.Request) azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteConfigSlotResponder handles the response to the CreateOrUpdateSiteConfigSlot request. The method always // closes the http.Response Body. func (client SitesClient) CreateOrUpdateSiteConfigSlotResponder(resp *http.Response) (result SiteConfig, err error) { @@ -1021,11 +988,12 @@ func (client SitesClient) CreateOrUpdateSiteConfigSlotResponder(resp *http.Respo return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteHostNameBinding sends the create or update site host name binding request. -// -// resourceGroupName is name of resource group name is name of web app hostName is name of host hostNameBinding is -// host name binding information +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// hostName - name of host +// hostNameBinding - host name binding information func (client SitesClient) CreateOrUpdateSiteHostNameBinding(ctx context.Context, resourceGroupName string, name string, hostName string, hostNameBinding HostNameBinding) (result HostNameBinding, err error) { req, err := client.CreateOrUpdateSiteHostNameBindingPreparer(ctx, resourceGroupName, name, hostName, hostNameBinding) if err != nil { @@ -1048,7 +1016,6 @@ func (client SitesClient) CreateOrUpdateSiteHostNameBinding(ctx context.Context, return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteHostNameBindingPreparer prepares the CreateOrUpdateSiteHostNameBinding request. func (client SitesClient) CreateOrUpdateSiteHostNameBindingPreparer(ctx context.Context, resourceGroupName string, name string, hostName string, hostNameBinding HostNameBinding) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1073,7 +1040,6 @@ func (client SitesClient) CreateOrUpdateSiteHostNameBindingPreparer(ctx context. return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteHostNameBindingSender sends the CreateOrUpdateSiteHostNameBinding request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) CreateOrUpdateSiteHostNameBindingSender(req *http.Request) (*http.Response, error) { @@ -1081,7 +1047,6 @@ func (client SitesClient) CreateOrUpdateSiteHostNameBindingSender(req *http.Requ azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteHostNameBindingResponder handles the response to the CreateOrUpdateSiteHostNameBinding request. The method always // closes the http.Response Body. func (client SitesClient) CreateOrUpdateSiteHostNameBindingResponder(resp *http.Response) (result HostNameBinding, err error) { @@ -1095,12 +1060,13 @@ func (client SitesClient) CreateOrUpdateSiteHostNameBindingResponder(resp *http. return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteHostNameBindingSlot sends the create or update site host name binding slot request. -// -// resourceGroupName is name of resource group name is name of web app hostName is name of host hostNameBinding is -// host name binding information slot is name of web app slot. If not specified then will default to production -// slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// hostName - name of host +// hostNameBinding - host name binding information +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) CreateOrUpdateSiteHostNameBindingSlot(ctx context.Context, resourceGroupName string, name string, hostName string, hostNameBinding HostNameBinding, slot string) (result HostNameBinding, err error) { req, err := client.CreateOrUpdateSiteHostNameBindingSlotPreparer(ctx, resourceGroupName, name, hostName, hostNameBinding, slot) if err != nil { @@ -1123,7 +1089,6 @@ func (client SitesClient) CreateOrUpdateSiteHostNameBindingSlot(ctx context.Cont return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteHostNameBindingSlotPreparer prepares the CreateOrUpdateSiteHostNameBindingSlot request. func (client SitesClient) CreateOrUpdateSiteHostNameBindingSlotPreparer(ctx context.Context, resourceGroupName string, name string, hostName string, hostNameBinding HostNameBinding, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1149,7 +1114,6 @@ func (client SitesClient) CreateOrUpdateSiteHostNameBindingSlotPreparer(ctx cont return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteHostNameBindingSlotSender sends the CreateOrUpdateSiteHostNameBindingSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) CreateOrUpdateSiteHostNameBindingSlotSender(req *http.Request) (*http.Response, error) { @@ -1157,7 +1121,6 @@ func (client SitesClient) CreateOrUpdateSiteHostNameBindingSlotSender(req *http. azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteHostNameBindingSlotResponder handles the response to the CreateOrUpdateSiteHostNameBindingSlot request. The method always // closes the http.Response Body. func (client SitesClient) CreateOrUpdateSiteHostNameBindingSlotResponder(resp *http.Response) (result HostNameBinding, err error) { @@ -1171,11 +1134,12 @@ func (client SitesClient) CreateOrUpdateSiteHostNameBindingSlotResponder(resp *h return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteRelayServiceConnection sends the create or update site relay service connection request. -// -// resourceGroupName is the resource group name name is the name of the web app entityName is the name by which the -// Hybrid Connection is identified connectionEnvelope is the details of the Hybrid Connection +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// entityName - the name by which the Hybrid Connection is identified +// connectionEnvelope - the details of the Hybrid Connection func (client SitesClient) CreateOrUpdateSiteRelayServiceConnection(ctx context.Context, resourceGroupName string, name string, entityName string, connectionEnvelope RelayServiceConnectionEntity) (result RelayServiceConnectionEntity, err error) { req, err := client.CreateOrUpdateSiteRelayServiceConnectionPreparer(ctx, resourceGroupName, name, entityName, connectionEnvelope) if err != nil { @@ -1198,7 +1162,6 @@ func (client SitesClient) CreateOrUpdateSiteRelayServiceConnection(ctx context.C return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteRelayServiceConnectionPreparer prepares the CreateOrUpdateSiteRelayServiceConnection request. func (client SitesClient) CreateOrUpdateSiteRelayServiceConnectionPreparer(ctx context.Context, resourceGroupName string, name string, entityName string, connectionEnvelope RelayServiceConnectionEntity) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1223,7 +1186,6 @@ func (client SitesClient) CreateOrUpdateSiteRelayServiceConnectionPreparer(ctx c return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteRelayServiceConnectionSender sends the CreateOrUpdateSiteRelayServiceConnection request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) CreateOrUpdateSiteRelayServiceConnectionSender(req *http.Request) (*http.Response, error) { @@ -1231,7 +1193,6 @@ func (client SitesClient) CreateOrUpdateSiteRelayServiceConnectionSender(req *ht azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteRelayServiceConnectionResponder handles the response to the CreateOrUpdateSiteRelayServiceConnection request. The method always // closes the http.Response Body. func (client SitesClient) CreateOrUpdateSiteRelayServiceConnectionResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error) { @@ -1245,12 +1206,13 @@ func (client SitesClient) CreateOrUpdateSiteRelayServiceConnectionResponder(resp return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteRelayServiceConnectionSlot sends the create or update site relay service connection slot request. -// -// resourceGroupName is the resource group name name is the name of the web app entityName is the name by which the -// Hybrid Connection is identified connectionEnvelope is the details of the Hybrid Connection slot is the name of -// the slot for the web app. +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// entityName - the name by which the Hybrid Connection is identified +// connectionEnvelope - the details of the Hybrid Connection +// slot - the name of the slot for the web app. func (client SitesClient) CreateOrUpdateSiteRelayServiceConnectionSlot(ctx context.Context, resourceGroupName string, name string, entityName string, connectionEnvelope RelayServiceConnectionEntity, slot string) (result RelayServiceConnectionEntity, err error) { req, err := client.CreateOrUpdateSiteRelayServiceConnectionSlotPreparer(ctx, resourceGroupName, name, entityName, connectionEnvelope, slot) if err != nil { @@ -1273,7 +1235,6 @@ func (client SitesClient) CreateOrUpdateSiteRelayServiceConnectionSlot(ctx conte return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteRelayServiceConnectionSlotPreparer prepares the CreateOrUpdateSiteRelayServiceConnectionSlot request. func (client SitesClient) CreateOrUpdateSiteRelayServiceConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, entityName string, connectionEnvelope RelayServiceConnectionEntity, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1299,7 +1260,6 @@ func (client SitesClient) CreateOrUpdateSiteRelayServiceConnectionSlotPreparer(c return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteRelayServiceConnectionSlotSender sends the CreateOrUpdateSiteRelayServiceConnectionSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) CreateOrUpdateSiteRelayServiceConnectionSlotSender(req *http.Request) (*http.Response, error) { @@ -1307,7 +1267,6 @@ func (client SitesClient) CreateOrUpdateSiteRelayServiceConnectionSlotSender(req azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteRelayServiceConnectionSlotResponder handles the response to the CreateOrUpdateSiteRelayServiceConnectionSlot request. The method always // closes the http.Response Body. func (client SitesClient) CreateOrUpdateSiteRelayServiceConnectionSlotResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error) { @@ -1321,15 +1280,18 @@ func (client SitesClient) CreateOrUpdateSiteRelayServiceConnectionSlotResponder( return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteSlot sends the create or update site slot request. -// -// resourceGroupName is name of the resource group name is name of the web app siteEnvelope is details of web app -// if it exists already slot is name of web app slot. If not specified then will default to production slot. -// skipDNSRegistration is if true web app hostname is not registered with DNS on creation. This parameter is -// only used for app creation skipCustomDomainVerification is if true, custom (non *.azurewebsites.net) domains -// associated with web app are not verified. forceDNSRegistration is if true, web app hostname is force registered -// with DNS TTLInSeconds is time to live in seconds for web app's default domain name +// Parameters: +// resourceGroupName - name of the resource group +// name - name of the web app +// siteEnvelope - details of web app if it exists already +// slot - name of web app slot. If not specified then will default to production slot. +// skipDNSRegistration - if true web app hostname is not registered with DNS on creation. This parameter is +// only used for app creation +// skipCustomDomainVerification - if true, custom (non *.azurewebsites.net) domains associated with web app are +// not verified. +// forceDNSRegistration - if true, web app hostname is force registered with DNS +// TTLInSeconds - time to live in seconds for web app's default domain name func (client SitesClient) CreateOrUpdateSiteSlot(ctx context.Context, resourceGroupName string, name string, siteEnvelope Site, slot string, skipDNSRegistration string, skipCustomDomainVerification string, forceDNSRegistration string, TTLInSeconds string) (result SitesCreateOrUpdateSiteSlotFuture, err error) { req, err := client.CreateOrUpdateSiteSlotPreparer(ctx, resourceGroupName, name, siteEnvelope, slot, skipDNSRegistration, skipCustomDomainVerification, forceDNSRegistration, TTLInSeconds) if err != nil { @@ -1346,7 +1308,6 @@ func (client SitesClient) CreateOrUpdateSiteSlot(ctx context.Context, resourceGr return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteSlotPreparer prepares the CreateOrUpdateSiteSlot request. func (client SitesClient) CreateOrUpdateSiteSlotPreparer(ctx context.Context, resourceGroupName string, name string, siteEnvelope Site, slot string, skipDNSRegistration string, skipCustomDomainVerification string, forceDNSRegistration string, TTLInSeconds string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1383,7 +1344,6 @@ func (client SitesClient) CreateOrUpdateSiteSlotPreparer(ctx context.Context, re return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteSlotSender sends the CreateOrUpdateSiteSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) CreateOrUpdateSiteSlotSender(req *http.Request) (future SitesCreateOrUpdateSiteSlotFuture, err error) { @@ -1399,7 +1359,6 @@ func (client SitesClient) CreateOrUpdateSiteSlotSender(req *http.Request) (futur return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteSlotResponder handles the response to the CreateOrUpdateSiteSlot request. The method always // closes the http.Response Body. func (client SitesClient) CreateOrUpdateSiteSlotResponder(resp *http.Response) (result Site, err error) { @@ -1413,11 +1372,11 @@ func (client SitesClient) CreateOrUpdateSiteSlotResponder(resp *http.Response) ( return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteSourceControl sends the create or update site source control request. -// -// resourceGroupName is name of resource group name is name of web app siteSourceControl is request body that -// contains the source control parameters +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// siteSourceControl - request body that contains the source control parameters func (client SitesClient) CreateOrUpdateSiteSourceControl(ctx context.Context, resourceGroupName string, name string, siteSourceControl SiteSourceControl) (result SiteSourceControl, err error) { req, err := client.CreateOrUpdateSiteSourceControlPreparer(ctx, resourceGroupName, name, siteSourceControl) if err != nil { @@ -1440,7 +1399,6 @@ func (client SitesClient) CreateOrUpdateSiteSourceControl(ctx context.Context, r return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteSourceControlPreparer prepares the CreateOrUpdateSiteSourceControl request. func (client SitesClient) CreateOrUpdateSiteSourceControlPreparer(ctx context.Context, resourceGroupName string, name string, siteSourceControl SiteSourceControl) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1464,7 +1422,6 @@ func (client SitesClient) CreateOrUpdateSiteSourceControlPreparer(ctx context.Co return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteSourceControlSender sends the CreateOrUpdateSiteSourceControl request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) CreateOrUpdateSiteSourceControlSender(req *http.Request) (*http.Response, error) { @@ -1472,7 +1429,6 @@ func (client SitesClient) CreateOrUpdateSiteSourceControlSender(req *http.Reques azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteSourceControlResponder handles the response to the CreateOrUpdateSiteSourceControl request. The method always // closes the http.Response Body. func (client SitesClient) CreateOrUpdateSiteSourceControlResponder(resp *http.Response) (result SiteSourceControl, err error) { @@ -1486,12 +1442,12 @@ func (client SitesClient) CreateOrUpdateSiteSourceControlResponder(resp *http.Re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteSourceControlSlot sends the create or update site source control slot request. -// -// resourceGroupName is name of resource group name is name of web app siteSourceControl is request body that -// contains the source control parameters slot is name of web app slot. If not specified then will default to -// production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// siteSourceControl - request body that contains the source control parameters +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) CreateOrUpdateSiteSourceControlSlot(ctx context.Context, resourceGroupName string, name string, siteSourceControl SiteSourceControl, slot string) (result SiteSourceControl, err error) { req, err := client.CreateOrUpdateSiteSourceControlSlotPreparer(ctx, resourceGroupName, name, siteSourceControl, slot) if err != nil { @@ -1514,7 +1470,6 @@ func (client SitesClient) CreateOrUpdateSiteSourceControlSlot(ctx context.Contex return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteSourceControlSlotPreparer prepares the CreateOrUpdateSiteSourceControlSlot request. func (client SitesClient) CreateOrUpdateSiteSourceControlSlotPreparer(ctx context.Context, resourceGroupName string, name string, siteSourceControl SiteSourceControl, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1539,7 +1494,6 @@ func (client SitesClient) CreateOrUpdateSiteSourceControlSlotPreparer(ctx contex return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteSourceControlSlotSender sends the CreateOrUpdateSiteSourceControlSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) CreateOrUpdateSiteSourceControlSlotSender(req *http.Request) (*http.Response, error) { @@ -1547,7 +1501,6 @@ func (client SitesClient) CreateOrUpdateSiteSourceControlSlotSender(req *http.Re azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteSourceControlSlotResponder handles the response to the CreateOrUpdateSiteSourceControlSlot request. The method always // closes the http.Response Body. func (client SitesClient) CreateOrUpdateSiteSourceControlSlotResponder(resp *http.Response) (result SiteSourceControl, err error) { @@ -1561,11 +1514,12 @@ func (client SitesClient) CreateOrUpdateSiteSourceControlSlotResponder(resp *htt return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteVNETConnection sends the create or update site vnet connection request. -// -// resourceGroupName is the resource group name name is the name of the web app vnetName is the name of the Virtual -// Network connectionEnvelope is the properties of this Virtual Network Connection +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// vnetName - the name of the Virtual Network +// connectionEnvelope - the properties of this Virtual Network Connection func (client SitesClient) CreateOrUpdateSiteVNETConnection(ctx context.Context, resourceGroupName string, name string, vnetName string, connectionEnvelope VnetInfo) (result VnetInfo, err error) { req, err := client.CreateOrUpdateSiteVNETConnectionPreparer(ctx, resourceGroupName, name, vnetName, connectionEnvelope) if err != nil { @@ -1588,7 +1542,6 @@ func (client SitesClient) CreateOrUpdateSiteVNETConnection(ctx context.Context, return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteVNETConnectionPreparer prepares the CreateOrUpdateSiteVNETConnection request. func (client SitesClient) CreateOrUpdateSiteVNETConnectionPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, connectionEnvelope VnetInfo) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1613,7 +1566,6 @@ func (client SitesClient) CreateOrUpdateSiteVNETConnectionPreparer(ctx context.C return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteVNETConnectionSender sends the CreateOrUpdateSiteVNETConnection request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) CreateOrUpdateSiteVNETConnectionSender(req *http.Request) (*http.Response, error) { @@ -1621,7 +1573,6 @@ func (client SitesClient) CreateOrUpdateSiteVNETConnectionSender(req *http.Reque azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteVNETConnectionResponder handles the response to the CreateOrUpdateSiteVNETConnection request. The method always // closes the http.Response Body. func (client SitesClient) CreateOrUpdateSiteVNETConnectionResponder(resp *http.Response) (result VnetInfo, err error) { @@ -1635,12 +1586,13 @@ func (client SitesClient) CreateOrUpdateSiteVNETConnectionResponder(resp *http.R return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteVNETConnectionGateway sends the create or update site vnet connection gateway request. -// -// resourceGroupName is the resource group name name is the name of the web app vnetName is the name of the Virtual -// Network gatewayName is the name of the gateway. The only gateway that exists presently is "primary" -// connectionEnvelope is the properties to update this gateway with. +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// vnetName - the name of the Virtual Network +// gatewayName - the name of the gateway. The only gateway that exists presently is "primary" +// connectionEnvelope - the properties to update this gateway with. func (client SitesClient) CreateOrUpdateSiteVNETConnectionGateway(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, connectionEnvelope VnetGateway) (result VnetGateway, err error) { req, err := client.CreateOrUpdateSiteVNETConnectionGatewayPreparer(ctx, resourceGroupName, name, vnetName, gatewayName, connectionEnvelope) if err != nil { @@ -1663,7 +1615,6 @@ func (client SitesClient) CreateOrUpdateSiteVNETConnectionGateway(ctx context.Co return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteVNETConnectionGatewayPreparer prepares the CreateOrUpdateSiteVNETConnectionGateway request. func (client SitesClient) CreateOrUpdateSiteVNETConnectionGatewayPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, connectionEnvelope VnetGateway) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1689,7 +1640,6 @@ func (client SitesClient) CreateOrUpdateSiteVNETConnectionGatewayPreparer(ctx co return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteVNETConnectionGatewaySender sends the CreateOrUpdateSiteVNETConnectionGateway request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) CreateOrUpdateSiteVNETConnectionGatewaySender(req *http.Request) (*http.Response, error) { @@ -1697,7 +1647,6 @@ func (client SitesClient) CreateOrUpdateSiteVNETConnectionGatewaySender(req *htt azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteVNETConnectionGatewayResponder handles the response to the CreateOrUpdateSiteVNETConnectionGateway request. The method always // closes the http.Response Body. func (client SitesClient) CreateOrUpdateSiteVNETConnectionGatewayResponder(resp *http.Response) (result VnetGateway, err error) { @@ -1711,12 +1660,14 @@ func (client SitesClient) CreateOrUpdateSiteVNETConnectionGatewayResponder(resp return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteVNETConnectionGatewaySlot sends the create or update site vnet connection gateway slot request. -// -// resourceGroupName is the resource group name name is the name of the web app vnetName is the name of the Virtual -// Network gatewayName is the name of the gateway. The only gateway that exists presently is "primary" -// connectionEnvelope is the properties to update this gateway with. slot is the name of the slot for this web app. +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// vnetName - the name of the Virtual Network +// gatewayName - the name of the gateway. The only gateway that exists presently is "primary" +// connectionEnvelope - the properties to update this gateway with. +// slot - the name of the slot for this web app. func (client SitesClient) CreateOrUpdateSiteVNETConnectionGatewaySlot(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, connectionEnvelope VnetGateway, slot string) (result VnetGateway, err error) { req, err := client.CreateOrUpdateSiteVNETConnectionGatewaySlotPreparer(ctx, resourceGroupName, name, vnetName, gatewayName, connectionEnvelope, slot) if err != nil { @@ -1739,7 +1690,6 @@ func (client SitesClient) CreateOrUpdateSiteVNETConnectionGatewaySlot(ctx contex return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteVNETConnectionGatewaySlotPreparer prepares the CreateOrUpdateSiteVNETConnectionGatewaySlot request. func (client SitesClient) CreateOrUpdateSiteVNETConnectionGatewaySlotPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, connectionEnvelope VnetGateway, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1766,7 +1716,6 @@ func (client SitesClient) CreateOrUpdateSiteVNETConnectionGatewaySlotPreparer(ct return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteVNETConnectionGatewaySlotSender sends the CreateOrUpdateSiteVNETConnectionGatewaySlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) CreateOrUpdateSiteVNETConnectionGatewaySlotSender(req *http.Request) (*http.Response, error) { @@ -1774,7 +1723,6 @@ func (client SitesClient) CreateOrUpdateSiteVNETConnectionGatewaySlotSender(req azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteVNETConnectionGatewaySlotResponder handles the response to the CreateOrUpdateSiteVNETConnectionGatewaySlot request. The method always // closes the http.Response Body. func (client SitesClient) CreateOrUpdateSiteVNETConnectionGatewaySlotResponder(resp *http.Response) (result VnetGateway, err error) { @@ -1788,12 +1736,13 @@ func (client SitesClient) CreateOrUpdateSiteVNETConnectionGatewaySlotResponder(r return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteVNETConnectionSlot sends the create or update site vnet connection slot request. -// -// resourceGroupName is the resource group name name is the name of the web app vnetName is the name of the Virtual -// Network connectionEnvelope is the properties of this Virtual Network Connection slot is the name of the slot for -// this web app. +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// vnetName - the name of the Virtual Network +// connectionEnvelope - the properties of this Virtual Network Connection +// slot - the name of the slot for this web app. func (client SitesClient) CreateOrUpdateSiteVNETConnectionSlot(ctx context.Context, resourceGroupName string, name string, vnetName string, connectionEnvelope VnetInfo, slot string) (result VnetInfo, err error) { req, err := client.CreateOrUpdateSiteVNETConnectionSlotPreparer(ctx, resourceGroupName, name, vnetName, connectionEnvelope, slot) if err != nil { @@ -1816,7 +1765,6 @@ func (client SitesClient) CreateOrUpdateSiteVNETConnectionSlot(ctx context.Conte return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteVNETConnectionSlotPreparer prepares the CreateOrUpdateSiteVNETConnectionSlot request. func (client SitesClient) CreateOrUpdateSiteVNETConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, connectionEnvelope VnetInfo, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1842,7 +1790,6 @@ func (client SitesClient) CreateOrUpdateSiteVNETConnectionSlotPreparer(ctx conte return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteVNETConnectionSlotSender sends the CreateOrUpdateSiteVNETConnectionSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) CreateOrUpdateSiteVNETConnectionSlotSender(req *http.Request) (*http.Response, error) { @@ -1850,7 +1797,6 @@ func (client SitesClient) CreateOrUpdateSiteVNETConnectionSlotSender(req *http.R azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // CreateOrUpdateSiteVNETConnectionSlotResponder handles the response to the CreateOrUpdateSiteVNETConnectionSlot request. The method always // closes the http.Response Body. func (client SitesClient) CreateOrUpdateSiteVNETConnectionSlotResponder(resp *http.Response) (result VnetInfo, err error) { @@ -1864,10 +1810,11 @@ func (client SitesClient) CreateOrUpdateSiteVNETConnectionSlotResponder(resp *ht return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteBackup sends the delete backup request. -// -// resourceGroupName is name of resource group name is name of web app backupID is id of backup +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// backupID - id of backup func (client SitesClient) DeleteBackup(ctx context.Context, resourceGroupName string, name string, backupID string) (result BackupItem, err error) { req, err := client.DeleteBackupPreparer(ctx, resourceGroupName, name, backupID) if err != nil { @@ -1890,7 +1837,6 @@ func (client SitesClient) DeleteBackup(ctx context.Context, resourceGroupName st return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteBackupPreparer prepares the DeleteBackup request. func (client SitesClient) DeleteBackupPreparer(ctx context.Context, resourceGroupName string, name string, backupID string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1913,7 +1859,6 @@ func (client SitesClient) DeleteBackupPreparer(ctx context.Context, resourceGrou return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteBackupSender sends the DeleteBackup request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) DeleteBackupSender(req *http.Request) (*http.Response, error) { @@ -1921,7 +1866,6 @@ func (client SitesClient) DeleteBackupSender(req *http.Request) (*http.Response, azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteBackupResponder handles the response to the DeleteBackup request. The method always // closes the http.Response Body. func (client SitesClient) DeleteBackupResponder(resp *http.Response) (result BackupItem, err error) { @@ -1935,11 +1879,12 @@ func (client SitesClient) DeleteBackupResponder(resp *http.Response) (result Bac return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteBackupSlot sends the delete backup slot request. -// -// resourceGroupName is name of resource group name is name of web app backupID is id of backup slot is name of web -// app slot. If not specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// backupID - id of backup +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) DeleteBackupSlot(ctx context.Context, resourceGroupName string, name string, backupID string, slot string) (result BackupItem, err error) { req, err := client.DeleteBackupSlotPreparer(ctx, resourceGroupName, name, backupID, slot) if err != nil { @@ -1962,7 +1907,6 @@ func (client SitesClient) DeleteBackupSlot(ctx context.Context, resourceGroupNam return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteBackupSlotPreparer prepares the DeleteBackupSlot request. func (client SitesClient) DeleteBackupSlotPreparer(ctx context.Context, resourceGroupName string, name string, backupID string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -1986,7 +1930,6 @@ func (client SitesClient) DeleteBackupSlotPreparer(ctx context.Context, resource return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteBackupSlotSender sends the DeleteBackupSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) DeleteBackupSlotSender(req *http.Request) (*http.Response, error) { @@ -1994,7 +1937,6 @@ func (client SitesClient) DeleteBackupSlotSender(req *http.Request) (*http.Respo azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteBackupSlotResponder handles the response to the DeleteBackupSlot request. The method always // closes the http.Response Body. func (client SitesClient) DeleteBackupSlotResponder(resp *http.Response) (result BackupItem, err error) { @@ -2008,10 +1950,11 @@ func (client SitesClient) DeleteBackupSlotResponder(resp *http.Response) (result return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteDeployment sends the delete deployment request. -// -// resourceGroupName is name of resource group name is name of web app ID is id of the deployment +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// ID - id of the deployment func (client SitesClient) DeleteDeployment(ctx context.Context, resourceGroupName string, name string, ID string) (result SetObject, err error) { req, err := client.DeleteDeploymentPreparer(ctx, resourceGroupName, name, ID) if err != nil { @@ -2034,7 +1977,6 @@ func (client SitesClient) DeleteDeployment(ctx context.Context, resourceGroupNam return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteDeploymentPreparer prepares the DeleteDeployment request. func (client SitesClient) DeleteDeploymentPreparer(ctx context.Context, resourceGroupName string, name string, ID string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2057,7 +1999,6 @@ func (client SitesClient) DeleteDeploymentPreparer(ctx context.Context, resource return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteDeploymentSender sends the DeleteDeployment request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) DeleteDeploymentSender(req *http.Request) (*http.Response, error) { @@ -2065,7 +2006,6 @@ func (client SitesClient) DeleteDeploymentSender(req *http.Request) (*http.Respo azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteDeploymentResponder handles the response to the DeleteDeployment request. The method always // closes the http.Response Body. func (client SitesClient) DeleteDeploymentResponder(resp *http.Response) (result SetObject, err error) { @@ -2079,11 +2019,12 @@ func (client SitesClient) DeleteDeploymentResponder(resp *http.Response) (result return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteDeploymentSlot sends the delete deployment slot request. -// -// resourceGroupName is name of resource group name is name of web app ID is id of the deployment slot is name of -// web app slot. If not specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// ID - id of the deployment +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) DeleteDeploymentSlot(ctx context.Context, resourceGroupName string, name string, ID string, slot string) (result SetObject, err error) { req, err := client.DeleteDeploymentSlotPreparer(ctx, resourceGroupName, name, ID, slot) if err != nil { @@ -2106,7 +2047,6 @@ func (client SitesClient) DeleteDeploymentSlot(ctx context.Context, resourceGrou return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteDeploymentSlotPreparer prepares the DeleteDeploymentSlot request. func (client SitesClient) DeleteDeploymentSlotPreparer(ctx context.Context, resourceGroupName string, name string, ID string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2130,7 +2070,6 @@ func (client SitesClient) DeleteDeploymentSlotPreparer(ctx context.Context, reso return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteDeploymentSlotSender sends the DeleteDeploymentSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) DeleteDeploymentSlotSender(req *http.Request) (*http.Response, error) { @@ -2138,7 +2077,6 @@ func (client SitesClient) DeleteDeploymentSlotSender(req *http.Request) (*http.R azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteDeploymentSlotResponder handles the response to the DeleteDeploymentSlot request. The method always // closes the http.Response Body. func (client SitesClient) DeleteDeploymentSlotResponder(resp *http.Response) (result SetObject, err error) { @@ -2152,11 +2090,12 @@ func (client SitesClient) DeleteDeploymentSlotResponder(resp *http.Response) (re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteInstanceDeployment sends the delete instance deployment request. -// -// resourceGroupName is name of resource group name is name of web app ID is id of the deployment instanceID is id -// of web app instance +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// ID - id of the deployment +// instanceID - id of web app instance func (client SitesClient) DeleteInstanceDeployment(ctx context.Context, resourceGroupName string, name string, ID string, instanceID string) (result SetObject, err error) { req, err := client.DeleteInstanceDeploymentPreparer(ctx, resourceGroupName, name, ID, instanceID) if err != nil { @@ -2179,7 +2118,6 @@ func (client SitesClient) DeleteInstanceDeployment(ctx context.Context, resource return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteInstanceDeploymentPreparer prepares the DeleteInstanceDeployment request. func (client SitesClient) DeleteInstanceDeploymentPreparer(ctx context.Context, resourceGroupName string, name string, ID string, instanceID string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2203,7 +2141,6 @@ func (client SitesClient) DeleteInstanceDeploymentPreparer(ctx context.Context, return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteInstanceDeploymentSender sends the DeleteInstanceDeployment request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) DeleteInstanceDeploymentSender(req *http.Request) (*http.Response, error) { @@ -2211,7 +2148,6 @@ func (client SitesClient) DeleteInstanceDeploymentSender(req *http.Request) (*ht azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteInstanceDeploymentResponder handles the response to the DeleteInstanceDeployment request. The method always // closes the http.Response Body. func (client SitesClient) DeleteInstanceDeploymentResponder(resp *http.Response) (result SetObject, err error) { @@ -2225,11 +2161,13 @@ func (client SitesClient) DeleteInstanceDeploymentResponder(resp *http.Response) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteInstanceDeploymentSlot sends the delete instance deployment slot request. -// -// resourceGroupName is name of resource group name is name of web app ID is id of the deployment slot is name of -// web app slot. If not specified then will default to production slot. instanceID is id of web app instance +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// ID - id of the deployment +// slot - name of web app slot. If not specified then will default to production slot. +// instanceID - id of web app instance func (client SitesClient) DeleteInstanceDeploymentSlot(ctx context.Context, resourceGroupName string, name string, ID string, slot string, instanceID string) (result SetObject, err error) { req, err := client.DeleteInstanceDeploymentSlotPreparer(ctx, resourceGroupName, name, ID, slot, instanceID) if err != nil { @@ -2252,7 +2190,6 @@ func (client SitesClient) DeleteInstanceDeploymentSlot(ctx context.Context, reso return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteInstanceDeploymentSlotPreparer prepares the DeleteInstanceDeploymentSlot request. func (client SitesClient) DeleteInstanceDeploymentSlotPreparer(ctx context.Context, resourceGroupName string, name string, ID string, slot string, instanceID string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2277,7 +2214,6 @@ func (client SitesClient) DeleteInstanceDeploymentSlotPreparer(ctx context.Conte return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteInstanceDeploymentSlotSender sends the DeleteInstanceDeploymentSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) DeleteInstanceDeploymentSlotSender(req *http.Request) (*http.Response, error) { @@ -2285,7 +2221,6 @@ func (client SitesClient) DeleteInstanceDeploymentSlotSender(req *http.Request) azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteInstanceDeploymentSlotResponder handles the response to the DeleteInstanceDeploymentSlot request. The method always // closes the http.Response Body. func (client SitesClient) DeleteInstanceDeploymentSlotResponder(resp *http.Response) (result SetObject, err error) { @@ -2299,13 +2234,15 @@ func (client SitesClient) DeleteInstanceDeploymentSlotResponder(resp *http.Respo return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSite sends the delete site request. -// -// resourceGroupName is name of resource group name is name of web app deleteMetrics is if true, web app metrics -// are also deleted deleteEmptyServerFarm is if true and App Service Plan is empty after web app deletion, App -// Service Plan is also deleted skipDNSRegistration is if true, DNS registration is skipped deleteAllSlots is if -// true, all slots associated with web app are also deleted +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// deleteMetrics - if true, web app metrics are also deleted +// deleteEmptyServerFarm - if true and App Service Plan is empty after web app deletion, App Service Plan is +// also deleted +// skipDNSRegistration - if true, DNS registration is skipped +// deleteAllSlots - if true, all slots associated with web app are also deleted func (client SitesClient) DeleteSite(ctx context.Context, resourceGroupName string, name string, deleteMetrics string, deleteEmptyServerFarm string, skipDNSRegistration string, deleteAllSlots string) (result SetObject, err error) { req, err := client.DeleteSitePreparer(ctx, resourceGroupName, name, deleteMetrics, deleteEmptyServerFarm, skipDNSRegistration, deleteAllSlots) if err != nil { @@ -2328,7 +2265,6 @@ func (client SitesClient) DeleteSite(ctx context.Context, resourceGroupName stri return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSitePreparer prepares the DeleteSite request. func (client SitesClient) DeleteSitePreparer(ctx context.Context, resourceGroupName string, name string, deleteMetrics string, deleteEmptyServerFarm string, skipDNSRegistration string, deleteAllSlots string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2362,7 +2298,6 @@ func (client SitesClient) DeleteSitePreparer(ctx context.Context, resourceGroupN return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteSender sends the DeleteSite request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) DeleteSiteSender(req *http.Request) (*http.Response, error) { @@ -2370,7 +2305,6 @@ func (client SitesClient) DeleteSiteSender(req *http.Request) (*http.Response, e azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteResponder handles the response to the DeleteSite request. The method always // closes the http.Response Body. func (client SitesClient) DeleteSiteResponder(resp *http.Response) (result SetObject, err error) { @@ -2384,10 +2318,11 @@ func (client SitesClient) DeleteSiteResponder(resp *http.Response) (result SetOb return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteHostNameBinding sends the delete site host name binding request. -// -// resourceGroupName is name of resource group name is name of web app hostName is name of host +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// hostName - name of host func (client SitesClient) DeleteSiteHostNameBinding(ctx context.Context, resourceGroupName string, name string, hostName string) (result SetObject, err error) { req, err := client.DeleteSiteHostNameBindingPreparer(ctx, resourceGroupName, name, hostName) if err != nil { @@ -2410,7 +2345,6 @@ func (client SitesClient) DeleteSiteHostNameBinding(ctx context.Context, resourc return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteHostNameBindingPreparer prepares the DeleteSiteHostNameBinding request. func (client SitesClient) DeleteSiteHostNameBindingPreparer(ctx context.Context, resourceGroupName string, name string, hostName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2433,7 +2367,6 @@ func (client SitesClient) DeleteSiteHostNameBindingPreparer(ctx context.Context, return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteHostNameBindingSender sends the DeleteSiteHostNameBinding request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) DeleteSiteHostNameBindingSender(req *http.Request) (*http.Response, error) { @@ -2441,7 +2374,6 @@ func (client SitesClient) DeleteSiteHostNameBindingSender(req *http.Request) (*h azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteHostNameBindingResponder handles the response to the DeleteSiteHostNameBinding request. The method always // closes the http.Response Body. func (client SitesClient) DeleteSiteHostNameBindingResponder(resp *http.Response) (result SetObject, err error) { @@ -2455,11 +2387,12 @@ func (client SitesClient) DeleteSiteHostNameBindingResponder(resp *http.Response return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteHostNameBindingSlot sends the delete site host name binding slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. hostName is name of host +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. +// hostName - name of host func (client SitesClient) DeleteSiteHostNameBindingSlot(ctx context.Context, resourceGroupName string, name string, slot string, hostName string) (result SetObject, err error) { req, err := client.DeleteSiteHostNameBindingSlotPreparer(ctx, resourceGroupName, name, slot, hostName) if err != nil { @@ -2482,7 +2415,6 @@ func (client SitesClient) DeleteSiteHostNameBindingSlot(ctx context.Context, res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteHostNameBindingSlotPreparer prepares the DeleteSiteHostNameBindingSlot request. func (client SitesClient) DeleteSiteHostNameBindingSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, hostName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2506,7 +2438,6 @@ func (client SitesClient) DeleteSiteHostNameBindingSlotPreparer(ctx context.Cont return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteHostNameBindingSlotSender sends the DeleteSiteHostNameBindingSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) DeleteSiteHostNameBindingSlotSender(req *http.Request) (*http.Response, error) { @@ -2514,7 +2445,6 @@ func (client SitesClient) DeleteSiteHostNameBindingSlotSender(req *http.Request) azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteHostNameBindingSlotResponder handles the response to the DeleteSiteHostNameBindingSlot request. The method always // closes the http.Response Body. func (client SitesClient) DeleteSiteHostNameBindingSlotResponder(resp *http.Response) (result SetObject, err error) { @@ -2528,9 +2458,7 @@ func (client SitesClient) DeleteSiteHostNameBindingSlotResponder(resp *http.Resp return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSitePremierAddOn sends the delete site premier add on request. -// func (client SitesClient) DeleteSitePremierAddOn(ctx context.Context, resourceGroupName string, name string, premierAddOnName string) (result SetObject, err error) { req, err := client.DeleteSitePremierAddOnPreparer(ctx, resourceGroupName, name, premierAddOnName) if err != nil { @@ -2553,7 +2481,6 @@ func (client SitesClient) DeleteSitePremierAddOn(ctx context.Context, resourceGr return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSitePremierAddOnPreparer prepares the DeleteSitePremierAddOn request. func (client SitesClient) DeleteSitePremierAddOnPreparer(ctx context.Context, resourceGroupName string, name string, premierAddOnName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2576,7 +2503,6 @@ func (client SitesClient) DeleteSitePremierAddOnPreparer(ctx context.Context, re return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSitePremierAddOnSender sends the DeleteSitePremierAddOn request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) DeleteSitePremierAddOnSender(req *http.Request) (*http.Response, error) { @@ -2584,7 +2510,6 @@ func (client SitesClient) DeleteSitePremierAddOnSender(req *http.Request) (*http azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSitePremierAddOnResponder handles the response to the DeleteSitePremierAddOn request. The method always // closes the http.Response Body. func (client SitesClient) DeleteSitePremierAddOnResponder(resp *http.Response) (result SetObject, err error) { @@ -2598,9 +2523,7 @@ func (client SitesClient) DeleteSitePremierAddOnResponder(resp *http.Response) ( return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSitePremierAddOnSlot sends the delete site premier add on slot request. -// func (client SitesClient) DeleteSitePremierAddOnSlot(ctx context.Context, resourceGroupName string, name string, premierAddOnName string, slot string) (result SetObject, err error) { req, err := client.DeleteSitePremierAddOnSlotPreparer(ctx, resourceGroupName, name, premierAddOnName, slot) if err != nil { @@ -2623,7 +2546,6 @@ func (client SitesClient) DeleteSitePremierAddOnSlot(ctx context.Context, resour return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSitePremierAddOnSlotPreparer prepares the DeleteSitePremierAddOnSlot request. func (client SitesClient) DeleteSitePremierAddOnSlotPreparer(ctx context.Context, resourceGroupName string, name string, premierAddOnName string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2647,7 +2569,6 @@ func (client SitesClient) DeleteSitePremierAddOnSlotPreparer(ctx context.Context return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSitePremierAddOnSlotSender sends the DeleteSitePremierAddOnSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) DeleteSitePremierAddOnSlotSender(req *http.Request) (*http.Response, error) { @@ -2655,7 +2576,6 @@ func (client SitesClient) DeleteSitePremierAddOnSlotSender(req *http.Request) (* azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSitePremierAddOnSlotResponder handles the response to the DeleteSitePremierAddOnSlot request. The method always // closes the http.Response Body. func (client SitesClient) DeleteSitePremierAddOnSlotResponder(resp *http.Response) (result SetObject, err error) { @@ -2669,11 +2589,11 @@ func (client SitesClient) DeleteSitePremierAddOnSlotResponder(resp *http.Respons return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteRelayServiceConnection sends the delete site relay service connection request. -// -// resourceGroupName is the resource group name name is the name of the web app entityName is the name by which the -// Hybrid Connection is identified +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// entityName - the name by which the Hybrid Connection is identified func (client SitesClient) DeleteSiteRelayServiceConnection(ctx context.Context, resourceGroupName string, name string, entityName string) (result SetObject, err error) { req, err := client.DeleteSiteRelayServiceConnectionPreparer(ctx, resourceGroupName, name, entityName) if err != nil { @@ -2696,7 +2616,6 @@ func (client SitesClient) DeleteSiteRelayServiceConnection(ctx context.Context, return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteRelayServiceConnectionPreparer prepares the DeleteSiteRelayServiceConnection request. func (client SitesClient) DeleteSiteRelayServiceConnectionPreparer(ctx context.Context, resourceGroupName string, name string, entityName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2719,7 +2638,6 @@ func (client SitesClient) DeleteSiteRelayServiceConnectionPreparer(ctx context.C return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteRelayServiceConnectionSender sends the DeleteSiteRelayServiceConnection request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) DeleteSiteRelayServiceConnectionSender(req *http.Request) (*http.Response, error) { @@ -2727,7 +2645,6 @@ func (client SitesClient) DeleteSiteRelayServiceConnectionSender(req *http.Reque azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteRelayServiceConnectionResponder handles the response to the DeleteSiteRelayServiceConnection request. The method always // closes the http.Response Body. func (client SitesClient) DeleteSiteRelayServiceConnectionResponder(resp *http.Response) (result SetObject, err error) { @@ -2741,11 +2658,12 @@ func (client SitesClient) DeleteSiteRelayServiceConnectionResponder(resp *http.R return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteRelayServiceConnectionSlot sends the delete site relay service connection slot request. -// -// resourceGroupName is the resource group name name is the name of the web app entityName is the name by which the -// Hybrid Connection is identified slot is the name of the slot for the web app. +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// entityName - the name by which the Hybrid Connection is identified +// slot - the name of the slot for the web app. func (client SitesClient) DeleteSiteRelayServiceConnectionSlot(ctx context.Context, resourceGroupName string, name string, entityName string, slot string) (result SetObject, err error) { req, err := client.DeleteSiteRelayServiceConnectionSlotPreparer(ctx, resourceGroupName, name, entityName, slot) if err != nil { @@ -2768,7 +2686,6 @@ func (client SitesClient) DeleteSiteRelayServiceConnectionSlot(ctx context.Conte return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteRelayServiceConnectionSlotPreparer prepares the DeleteSiteRelayServiceConnectionSlot request. func (client SitesClient) DeleteSiteRelayServiceConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, entityName string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2792,7 +2709,6 @@ func (client SitesClient) DeleteSiteRelayServiceConnectionSlotPreparer(ctx conte return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteRelayServiceConnectionSlotSender sends the DeleteSiteRelayServiceConnectionSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) DeleteSiteRelayServiceConnectionSlotSender(req *http.Request) (*http.Response, error) { @@ -2800,7 +2716,6 @@ func (client SitesClient) DeleteSiteRelayServiceConnectionSlotSender(req *http.R azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteRelayServiceConnectionSlotResponder handles the response to the DeleteSiteRelayServiceConnectionSlot request. The method always // closes the http.Response Body. func (client SitesClient) DeleteSiteRelayServiceConnectionSlotResponder(resp *http.Response) (result SetObject, err error) { @@ -2814,14 +2729,16 @@ func (client SitesClient) DeleteSiteRelayServiceConnectionSlotResponder(resp *ht return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteSlot sends the delete site slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. deleteMetrics is if true, web app metrics are also deleted -// deleteEmptyServerFarm is if true and App Service Plan is empty after web app deletion, App Service Plan is also -// deleted skipDNSRegistration is if true, DNS registration is skipped deleteAllSlots is if true, all slots -// associated with web app are also deleted +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. +// deleteMetrics - if true, web app metrics are also deleted +// deleteEmptyServerFarm - if true and App Service Plan is empty after web app deletion, App Service Plan is +// also deleted +// skipDNSRegistration - if true, DNS registration is skipped +// deleteAllSlots - if true, all slots associated with web app are also deleted func (client SitesClient) DeleteSiteSlot(ctx context.Context, resourceGroupName string, name string, slot string, deleteMetrics string, deleteEmptyServerFarm string, skipDNSRegistration string, deleteAllSlots string) (result SetObject, err error) { req, err := client.DeleteSiteSlotPreparer(ctx, resourceGroupName, name, slot, deleteMetrics, deleteEmptyServerFarm, skipDNSRegistration, deleteAllSlots) if err != nil { @@ -2844,7 +2761,6 @@ func (client SitesClient) DeleteSiteSlot(ctx context.Context, resourceGroupName return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteSlotPreparer prepares the DeleteSiteSlot request. func (client SitesClient) DeleteSiteSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, deleteMetrics string, deleteEmptyServerFarm string, skipDNSRegistration string, deleteAllSlots string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2879,7 +2795,6 @@ func (client SitesClient) DeleteSiteSlotPreparer(ctx context.Context, resourceGr return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteSlotSender sends the DeleteSiteSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) DeleteSiteSlotSender(req *http.Request) (*http.Response, error) { @@ -2887,7 +2802,6 @@ func (client SitesClient) DeleteSiteSlotSender(req *http.Request) (*http.Respons azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteSlotResponder handles the response to the DeleteSiteSlot request. The method always // closes the http.Response Body. func (client SitesClient) DeleteSiteSlotResponder(resp *http.Response) (result SetObject, err error) { @@ -2901,10 +2815,10 @@ func (client SitesClient) DeleteSiteSlotResponder(resp *http.Response) (result S return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteSourceControl sends the delete site source control request. -// -// resourceGroupName is name of resource group name is name of web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app func (client SitesClient) DeleteSiteSourceControl(ctx context.Context, resourceGroupName string, name string) (result SetObject, err error) { req, err := client.DeleteSiteSourceControlPreparer(ctx, resourceGroupName, name) if err != nil { @@ -2927,7 +2841,6 @@ func (client SitesClient) DeleteSiteSourceControl(ctx context.Context, resourceG return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteSourceControlPreparer prepares the DeleteSiteSourceControl request. func (client SitesClient) DeleteSiteSourceControlPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -2949,7 +2862,6 @@ func (client SitesClient) DeleteSiteSourceControlPreparer(ctx context.Context, r return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteSourceControlSender sends the DeleteSiteSourceControl request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) DeleteSiteSourceControlSender(req *http.Request) (*http.Response, error) { @@ -2957,7 +2869,6 @@ func (client SitesClient) DeleteSiteSourceControlSender(req *http.Request) (*htt azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteSourceControlResponder handles the response to the DeleteSiteSourceControl request. The method always // closes the http.Response Body. func (client SitesClient) DeleteSiteSourceControlResponder(resp *http.Response) (result SetObject, err error) { @@ -2971,11 +2882,11 @@ func (client SitesClient) DeleteSiteSourceControlResponder(resp *http.Response) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteSourceControlSlot sends the delete site source control slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) DeleteSiteSourceControlSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SetObject, err error) { req, err := client.DeleteSiteSourceControlSlotPreparer(ctx, resourceGroupName, name, slot) if err != nil { @@ -2998,7 +2909,6 @@ func (client SitesClient) DeleteSiteSourceControlSlot(ctx context.Context, resou return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteSourceControlSlotPreparer prepares the DeleteSiteSourceControlSlot request. func (client SitesClient) DeleteSiteSourceControlSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -3021,7 +2931,6 @@ func (client SitesClient) DeleteSiteSourceControlSlotPreparer(ctx context.Contex return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteSourceControlSlotSender sends the DeleteSiteSourceControlSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) DeleteSiteSourceControlSlotSender(req *http.Request) (*http.Response, error) { @@ -3029,7 +2938,6 @@ func (client SitesClient) DeleteSiteSourceControlSlotSender(req *http.Request) ( azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteSourceControlSlotResponder handles the response to the DeleteSiteSourceControlSlot request. The method always // closes the http.Response Body. func (client SitesClient) DeleteSiteSourceControlSlotResponder(resp *http.Response) (result SetObject, err error) { @@ -3043,11 +2951,11 @@ func (client SitesClient) DeleteSiteSourceControlSlotResponder(resp *http.Respon return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteVNETConnection sends the delete site vnet connection request. -// -// resourceGroupName is the resource group name name is the name of the web app vnetName is the name of the Virtual -// Network +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// vnetName - the name of the Virtual Network func (client SitesClient) DeleteSiteVNETConnection(ctx context.Context, resourceGroupName string, name string, vnetName string) (result SetObject, err error) { req, err := client.DeleteSiteVNETConnectionPreparer(ctx, resourceGroupName, name, vnetName) if err != nil { @@ -3070,7 +2978,6 @@ func (client SitesClient) DeleteSiteVNETConnection(ctx context.Context, resource return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteVNETConnectionPreparer prepares the DeleteSiteVNETConnection request. func (client SitesClient) DeleteSiteVNETConnectionPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -3093,7 +3000,6 @@ func (client SitesClient) DeleteSiteVNETConnectionPreparer(ctx context.Context, return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteVNETConnectionSender sends the DeleteSiteVNETConnection request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) DeleteSiteVNETConnectionSender(req *http.Request) (*http.Response, error) { @@ -3101,7 +3007,6 @@ func (client SitesClient) DeleteSiteVNETConnectionSender(req *http.Request) (*ht azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteVNETConnectionResponder handles the response to the DeleteSiteVNETConnection request. The method always // closes the http.Response Body. func (client SitesClient) DeleteSiteVNETConnectionResponder(resp *http.Response) (result SetObject, err error) { @@ -3115,11 +3020,12 @@ func (client SitesClient) DeleteSiteVNETConnectionResponder(resp *http.Response) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteVNETConnectionSlot sends the delete site vnet connection slot request. -// -// resourceGroupName is the resource group name name is the name of the web app vnetName is the name of the Virtual -// Network slot is the name of the slot for this web app. +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// vnetName - the name of the Virtual Network +// slot - the name of the slot for this web app. func (client SitesClient) DeleteSiteVNETConnectionSlot(ctx context.Context, resourceGroupName string, name string, vnetName string, slot string) (result SetObject, err error) { req, err := client.DeleteSiteVNETConnectionSlotPreparer(ctx, resourceGroupName, name, vnetName, slot) if err != nil { @@ -3142,7 +3048,6 @@ func (client SitesClient) DeleteSiteVNETConnectionSlot(ctx context.Context, reso return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteVNETConnectionSlotPreparer prepares the DeleteSiteVNETConnectionSlot request. func (client SitesClient) DeleteSiteVNETConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -3166,7 +3071,6 @@ func (client SitesClient) DeleteSiteVNETConnectionSlotPreparer(ctx context.Conte return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteVNETConnectionSlotSender sends the DeleteSiteVNETConnectionSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) DeleteSiteVNETConnectionSlotSender(req *http.Request) (*http.Response, error) { @@ -3174,7 +3078,6 @@ func (client SitesClient) DeleteSiteVNETConnectionSlotSender(req *http.Request) azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DeleteSiteVNETConnectionSlotResponder handles the response to the DeleteSiteVNETConnectionSlot request. The method always // closes the http.Response Body. func (client SitesClient) DeleteSiteVNETConnectionSlotResponder(resp *http.Response) (result SetObject, err error) { @@ -3188,10 +3091,11 @@ func (client SitesClient) DeleteSiteVNETConnectionSlotResponder(resp *http.Respo return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DiscoverSiteRestore sends the discover site restore request. -// -// resourceGroupName is name of resource group name is name of web app request is information on restore request +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// request - information on restore request func (client SitesClient) DiscoverSiteRestore(ctx context.Context, resourceGroupName string, name string, request RestoreRequest) (result RestoreRequest, err error) { req, err := client.DiscoverSiteRestorePreparer(ctx, resourceGroupName, name, request) if err != nil { @@ -3214,7 +3118,6 @@ func (client SitesClient) DiscoverSiteRestore(ctx context.Context, resourceGroup return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DiscoverSiteRestorePreparer prepares the DiscoverSiteRestore request. func (client SitesClient) DiscoverSiteRestorePreparer(ctx context.Context, resourceGroupName string, name string, request RestoreRequest) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -3238,7 +3141,6 @@ func (client SitesClient) DiscoverSiteRestorePreparer(ctx context.Context, resou return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DiscoverSiteRestoreSender sends the DiscoverSiteRestore request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) DiscoverSiteRestoreSender(req *http.Request) (*http.Response, error) { @@ -3246,7 +3148,6 @@ func (client SitesClient) DiscoverSiteRestoreSender(req *http.Request) (*http.Re azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DiscoverSiteRestoreResponder handles the response to the DiscoverSiteRestore request. The method always // closes the http.Response Body. func (client SitesClient) DiscoverSiteRestoreResponder(resp *http.Response) (result RestoreRequest, err error) { @@ -3260,11 +3161,12 @@ func (client SitesClient) DiscoverSiteRestoreResponder(resp *http.Response) (res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DiscoverSiteRestoreSlot sends the discover site restore slot request. -// -// resourceGroupName is name of resource group name is name of web app request is information on restore request -// slot is name of web app slot. If not specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// request - information on restore request +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) DiscoverSiteRestoreSlot(ctx context.Context, resourceGroupName string, name string, request RestoreRequest, slot string) (result RestoreRequest, err error) { req, err := client.DiscoverSiteRestoreSlotPreparer(ctx, resourceGroupName, name, request, slot) if err != nil { @@ -3287,7 +3189,6 @@ func (client SitesClient) DiscoverSiteRestoreSlot(ctx context.Context, resourceG return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DiscoverSiteRestoreSlotPreparer prepares the DiscoverSiteRestoreSlot request. func (client SitesClient) DiscoverSiteRestoreSlotPreparer(ctx context.Context, resourceGroupName string, name string, request RestoreRequest, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -3312,7 +3213,6 @@ func (client SitesClient) DiscoverSiteRestoreSlotPreparer(ctx context.Context, r return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DiscoverSiteRestoreSlotSender sends the DiscoverSiteRestoreSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) DiscoverSiteRestoreSlotSender(req *http.Request) (*http.Response, error) { @@ -3320,7 +3220,6 @@ func (client SitesClient) DiscoverSiteRestoreSlotSender(req *http.Request) (*htt azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // DiscoverSiteRestoreSlotResponder handles the response to the DiscoverSiteRestoreSlot request. The method always // closes the http.Response Body. func (client SitesClient) DiscoverSiteRestoreSlotResponder(resp *http.Response) (result RestoreRequest, err error) { @@ -3334,10 +3233,10 @@ func (client SitesClient) DiscoverSiteRestoreSlotResponder(resp *http.Response) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GenerateNewSitePublishingPassword sends the generate new site publishing password request. -// -// resourceGroupName is name of resource group name is name of web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app func (client SitesClient) GenerateNewSitePublishingPassword(ctx context.Context, resourceGroupName string, name string) (result SetObject, err error) { req, err := client.GenerateNewSitePublishingPasswordPreparer(ctx, resourceGroupName, name) if err != nil { @@ -3360,7 +3259,6 @@ func (client SitesClient) GenerateNewSitePublishingPassword(ctx context.Context, return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GenerateNewSitePublishingPasswordPreparer prepares the GenerateNewSitePublishingPassword request. func (client SitesClient) GenerateNewSitePublishingPasswordPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -3382,7 +3280,6 @@ func (client SitesClient) GenerateNewSitePublishingPasswordPreparer(ctx context. return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GenerateNewSitePublishingPasswordSender sends the GenerateNewSitePublishingPassword request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GenerateNewSitePublishingPasswordSender(req *http.Request) (*http.Response, error) { @@ -3390,7 +3287,6 @@ func (client SitesClient) GenerateNewSitePublishingPasswordSender(req *http.Requ azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GenerateNewSitePublishingPasswordResponder handles the response to the GenerateNewSitePublishingPassword request. The method always // closes the http.Response Body. func (client SitesClient) GenerateNewSitePublishingPasswordResponder(resp *http.Response) (result SetObject, err error) { @@ -3404,11 +3300,11 @@ func (client SitesClient) GenerateNewSitePublishingPasswordResponder(resp *http. return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GenerateNewSitePublishingPasswordSlot sends the generate new site publishing password slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) GenerateNewSitePublishingPasswordSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SetObject, err error) { req, err := client.GenerateNewSitePublishingPasswordSlotPreparer(ctx, resourceGroupName, name, slot) if err != nil { @@ -3431,7 +3327,6 @@ func (client SitesClient) GenerateNewSitePublishingPasswordSlot(ctx context.Cont return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GenerateNewSitePublishingPasswordSlotPreparer prepares the GenerateNewSitePublishingPasswordSlot request. func (client SitesClient) GenerateNewSitePublishingPasswordSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -3454,7 +3349,6 @@ func (client SitesClient) GenerateNewSitePublishingPasswordSlotPreparer(ctx cont return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GenerateNewSitePublishingPasswordSlotSender sends the GenerateNewSitePublishingPasswordSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GenerateNewSitePublishingPasswordSlotSender(req *http.Request) (*http.Response, error) { @@ -3462,7 +3356,6 @@ func (client SitesClient) GenerateNewSitePublishingPasswordSlotSender(req *http. azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GenerateNewSitePublishingPasswordSlotResponder handles the response to the GenerateNewSitePublishingPasswordSlot request. The method always // closes the http.Response Body. func (client SitesClient) GenerateNewSitePublishingPasswordSlotResponder(resp *http.Response) (result SetObject, err error) { @@ -3476,11 +3369,11 @@ func (client SitesClient) GenerateNewSitePublishingPasswordSlotResponder(resp *h return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDeletedSites sends the get deleted sites request. -// -// resourceGroupName is name of resource group propertiesToInclude is additional web app properties included in the -// response includeSiteTypes is types of apps included in the response +// Parameters: +// resourceGroupName - name of resource group +// propertiesToInclude - additional web app properties included in the response +// includeSiteTypes - types of apps included in the response func (client SitesClient) GetDeletedSites(ctx context.Context, resourceGroupName string, propertiesToInclude string, includeSiteTypes string) (result DeletedSiteCollectionPage, err error) { result.fn = client.getDeletedSitesNextResults req, err := client.GetDeletedSitesPreparer(ctx, resourceGroupName, propertiesToInclude, includeSiteTypes) @@ -3504,7 +3397,6 @@ func (client SitesClient) GetDeletedSites(ctx context.Context, resourceGroupName return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDeletedSitesPreparer prepares the GetDeletedSites request. func (client SitesClient) GetDeletedSitesPreparer(ctx context.Context, resourceGroupName string, propertiesToInclude string, includeSiteTypes string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -3531,7 +3423,6 @@ func (client SitesClient) GetDeletedSitesPreparer(ctx context.Context, resourceG return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDeletedSitesSender sends the GetDeletedSites request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetDeletedSitesSender(req *http.Request) (*http.Response, error) { @@ -3539,7 +3430,6 @@ func (client SitesClient) GetDeletedSitesSender(req *http.Request) (*http.Respon azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDeletedSitesResponder handles the response to the GetDeletedSites request. The method always // closes the http.Response Body. func (client SitesClient) GetDeletedSitesResponder(resp *http.Response) (result DeletedSiteCollection, err error) { @@ -3574,17 +3464,17 @@ func (client SitesClient) getDeletedSitesNextResults(lastResults DeletedSiteColl return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDeletedSitesComplete enumerates all values, automatically crossing page boundaries as required. func (client SitesClient) GetDeletedSitesComplete(ctx context.Context, resourceGroupName string, propertiesToInclude string, includeSiteTypes string) (result DeletedSiteCollectionIterator, err error) { result.page, err = client.GetDeletedSites(ctx, resourceGroupName, propertiesToInclude, includeSiteTypes) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDeployment sends the get deployment request. -// -// resourceGroupName is name of resource group name is name of web app ID is id of the deployment +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// ID - id of the deployment func (client SitesClient) GetDeployment(ctx context.Context, resourceGroupName string, name string, ID string) (result Deployment, err error) { req, err := client.GetDeploymentPreparer(ctx, resourceGroupName, name, ID) if err != nil { @@ -3607,7 +3497,6 @@ func (client SitesClient) GetDeployment(ctx context.Context, resourceGroupName s return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDeploymentPreparer prepares the GetDeployment request. func (client SitesClient) GetDeploymentPreparer(ctx context.Context, resourceGroupName string, name string, ID string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -3630,7 +3519,6 @@ func (client SitesClient) GetDeploymentPreparer(ctx context.Context, resourceGro return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDeploymentSender sends the GetDeployment request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetDeploymentSender(req *http.Request) (*http.Response, error) { @@ -3638,7 +3526,6 @@ func (client SitesClient) GetDeploymentSender(req *http.Request) (*http.Response azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDeploymentResponder handles the response to the GetDeployment request. The method always // closes the http.Response Body. func (client SitesClient) GetDeploymentResponder(resp *http.Response) (result Deployment, err error) { @@ -3652,10 +3539,10 @@ func (client SitesClient) GetDeploymentResponder(resp *http.Response) (result De return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDeployments sends the get deployments request. -// -// resourceGroupName is name of resource group name is name of web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app func (client SitesClient) GetDeployments(ctx context.Context, resourceGroupName string, name string) (result DeploymentCollectionPage, err error) { result.fn = client.getDeploymentsNextResults req, err := client.GetDeploymentsPreparer(ctx, resourceGroupName, name) @@ -3679,7 +3566,6 @@ func (client SitesClient) GetDeployments(ctx context.Context, resourceGroupName return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDeploymentsPreparer prepares the GetDeployments request. func (client SitesClient) GetDeploymentsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -3701,7 +3587,6 @@ func (client SitesClient) GetDeploymentsPreparer(ctx context.Context, resourceGr return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDeploymentsSender sends the GetDeployments request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetDeploymentsSender(req *http.Request) (*http.Response, error) { @@ -3709,7 +3594,6 @@ func (client SitesClient) GetDeploymentsSender(req *http.Request) (*http.Respons azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDeploymentsResponder handles the response to the GetDeployments request. The method always // closes the http.Response Body. func (client SitesClient) GetDeploymentsResponder(resp *http.Response) (result DeploymentCollection, err error) { @@ -3744,18 +3628,18 @@ func (client SitesClient) getDeploymentsNextResults(lastResults DeploymentCollec return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDeploymentsComplete enumerates all values, automatically crossing page boundaries as required. func (client SitesClient) GetDeploymentsComplete(ctx context.Context, resourceGroupName string, name string) (result DeploymentCollectionIterator, err error) { result.page, err = client.GetDeployments(ctx, resourceGroupName, name) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDeploymentSlot sends the get deployment slot request. -// -// resourceGroupName is name of resource group name is name of web app ID is id of the deployment slot is name of -// web app slot. If not specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// ID - id of the deployment +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) GetDeploymentSlot(ctx context.Context, resourceGroupName string, name string, ID string, slot string) (result Deployment, err error) { req, err := client.GetDeploymentSlotPreparer(ctx, resourceGroupName, name, ID, slot) if err != nil { @@ -3778,7 +3662,6 @@ func (client SitesClient) GetDeploymentSlot(ctx context.Context, resourceGroupNa return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDeploymentSlotPreparer prepares the GetDeploymentSlot request. func (client SitesClient) GetDeploymentSlotPreparer(ctx context.Context, resourceGroupName string, name string, ID string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -3802,7 +3685,6 @@ func (client SitesClient) GetDeploymentSlotPreparer(ctx context.Context, resourc return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDeploymentSlotSender sends the GetDeploymentSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetDeploymentSlotSender(req *http.Request) (*http.Response, error) { @@ -3810,7 +3692,6 @@ func (client SitesClient) GetDeploymentSlotSender(req *http.Request) (*http.Resp azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDeploymentSlotResponder handles the response to the GetDeploymentSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetDeploymentSlotResponder(resp *http.Response) (result Deployment, err error) { @@ -3824,11 +3705,11 @@ func (client SitesClient) GetDeploymentSlotResponder(resp *http.Response) (resul return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDeploymentsSlot sends the get deployments slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) GetDeploymentsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result DeploymentCollectionPage, err error) { result.fn = client.getDeploymentsSlotNextResults req, err := client.GetDeploymentsSlotPreparer(ctx, resourceGroupName, name, slot) @@ -3852,7 +3733,6 @@ func (client SitesClient) GetDeploymentsSlot(ctx context.Context, resourceGroupN return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDeploymentsSlotPreparer prepares the GetDeploymentsSlot request. func (client SitesClient) GetDeploymentsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -3875,7 +3755,6 @@ func (client SitesClient) GetDeploymentsSlotPreparer(ctx context.Context, resour return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDeploymentsSlotSender sends the GetDeploymentsSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetDeploymentsSlotSender(req *http.Request) (*http.Response, error) { @@ -3883,7 +3762,6 @@ func (client SitesClient) GetDeploymentsSlotSender(req *http.Request) (*http.Res azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDeploymentsSlotResponder handles the response to the GetDeploymentsSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetDeploymentsSlotResponder(resp *http.Response) (result DeploymentCollection, err error) { @@ -3918,18 +3796,18 @@ func (client SitesClient) getDeploymentsSlotNextResults(lastResults DeploymentCo return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetDeploymentsSlotComplete enumerates all values, automatically crossing page boundaries as required. func (client SitesClient) GetDeploymentsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result DeploymentCollectionIterator, err error) { result.page, err = client.GetDeploymentsSlot(ctx, resourceGroupName, name, slot) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetInstanceDeployment sends the get instance deployment request. -// -// resourceGroupName is name of resource group name is name of web app ID is id of the deployment instanceID is id -// of web app instance +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// ID - id of the deployment +// instanceID - id of web app instance func (client SitesClient) GetInstanceDeployment(ctx context.Context, resourceGroupName string, name string, ID string, instanceID string) (result Deployment, err error) { req, err := client.GetInstanceDeploymentPreparer(ctx, resourceGroupName, name, ID, instanceID) if err != nil { @@ -3952,7 +3830,6 @@ func (client SitesClient) GetInstanceDeployment(ctx context.Context, resourceGro return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetInstanceDeploymentPreparer prepares the GetInstanceDeployment request. func (client SitesClient) GetInstanceDeploymentPreparer(ctx context.Context, resourceGroupName string, name string, ID string, instanceID string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -3976,7 +3853,6 @@ func (client SitesClient) GetInstanceDeploymentPreparer(ctx context.Context, res return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetInstanceDeploymentSender sends the GetInstanceDeployment request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetInstanceDeploymentSender(req *http.Request) (*http.Response, error) { @@ -3984,7 +3860,6 @@ func (client SitesClient) GetInstanceDeploymentSender(req *http.Request) (*http. azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetInstanceDeploymentResponder handles the response to the GetInstanceDeployment request. The method always // closes the http.Response Body. func (client SitesClient) GetInstanceDeploymentResponder(resp *http.Response) (result Deployment, err error) { @@ -3998,10 +3873,11 @@ func (client SitesClient) GetInstanceDeploymentResponder(resp *http.Response) (r return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetInstanceDeployments sends the get instance deployments request. -// -// resourceGroupName is name of resource group name is name of web app instanceID is id of web app instance +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// instanceID - id of web app instance func (client SitesClient) GetInstanceDeployments(ctx context.Context, resourceGroupName string, name string, instanceID string) (result DeploymentCollectionPage, err error) { result.fn = client.getInstanceDeploymentsNextResults req, err := client.GetInstanceDeploymentsPreparer(ctx, resourceGroupName, name, instanceID) @@ -4025,7 +3901,6 @@ func (client SitesClient) GetInstanceDeployments(ctx context.Context, resourceGr return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetInstanceDeploymentsPreparer prepares the GetInstanceDeployments request. func (client SitesClient) GetInstanceDeploymentsPreparer(ctx context.Context, resourceGroupName string, name string, instanceID string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -4048,7 +3923,6 @@ func (client SitesClient) GetInstanceDeploymentsPreparer(ctx context.Context, re return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetInstanceDeploymentsSender sends the GetInstanceDeployments request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetInstanceDeploymentsSender(req *http.Request) (*http.Response, error) { @@ -4056,7 +3930,6 @@ func (client SitesClient) GetInstanceDeploymentsSender(req *http.Request) (*http azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetInstanceDeploymentsResponder handles the response to the GetInstanceDeployments request. The method always // closes the http.Response Body. func (client SitesClient) GetInstanceDeploymentsResponder(resp *http.Response) (result DeploymentCollection, err error) { @@ -4091,18 +3964,19 @@ func (client SitesClient) getInstanceDeploymentsNextResults(lastResults Deployme return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetInstanceDeploymentsComplete enumerates all values, automatically crossing page boundaries as required. func (client SitesClient) GetInstanceDeploymentsComplete(ctx context.Context, resourceGroupName string, name string, instanceID string) (result DeploymentCollectionIterator, err error) { result.page, err = client.GetInstanceDeployments(ctx, resourceGroupName, name, instanceID) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetInstanceDeploymentSlot sends the get instance deployment slot request. -// -// resourceGroupName is name of resource group name is name of web app ID is id of the deployment slot is name of -// web app slot. If not specified then will default to production slot. instanceID is id of web app instance +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// ID - id of the deployment +// slot - name of web app slot. If not specified then will default to production slot. +// instanceID - id of web app instance func (client SitesClient) GetInstanceDeploymentSlot(ctx context.Context, resourceGroupName string, name string, ID string, slot string, instanceID string) (result Deployment, err error) { req, err := client.GetInstanceDeploymentSlotPreparer(ctx, resourceGroupName, name, ID, slot, instanceID) if err != nil { @@ -4125,7 +3999,6 @@ func (client SitesClient) GetInstanceDeploymentSlot(ctx context.Context, resourc return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetInstanceDeploymentSlotPreparer prepares the GetInstanceDeploymentSlot request. func (client SitesClient) GetInstanceDeploymentSlotPreparer(ctx context.Context, resourceGroupName string, name string, ID string, slot string, instanceID string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -4150,7 +4023,6 @@ func (client SitesClient) GetInstanceDeploymentSlotPreparer(ctx context.Context, return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetInstanceDeploymentSlotSender sends the GetInstanceDeploymentSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetInstanceDeploymentSlotSender(req *http.Request) (*http.Response, error) { @@ -4158,7 +4030,6 @@ func (client SitesClient) GetInstanceDeploymentSlotSender(req *http.Request) (*h azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetInstanceDeploymentSlotResponder handles the response to the GetInstanceDeploymentSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetInstanceDeploymentSlotResponder(resp *http.Response) (result Deployment, err error) { @@ -4172,11 +4043,12 @@ func (client SitesClient) GetInstanceDeploymentSlotResponder(resp *http.Response return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetInstanceDeploymentsSlot sends the get instance deployments slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. instanceID is id of web app instance +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. +// instanceID - id of web app instance func (client SitesClient) GetInstanceDeploymentsSlot(ctx context.Context, resourceGroupName string, name string, slot string, instanceID string) (result DeploymentCollectionPage, err error) { result.fn = client.getInstanceDeploymentsSlotNextResults req, err := client.GetInstanceDeploymentsSlotPreparer(ctx, resourceGroupName, name, slot, instanceID) @@ -4200,7 +4072,6 @@ func (client SitesClient) GetInstanceDeploymentsSlot(ctx context.Context, resour return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetInstanceDeploymentsSlotPreparer prepares the GetInstanceDeploymentsSlot request. func (client SitesClient) GetInstanceDeploymentsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, instanceID string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -4224,7 +4095,6 @@ func (client SitesClient) GetInstanceDeploymentsSlotPreparer(ctx context.Context return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetInstanceDeploymentsSlotSender sends the GetInstanceDeploymentsSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetInstanceDeploymentsSlotSender(req *http.Request) (*http.Response, error) { @@ -4232,7 +4102,6 @@ func (client SitesClient) GetInstanceDeploymentsSlotSender(req *http.Request) (* azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetInstanceDeploymentsSlotResponder handles the response to the GetInstanceDeploymentsSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetInstanceDeploymentsSlotResponder(resp *http.Response) (result DeploymentCollection, err error) { @@ -4267,18 +4136,17 @@ func (client SitesClient) getInstanceDeploymentsSlotNextResults(lastResults Depl return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetInstanceDeploymentsSlotComplete enumerates all values, automatically crossing page boundaries as required. func (client SitesClient) GetInstanceDeploymentsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string, instanceID string) (result DeploymentCollectionIterator, err error) { result.page, err = client.GetInstanceDeploymentsSlot(ctx, resourceGroupName, name, slot, instanceID) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSite sends the get site request. -// -// resourceGroupName is name of resource group name is name of web app propertiesToInclude is additional web app -// properties included in the response +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// propertiesToInclude - additional web app properties included in the response func (client SitesClient) GetSite(ctx context.Context, resourceGroupName string, name string, propertiesToInclude string) (result Site, err error) { req, err := client.GetSitePreparer(ctx, resourceGroupName, name, propertiesToInclude) if err != nil { @@ -4301,7 +4169,6 @@ func (client SitesClient) GetSite(ctx context.Context, resourceGroupName string, return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSitePreparer prepares the GetSite request. func (client SitesClient) GetSitePreparer(ctx context.Context, resourceGroupName string, name string, propertiesToInclude string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -4326,7 +4193,6 @@ func (client SitesClient) GetSitePreparer(ctx context.Context, resourceGroupName return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSender sends the GetSite request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteSender(req *http.Request) (*http.Response, error) { @@ -4334,7 +4200,6 @@ func (client SitesClient) GetSiteSender(req *http.Request) (*http.Response, erro azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteResponder handles the response to the GetSite request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteResponder(resp *http.Response) (result Site, err error) { @@ -4348,10 +4213,10 @@ func (client SitesClient) GetSiteResponder(resp *http.Response) (result Site, er return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupConfiguration sends the get site backup configuration request. -// -// resourceGroupName is name of resource group name is name of web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app func (client SitesClient) GetSiteBackupConfiguration(ctx context.Context, resourceGroupName string, name string) (result BackupRequest, err error) { req, err := client.GetSiteBackupConfigurationPreparer(ctx, resourceGroupName, name) if err != nil { @@ -4374,7 +4239,6 @@ func (client SitesClient) GetSiteBackupConfiguration(ctx context.Context, resour return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupConfigurationPreparer prepares the GetSiteBackupConfiguration request. func (client SitesClient) GetSiteBackupConfigurationPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -4396,7 +4260,6 @@ func (client SitesClient) GetSiteBackupConfigurationPreparer(ctx context.Context return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupConfigurationSender sends the GetSiteBackupConfiguration request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteBackupConfigurationSender(req *http.Request) (*http.Response, error) { @@ -4404,7 +4267,6 @@ func (client SitesClient) GetSiteBackupConfigurationSender(req *http.Request) (* azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupConfigurationResponder handles the response to the GetSiteBackupConfiguration request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteBackupConfigurationResponder(resp *http.Response) (result BackupRequest, err error) { @@ -4418,11 +4280,11 @@ func (client SitesClient) GetSiteBackupConfigurationResponder(resp *http.Respons return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupConfigurationSlot sends the get site backup configuration slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) GetSiteBackupConfigurationSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result BackupRequest, err error) { req, err := client.GetSiteBackupConfigurationSlotPreparer(ctx, resourceGroupName, name, slot) if err != nil { @@ -4445,7 +4307,6 @@ func (client SitesClient) GetSiteBackupConfigurationSlot(ctx context.Context, re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupConfigurationSlotPreparer prepares the GetSiteBackupConfigurationSlot request. func (client SitesClient) GetSiteBackupConfigurationSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -4468,7 +4329,6 @@ func (client SitesClient) GetSiteBackupConfigurationSlotPreparer(ctx context.Con return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupConfigurationSlotSender sends the GetSiteBackupConfigurationSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteBackupConfigurationSlotSender(req *http.Request) (*http.Response, error) { @@ -4476,7 +4336,6 @@ func (client SitesClient) GetSiteBackupConfigurationSlotSender(req *http.Request azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupConfigurationSlotResponder handles the response to the GetSiteBackupConfigurationSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteBackupConfigurationSlotResponder(resp *http.Response) (result BackupRequest, err error) { @@ -4490,10 +4349,11 @@ func (client SitesClient) GetSiteBackupConfigurationSlotResponder(resp *http.Res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupStatus sends the get site backup status request. -// -// resourceGroupName is name of resource group name is name of web app backupID is id of backup +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// backupID - id of backup func (client SitesClient) GetSiteBackupStatus(ctx context.Context, resourceGroupName string, name string, backupID string) (result BackupItem, err error) { req, err := client.GetSiteBackupStatusPreparer(ctx, resourceGroupName, name, backupID) if err != nil { @@ -4516,7 +4376,6 @@ func (client SitesClient) GetSiteBackupStatus(ctx context.Context, resourceGroup return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupStatusPreparer prepares the GetSiteBackupStatus request. func (client SitesClient) GetSiteBackupStatusPreparer(ctx context.Context, resourceGroupName string, name string, backupID string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -4539,7 +4398,6 @@ func (client SitesClient) GetSiteBackupStatusPreparer(ctx context.Context, resou return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupStatusSender sends the GetSiteBackupStatus request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteBackupStatusSender(req *http.Request) (*http.Response, error) { @@ -4547,7 +4405,6 @@ func (client SitesClient) GetSiteBackupStatusSender(req *http.Request) (*http.Re azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupStatusResponder handles the response to the GetSiteBackupStatus request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteBackupStatusResponder(resp *http.Response) (result BackupItem, err error) { @@ -4561,11 +4418,12 @@ func (client SitesClient) GetSiteBackupStatusResponder(resp *http.Response) (res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupStatusSecrets sends the get site backup status secrets request. -// -// resourceGroupName is name of resource group name is name of web app backupID is id of backup request is -// information on backup request +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// backupID - id of backup +// request - information on backup request func (client SitesClient) GetSiteBackupStatusSecrets(ctx context.Context, resourceGroupName string, name string, backupID string, request BackupRequest) (result BackupItem, err error) { req, err := client.GetSiteBackupStatusSecretsPreparer(ctx, resourceGroupName, name, backupID, request) if err != nil { @@ -4588,7 +4446,6 @@ func (client SitesClient) GetSiteBackupStatusSecrets(ctx context.Context, resour return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupStatusSecretsPreparer prepares the GetSiteBackupStatusSecrets request. func (client SitesClient) GetSiteBackupStatusSecretsPreparer(ctx context.Context, resourceGroupName string, name string, backupID string, request BackupRequest) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -4613,7 +4470,6 @@ func (client SitesClient) GetSiteBackupStatusSecretsPreparer(ctx context.Context return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupStatusSecretsSender sends the GetSiteBackupStatusSecrets request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteBackupStatusSecretsSender(req *http.Request) (*http.Response, error) { @@ -4621,7 +4477,6 @@ func (client SitesClient) GetSiteBackupStatusSecretsSender(req *http.Request) (* azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupStatusSecretsResponder handles the response to the GetSiteBackupStatusSecrets request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteBackupStatusSecretsResponder(resp *http.Response) (result BackupItem, err error) { @@ -4635,12 +4490,13 @@ func (client SitesClient) GetSiteBackupStatusSecretsResponder(resp *http.Respons return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupStatusSecretsSlot sends the get site backup status secrets slot request. -// -// resourceGroupName is name of resource group name is name of web app backupID is id of backup request is -// information on backup request slot is name of web app slot. If not specified then will default to production -// slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// backupID - id of backup +// request - information on backup request +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) GetSiteBackupStatusSecretsSlot(ctx context.Context, resourceGroupName string, name string, backupID string, request BackupRequest, slot string) (result BackupItem, err error) { req, err := client.GetSiteBackupStatusSecretsSlotPreparer(ctx, resourceGroupName, name, backupID, request, slot) if err != nil { @@ -4663,7 +4519,6 @@ func (client SitesClient) GetSiteBackupStatusSecretsSlot(ctx context.Context, re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupStatusSecretsSlotPreparer prepares the GetSiteBackupStatusSecretsSlot request. func (client SitesClient) GetSiteBackupStatusSecretsSlotPreparer(ctx context.Context, resourceGroupName string, name string, backupID string, request BackupRequest, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -4689,7 +4544,6 @@ func (client SitesClient) GetSiteBackupStatusSecretsSlotPreparer(ctx context.Con return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupStatusSecretsSlotSender sends the GetSiteBackupStatusSecretsSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteBackupStatusSecretsSlotSender(req *http.Request) (*http.Response, error) { @@ -4697,7 +4551,6 @@ func (client SitesClient) GetSiteBackupStatusSecretsSlotSender(req *http.Request azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupStatusSecretsSlotResponder handles the response to the GetSiteBackupStatusSecretsSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteBackupStatusSecretsSlotResponder(resp *http.Response) (result BackupItem, err error) { @@ -4711,11 +4564,12 @@ func (client SitesClient) GetSiteBackupStatusSecretsSlotResponder(resp *http.Res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupStatusSlot sends the get site backup status slot request. -// -// resourceGroupName is name of resource group name is name of web app backupID is id of backup slot is name of web -// app slot. If not specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// backupID - id of backup +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) GetSiteBackupStatusSlot(ctx context.Context, resourceGroupName string, name string, backupID string, slot string) (result BackupItem, err error) { req, err := client.GetSiteBackupStatusSlotPreparer(ctx, resourceGroupName, name, backupID, slot) if err != nil { @@ -4738,7 +4592,6 @@ func (client SitesClient) GetSiteBackupStatusSlot(ctx context.Context, resourceG return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupStatusSlotPreparer prepares the GetSiteBackupStatusSlot request. func (client SitesClient) GetSiteBackupStatusSlotPreparer(ctx context.Context, resourceGroupName string, name string, backupID string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -4762,7 +4615,6 @@ func (client SitesClient) GetSiteBackupStatusSlotPreparer(ctx context.Context, r return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupStatusSlotSender sends the GetSiteBackupStatusSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteBackupStatusSlotSender(req *http.Request) (*http.Response, error) { @@ -4770,7 +4622,6 @@ func (client SitesClient) GetSiteBackupStatusSlotSender(req *http.Request) (*htt azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteBackupStatusSlotResponder handles the response to the GetSiteBackupStatusSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteBackupStatusSlotResponder(resp *http.Response) (result BackupItem, err error) { @@ -4784,10 +4635,10 @@ func (client SitesClient) GetSiteBackupStatusSlotResponder(resp *http.Response) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteConfig sends the get site config request. -// -// resourceGroupName is name of resource group name is name of web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app func (client SitesClient) GetSiteConfig(ctx context.Context, resourceGroupName string, name string) (result SiteConfig, err error) { req, err := client.GetSiteConfigPreparer(ctx, resourceGroupName, name) if err != nil { @@ -4810,7 +4661,6 @@ func (client SitesClient) GetSiteConfig(ctx context.Context, resourceGroupName s return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteConfigPreparer prepares the GetSiteConfig request. func (client SitesClient) GetSiteConfigPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -4832,7 +4682,6 @@ func (client SitesClient) GetSiteConfigPreparer(ctx context.Context, resourceGro return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteConfigSender sends the GetSiteConfig request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteConfigSender(req *http.Request) (*http.Response, error) { @@ -4840,7 +4689,6 @@ func (client SitesClient) GetSiteConfigSender(req *http.Request) (*http.Response azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteConfigResponder handles the response to the GetSiteConfig request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteConfigResponder(resp *http.Response) (result SiteConfig, err error) { @@ -4854,11 +4702,11 @@ func (client SitesClient) GetSiteConfigResponder(resp *http.Response) (result Si return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteConfigSlot sends the get site config slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) GetSiteConfigSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteConfig, err error) { req, err := client.GetSiteConfigSlotPreparer(ctx, resourceGroupName, name, slot) if err != nil { @@ -4881,7 +4729,6 @@ func (client SitesClient) GetSiteConfigSlot(ctx context.Context, resourceGroupNa return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteConfigSlotPreparer prepares the GetSiteConfigSlot request. func (client SitesClient) GetSiteConfigSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -4904,7 +4751,6 @@ func (client SitesClient) GetSiteConfigSlotPreparer(ctx context.Context, resourc return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteConfigSlotSender sends the GetSiteConfigSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteConfigSlotSender(req *http.Request) (*http.Response, error) { @@ -4912,7 +4758,6 @@ func (client SitesClient) GetSiteConfigSlotSender(req *http.Request) (*http.Resp azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteConfigSlotResponder handles the response to the GetSiteConfigSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteConfigSlotResponder(resp *http.Response) (result SiteConfig, err error) { @@ -4926,10 +4771,11 @@ func (client SitesClient) GetSiteConfigSlotResponder(resp *http.Response) (resul return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteHostNameBinding sends the get site host name binding request. -// -// resourceGroupName is name of resource group name is name of web app hostName is name of host +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// hostName - name of host func (client SitesClient) GetSiteHostNameBinding(ctx context.Context, resourceGroupName string, name string, hostName string) (result HostNameBinding, err error) { req, err := client.GetSiteHostNameBindingPreparer(ctx, resourceGroupName, name, hostName) if err != nil { @@ -4952,7 +4798,6 @@ func (client SitesClient) GetSiteHostNameBinding(ctx context.Context, resourceGr return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteHostNameBindingPreparer prepares the GetSiteHostNameBinding request. func (client SitesClient) GetSiteHostNameBindingPreparer(ctx context.Context, resourceGroupName string, name string, hostName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -4975,7 +4820,6 @@ func (client SitesClient) GetSiteHostNameBindingPreparer(ctx context.Context, re return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteHostNameBindingSender sends the GetSiteHostNameBinding request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteHostNameBindingSender(req *http.Request) (*http.Response, error) { @@ -4983,7 +4827,6 @@ func (client SitesClient) GetSiteHostNameBindingSender(req *http.Request) (*http azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteHostNameBindingResponder handles the response to the GetSiteHostNameBinding request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteHostNameBindingResponder(resp *http.Response) (result HostNameBinding, err error) { @@ -4997,10 +4840,10 @@ func (client SitesClient) GetSiteHostNameBindingResponder(resp *http.Response) ( return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteHostNameBindings sends the get site host name bindings request. -// -// resourceGroupName is name of resource group name is name of web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app func (client SitesClient) GetSiteHostNameBindings(ctx context.Context, resourceGroupName string, name string) (result HostNameBindingCollectionPage, err error) { result.fn = client.getSiteHostNameBindingsNextResults req, err := client.GetSiteHostNameBindingsPreparer(ctx, resourceGroupName, name) @@ -5024,7 +4867,6 @@ func (client SitesClient) GetSiteHostNameBindings(ctx context.Context, resourceG return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteHostNameBindingsPreparer prepares the GetSiteHostNameBindings request. func (client SitesClient) GetSiteHostNameBindingsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -5046,7 +4888,6 @@ func (client SitesClient) GetSiteHostNameBindingsPreparer(ctx context.Context, r return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteHostNameBindingsSender sends the GetSiteHostNameBindings request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteHostNameBindingsSender(req *http.Request) (*http.Response, error) { @@ -5054,7 +4895,6 @@ func (client SitesClient) GetSiteHostNameBindingsSender(req *http.Request) (*htt azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteHostNameBindingsResponder handles the response to the GetSiteHostNameBindings request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteHostNameBindingsResponder(resp *http.Response) (result HostNameBindingCollection, err error) { @@ -5089,18 +4929,18 @@ func (client SitesClient) getSiteHostNameBindingsNextResults(lastResults HostNam return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteHostNameBindingsComplete enumerates all values, automatically crossing page boundaries as required. func (client SitesClient) GetSiteHostNameBindingsComplete(ctx context.Context, resourceGroupName string, name string) (result HostNameBindingCollectionIterator, err error) { result.page, err = client.GetSiteHostNameBindings(ctx, resourceGroupName, name) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteHostNameBindingSlot sends the get site host name binding slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. hostName is name of host +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. +// hostName - name of host func (client SitesClient) GetSiteHostNameBindingSlot(ctx context.Context, resourceGroupName string, name string, slot string, hostName string) (result HostNameBinding, err error) { req, err := client.GetSiteHostNameBindingSlotPreparer(ctx, resourceGroupName, name, slot, hostName) if err != nil { @@ -5123,7 +4963,6 @@ func (client SitesClient) GetSiteHostNameBindingSlot(ctx context.Context, resour return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteHostNameBindingSlotPreparer prepares the GetSiteHostNameBindingSlot request. func (client SitesClient) GetSiteHostNameBindingSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, hostName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -5147,7 +4986,6 @@ func (client SitesClient) GetSiteHostNameBindingSlotPreparer(ctx context.Context return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteHostNameBindingSlotSender sends the GetSiteHostNameBindingSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteHostNameBindingSlotSender(req *http.Request) (*http.Response, error) { @@ -5155,7 +4993,6 @@ func (client SitesClient) GetSiteHostNameBindingSlotSender(req *http.Request) (* azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteHostNameBindingSlotResponder handles the response to the GetSiteHostNameBindingSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteHostNameBindingSlotResponder(resp *http.Response) (result HostNameBinding, err error) { @@ -5169,11 +5006,11 @@ func (client SitesClient) GetSiteHostNameBindingSlotResponder(resp *http.Respons return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteHostNameBindingsSlot sends the get site host name bindings slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) GetSiteHostNameBindingsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result HostNameBindingCollectionPage, err error) { result.fn = client.getSiteHostNameBindingsSlotNextResults req, err := client.GetSiteHostNameBindingsSlotPreparer(ctx, resourceGroupName, name, slot) @@ -5197,7 +5034,6 @@ func (client SitesClient) GetSiteHostNameBindingsSlot(ctx context.Context, resou return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteHostNameBindingsSlotPreparer prepares the GetSiteHostNameBindingsSlot request. func (client SitesClient) GetSiteHostNameBindingsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -5220,7 +5056,6 @@ func (client SitesClient) GetSiteHostNameBindingsSlotPreparer(ctx context.Contex return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteHostNameBindingsSlotSender sends the GetSiteHostNameBindingsSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteHostNameBindingsSlotSender(req *http.Request) (*http.Response, error) { @@ -5228,7 +5063,6 @@ func (client SitesClient) GetSiteHostNameBindingsSlotSender(req *http.Request) ( azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteHostNameBindingsSlotResponder handles the response to the GetSiteHostNameBindingsSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteHostNameBindingsSlotResponder(resp *http.Response) (result HostNameBindingCollection, err error) { @@ -5263,17 +5097,16 @@ func (client SitesClient) getSiteHostNameBindingsSlotNextResults(lastResults Hos return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteHostNameBindingsSlotComplete enumerates all values, automatically crossing page boundaries as required. func (client SitesClient) GetSiteHostNameBindingsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result HostNameBindingCollectionIterator, err error) { result.page, err = client.GetSiteHostNameBindingsSlot(ctx, resourceGroupName, name, slot) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteInstanceIdentifiers sends the get site instance identifiers request. -// -// resourceGroupName is name of resource group name is name of web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app func (client SitesClient) GetSiteInstanceIdentifiers(ctx context.Context, resourceGroupName string, name string) (result SiteInstanceCollectionPage, err error) { result.fn = client.getSiteInstanceIdentifiersNextResults req, err := client.GetSiteInstanceIdentifiersPreparer(ctx, resourceGroupName, name) @@ -5297,7 +5130,6 @@ func (client SitesClient) GetSiteInstanceIdentifiers(ctx context.Context, resour return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteInstanceIdentifiersPreparer prepares the GetSiteInstanceIdentifiers request. func (client SitesClient) GetSiteInstanceIdentifiersPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -5319,7 +5151,6 @@ func (client SitesClient) GetSiteInstanceIdentifiersPreparer(ctx context.Context return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteInstanceIdentifiersSender sends the GetSiteInstanceIdentifiers request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteInstanceIdentifiersSender(req *http.Request) (*http.Response, error) { @@ -5327,7 +5158,6 @@ func (client SitesClient) GetSiteInstanceIdentifiersSender(req *http.Request) (* azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteInstanceIdentifiersResponder handles the response to the GetSiteInstanceIdentifiers request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteInstanceIdentifiersResponder(resp *http.Response) (result SiteInstanceCollection, err error) { @@ -5362,18 +5192,17 @@ func (client SitesClient) getSiteInstanceIdentifiersNextResults(lastResults Site return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteInstanceIdentifiersComplete enumerates all values, automatically crossing page boundaries as required. func (client SitesClient) GetSiteInstanceIdentifiersComplete(ctx context.Context, resourceGroupName string, name string) (result SiteInstanceCollectionIterator, err error) { result.page, err = client.GetSiteInstanceIdentifiers(ctx, resourceGroupName, name) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteInstanceIdentifiersSlot sends the get site instance identifiers slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) GetSiteInstanceIdentifiersSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteInstanceCollectionPage, err error) { result.fn = client.getSiteInstanceIdentifiersSlotNextResults req, err := client.GetSiteInstanceIdentifiersSlotPreparer(ctx, resourceGroupName, name, slot) @@ -5397,7 +5226,6 @@ func (client SitesClient) GetSiteInstanceIdentifiersSlot(ctx context.Context, re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteInstanceIdentifiersSlotPreparer prepares the GetSiteInstanceIdentifiersSlot request. func (client SitesClient) GetSiteInstanceIdentifiersSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -5420,7 +5248,6 @@ func (client SitesClient) GetSiteInstanceIdentifiersSlotPreparer(ctx context.Con return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteInstanceIdentifiersSlotSender sends the GetSiteInstanceIdentifiersSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteInstanceIdentifiersSlotSender(req *http.Request) (*http.Response, error) { @@ -5428,7 +5255,6 @@ func (client SitesClient) GetSiteInstanceIdentifiersSlotSender(req *http.Request azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteInstanceIdentifiersSlotResponder handles the response to the GetSiteInstanceIdentifiersSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteInstanceIdentifiersSlotResponder(resp *http.Response) (result SiteInstanceCollection, err error) { @@ -5463,17 +5289,16 @@ func (client SitesClient) getSiteInstanceIdentifiersSlotNextResults(lastResults return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteInstanceIdentifiersSlotComplete enumerates all values, automatically crossing page boundaries as required. func (client SitesClient) GetSiteInstanceIdentifiersSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteInstanceCollectionIterator, err error) { result.page, err = client.GetSiteInstanceIdentifiersSlot(ctx, resourceGroupName, name, slot) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteLogsConfig sends the get site logs config request. -// -// resourceGroupName is name of resource group name is name of web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app func (client SitesClient) GetSiteLogsConfig(ctx context.Context, resourceGroupName string, name string) (result SiteLogsConfig, err error) { req, err := client.GetSiteLogsConfigPreparer(ctx, resourceGroupName, name) if err != nil { @@ -5496,7 +5321,6 @@ func (client SitesClient) GetSiteLogsConfig(ctx context.Context, resourceGroupNa return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteLogsConfigPreparer prepares the GetSiteLogsConfig request. func (client SitesClient) GetSiteLogsConfigPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -5518,7 +5342,6 @@ func (client SitesClient) GetSiteLogsConfigPreparer(ctx context.Context, resourc return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteLogsConfigSender sends the GetSiteLogsConfig request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteLogsConfigSender(req *http.Request) (*http.Response, error) { @@ -5526,7 +5349,6 @@ func (client SitesClient) GetSiteLogsConfigSender(req *http.Request) (*http.Resp azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteLogsConfigResponder handles the response to the GetSiteLogsConfig request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteLogsConfigResponder(resp *http.Response) (result SiteLogsConfig, err error) { @@ -5540,11 +5362,11 @@ func (client SitesClient) GetSiteLogsConfigResponder(resp *http.Response) (resul return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteLogsConfigSlot sends the get site logs config slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) GetSiteLogsConfigSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteLogsConfig, err error) { req, err := client.GetSiteLogsConfigSlotPreparer(ctx, resourceGroupName, name, slot) if err != nil { @@ -5567,7 +5389,6 @@ func (client SitesClient) GetSiteLogsConfigSlot(ctx context.Context, resourceGro return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteLogsConfigSlotPreparer prepares the GetSiteLogsConfigSlot request. func (client SitesClient) GetSiteLogsConfigSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -5590,7 +5411,6 @@ func (client SitesClient) GetSiteLogsConfigSlotPreparer(ctx context.Context, res return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteLogsConfigSlotSender sends the GetSiteLogsConfigSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteLogsConfigSlotSender(req *http.Request) (*http.Response, error) { @@ -5598,7 +5418,6 @@ func (client SitesClient) GetSiteLogsConfigSlotSender(req *http.Request) (*http. azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteLogsConfigSlotResponder handles the response to the GetSiteLogsConfigSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteLogsConfigSlotResponder(resp *http.Response) (result SiteLogsConfig, err error) { @@ -5612,10 +5431,10 @@ func (client SitesClient) GetSiteLogsConfigSlotResponder(resp *http.Response) (r return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteMetricDefinitions sends the get site metric definitions request. -// -// resourceGroupName is name of resource group name is name of web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app func (client SitesClient) GetSiteMetricDefinitions(ctx context.Context, resourceGroupName string, name string) (result MetricDefinitionCollectionPage, err error) { result.fn = client.getSiteMetricDefinitionsNextResults req, err := client.GetSiteMetricDefinitionsPreparer(ctx, resourceGroupName, name) @@ -5639,7 +5458,6 @@ func (client SitesClient) GetSiteMetricDefinitions(ctx context.Context, resource return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteMetricDefinitionsPreparer prepares the GetSiteMetricDefinitions request. func (client SitesClient) GetSiteMetricDefinitionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -5661,7 +5479,6 @@ func (client SitesClient) GetSiteMetricDefinitionsPreparer(ctx context.Context, return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteMetricDefinitionsSender sends the GetSiteMetricDefinitions request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteMetricDefinitionsSender(req *http.Request) (*http.Response, error) { @@ -5669,7 +5486,6 @@ func (client SitesClient) GetSiteMetricDefinitionsSender(req *http.Request) (*ht azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteMetricDefinitionsResponder handles the response to the GetSiteMetricDefinitions request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteMetricDefinitionsResponder(resp *http.Response) (result MetricDefinitionCollection, err error) { @@ -5704,18 +5520,17 @@ func (client SitesClient) getSiteMetricDefinitionsNextResults(lastResults Metric return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteMetricDefinitionsComplete enumerates all values, automatically crossing page boundaries as required. func (client SitesClient) GetSiteMetricDefinitionsComplete(ctx context.Context, resourceGroupName string, name string) (result MetricDefinitionCollectionIterator, err error) { result.page, err = client.GetSiteMetricDefinitions(ctx, resourceGroupName, name) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteMetricDefinitionsSlot sends the get site metric definitions slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) GetSiteMetricDefinitionsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result MetricDefinitionCollectionPage, err error) { result.fn = client.getSiteMetricDefinitionsSlotNextResults req, err := client.GetSiteMetricDefinitionsSlotPreparer(ctx, resourceGroupName, name, slot) @@ -5739,7 +5554,6 @@ func (client SitesClient) GetSiteMetricDefinitionsSlot(ctx context.Context, reso return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteMetricDefinitionsSlotPreparer prepares the GetSiteMetricDefinitionsSlot request. func (client SitesClient) GetSiteMetricDefinitionsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -5762,7 +5576,6 @@ func (client SitesClient) GetSiteMetricDefinitionsSlotPreparer(ctx context.Conte return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteMetricDefinitionsSlotSender sends the GetSiteMetricDefinitionsSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteMetricDefinitionsSlotSender(req *http.Request) (*http.Response, error) { @@ -5770,7 +5583,6 @@ func (client SitesClient) GetSiteMetricDefinitionsSlotSender(req *http.Request) azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteMetricDefinitionsSlotResponder handles the response to the GetSiteMetricDefinitionsSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteMetricDefinitionsSlotResponder(resp *http.Response) (result MetricDefinitionCollection, err error) { @@ -5805,20 +5617,20 @@ func (client SitesClient) getSiteMetricDefinitionsSlotNextResults(lastResults Me return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteMetricDefinitionsSlotComplete enumerates all values, automatically crossing page boundaries as required. func (client SitesClient) GetSiteMetricDefinitionsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result MetricDefinitionCollectionIterator, err error) { result.page, err = client.GetSiteMetricDefinitionsSlot(ctx, resourceGroupName, name, slot) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteMetrics sends the get site metrics request. -// -// resourceGroupName is name of resource group name is name of web app details is if true, metric details are -// included in response filter is return only usages/metrics specified in the filter. Filter conforms to odata -// syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq -// '2014-01-01T00:00:00Z' and endTime eq '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// details - if true, metric details are included in response +// filter - return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: +// $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq '2014-01-01T00:00:00Z' and +// endTime eq '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'. func (client SitesClient) GetSiteMetrics(ctx context.Context, resourceGroupName string, name string, details *bool, filter string) (result ResourceMetricCollectionPage, err error) { result.fn = client.getSiteMetricsNextResults req, err := client.GetSiteMetricsPreparer(ctx, resourceGroupName, name, details, filter) @@ -5842,7 +5654,6 @@ func (client SitesClient) GetSiteMetrics(ctx context.Context, resourceGroupName return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteMetricsPreparer prepares the GetSiteMetrics request. func (client SitesClient) GetSiteMetricsPreparer(ctx context.Context, resourceGroupName string, name string, details *bool, filter string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -5870,7 +5681,6 @@ func (client SitesClient) GetSiteMetricsPreparer(ctx context.Context, resourceGr return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteMetricsSender sends the GetSiteMetrics request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteMetricsSender(req *http.Request) (*http.Response, error) { @@ -5878,7 +5688,6 @@ func (client SitesClient) GetSiteMetricsSender(req *http.Request) (*http.Respons azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteMetricsResponder handles the response to the GetSiteMetrics request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteMetricsResponder(resp *http.Response) (result ResourceMetricCollection, err error) { @@ -5913,21 +5722,21 @@ func (client SitesClient) getSiteMetricsNextResults(lastResults ResourceMetricCo return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteMetricsComplete enumerates all values, automatically crossing page boundaries as required. func (client SitesClient) GetSiteMetricsComplete(ctx context.Context, resourceGroupName string, name string, details *bool, filter string) (result ResourceMetricCollectionIterator, err error) { result.page, err = client.GetSiteMetrics(ctx, resourceGroupName, name, details, filter) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteMetricsSlot sends the get site metrics slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. details is if true, metric details are included in response -// filter is return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: -// $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime -// eq '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. +// details - if true, metric details are included in response +// filter - return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: +// $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq '2014-01-01T00:00:00Z' and +// endTime eq '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'. func (client SitesClient) GetSiteMetricsSlot(ctx context.Context, resourceGroupName string, name string, slot string, details *bool, filter string) (result ResourceMetricCollectionPage, err error) { result.fn = client.getSiteMetricsSlotNextResults req, err := client.GetSiteMetricsSlotPreparer(ctx, resourceGroupName, name, slot, details, filter) @@ -5951,7 +5760,6 @@ func (client SitesClient) GetSiteMetricsSlot(ctx context.Context, resourceGroupN return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteMetricsSlotPreparer prepares the GetSiteMetricsSlot request. func (client SitesClient) GetSiteMetricsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, details *bool, filter string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -5980,7 +5788,6 @@ func (client SitesClient) GetSiteMetricsSlotPreparer(ctx context.Context, resour return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteMetricsSlotSender sends the GetSiteMetricsSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteMetricsSlotSender(req *http.Request) (*http.Response, error) { @@ -5988,7 +5795,6 @@ func (client SitesClient) GetSiteMetricsSlotSender(req *http.Request) (*http.Res azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteMetricsSlotResponder handles the response to the GetSiteMetricsSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteMetricsSlotResponder(resp *http.Response) (result ResourceMetricCollection, err error) { @@ -6023,18 +5829,17 @@ func (client SitesClient) getSiteMetricsSlotNextResults(lastResults ResourceMetr return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteMetricsSlotComplete enumerates all values, automatically crossing page boundaries as required. func (client SitesClient) GetSiteMetricsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string, details *bool, filter string) (result ResourceMetricCollectionIterator, err error) { result.page, err = client.GetSiteMetricsSlot(ctx, resourceGroupName, name, slot, details, filter) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteNetworkFeatures sends the get site network features request. -// -// resourceGroupName is the resource group name name is the name of the web app view is the type of view. This can -// either be "summary" or "detailed". +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// view - the type of view. This can either be "summary" or "detailed". func (client SitesClient) GetSiteNetworkFeatures(ctx context.Context, resourceGroupName string, name string, view string) (result NetworkFeatures, err error) { req, err := client.GetSiteNetworkFeaturesPreparer(ctx, resourceGroupName, name, view) if err != nil { @@ -6057,7 +5862,6 @@ func (client SitesClient) GetSiteNetworkFeatures(ctx context.Context, resourceGr return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteNetworkFeaturesPreparer prepares the GetSiteNetworkFeatures request. func (client SitesClient) GetSiteNetworkFeaturesPreparer(ctx context.Context, resourceGroupName string, name string, view string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -6080,7 +5884,6 @@ func (client SitesClient) GetSiteNetworkFeaturesPreparer(ctx context.Context, re return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteNetworkFeaturesSender sends the GetSiteNetworkFeatures request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteNetworkFeaturesSender(req *http.Request) (*http.Response, error) { @@ -6088,7 +5891,6 @@ func (client SitesClient) GetSiteNetworkFeaturesSender(req *http.Request) (*http azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteNetworkFeaturesResponder handles the response to the GetSiteNetworkFeatures request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteNetworkFeaturesResponder(resp *http.Response) (result NetworkFeatures, err error) { @@ -6102,11 +5904,12 @@ func (client SitesClient) GetSiteNetworkFeaturesResponder(resp *http.Response) ( return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteNetworkFeaturesSlot sends the get site network features slot request. -// -// resourceGroupName is the resource group name name is the name of the web app view is the type of view. This can -// either be "summary" or "detailed". slot is the name of the slot for this web app. +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// view - the type of view. This can either be "summary" or "detailed". +// slot - the name of the slot for this web app. func (client SitesClient) GetSiteNetworkFeaturesSlot(ctx context.Context, resourceGroupName string, name string, view string, slot string) (result NetworkFeatures, err error) { req, err := client.GetSiteNetworkFeaturesSlotPreparer(ctx, resourceGroupName, name, view, slot) if err != nil { @@ -6129,7 +5932,6 @@ func (client SitesClient) GetSiteNetworkFeaturesSlot(ctx context.Context, resour return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteNetworkFeaturesSlotPreparer prepares the GetSiteNetworkFeaturesSlot request. func (client SitesClient) GetSiteNetworkFeaturesSlotPreparer(ctx context.Context, resourceGroupName string, name string, view string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -6153,7 +5955,6 @@ func (client SitesClient) GetSiteNetworkFeaturesSlotPreparer(ctx context.Context return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteNetworkFeaturesSlotSender sends the GetSiteNetworkFeaturesSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteNetworkFeaturesSlotSender(req *http.Request) (*http.Response, error) { @@ -6161,7 +5962,6 @@ func (client SitesClient) GetSiteNetworkFeaturesSlotSender(req *http.Request) (* azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteNetworkFeaturesSlotResponder handles the response to the GetSiteNetworkFeaturesSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteNetworkFeaturesSlotResponder(resp *http.Response) (result NetworkFeatures, err error) { @@ -6175,10 +5975,11 @@ func (client SitesClient) GetSiteNetworkFeaturesSlotResponder(resp *http.Respons return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteOperation sends the get site operation request. -// -// resourceGroupName is name of resource group name is name of web app operationID is id of an operation +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// operationID - id of an operation func (client SitesClient) GetSiteOperation(ctx context.Context, resourceGroupName string, name string, operationID string) (result SetObject, err error) { req, err := client.GetSiteOperationPreparer(ctx, resourceGroupName, name, operationID) if err != nil { @@ -6201,7 +6002,6 @@ func (client SitesClient) GetSiteOperation(ctx context.Context, resourceGroupNam return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteOperationPreparer prepares the GetSiteOperation request. func (client SitesClient) GetSiteOperationPreparer(ctx context.Context, resourceGroupName string, name string, operationID string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -6224,7 +6024,6 @@ func (client SitesClient) GetSiteOperationPreparer(ctx context.Context, resource return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteOperationSender sends the GetSiteOperation request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteOperationSender(req *http.Request) (*http.Response, error) { @@ -6232,7 +6031,6 @@ func (client SitesClient) GetSiteOperationSender(req *http.Request) (*http.Respo azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteOperationResponder handles the response to the GetSiteOperation request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteOperationResponder(resp *http.Response) (result SetObject, err error) { @@ -6246,11 +6044,12 @@ func (client SitesClient) GetSiteOperationResponder(resp *http.Response) (result return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteOperationSlot sends the get site operation slot request. -// -// resourceGroupName is name of resource group name is name of web app operationID is id of an operation slot is -// name of web app slot. If not specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// operationID - id of an operation +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) GetSiteOperationSlot(ctx context.Context, resourceGroupName string, name string, operationID string, slot string) (result SetObject, err error) { req, err := client.GetSiteOperationSlotPreparer(ctx, resourceGroupName, name, operationID, slot) if err != nil { @@ -6273,7 +6072,6 @@ func (client SitesClient) GetSiteOperationSlot(ctx context.Context, resourceGrou return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteOperationSlotPreparer prepares the GetSiteOperationSlot request. func (client SitesClient) GetSiteOperationSlotPreparer(ctx context.Context, resourceGroupName string, name string, operationID string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -6297,7 +6095,6 @@ func (client SitesClient) GetSiteOperationSlotPreparer(ctx context.Context, reso return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteOperationSlotSender sends the GetSiteOperationSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteOperationSlotSender(req *http.Request) (*http.Response, error) { @@ -6305,7 +6102,6 @@ func (client SitesClient) GetSiteOperationSlotSender(req *http.Request) (*http.R azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteOperationSlotResponder handles the response to the GetSiteOperationSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteOperationSlotResponder(resp *http.Response) (result SetObject, err error) { @@ -6319,9 +6115,7 @@ func (client SitesClient) GetSiteOperationSlotResponder(resp *http.Response) (re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSitePremierAddOn sends the get site premier add on request. -// func (client SitesClient) GetSitePremierAddOn(ctx context.Context, resourceGroupName string, name string, premierAddOnName string) (result SetObject, err error) { req, err := client.GetSitePremierAddOnPreparer(ctx, resourceGroupName, name, premierAddOnName) if err != nil { @@ -6344,7 +6138,6 @@ func (client SitesClient) GetSitePremierAddOn(ctx context.Context, resourceGroup return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSitePremierAddOnPreparer prepares the GetSitePremierAddOn request. func (client SitesClient) GetSitePremierAddOnPreparer(ctx context.Context, resourceGroupName string, name string, premierAddOnName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -6367,7 +6160,6 @@ func (client SitesClient) GetSitePremierAddOnPreparer(ctx context.Context, resou return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSitePremierAddOnSender sends the GetSitePremierAddOn request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSitePremierAddOnSender(req *http.Request) (*http.Response, error) { @@ -6375,7 +6167,6 @@ func (client SitesClient) GetSitePremierAddOnSender(req *http.Request) (*http.Re azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSitePremierAddOnResponder handles the response to the GetSitePremierAddOn request. The method always // closes the http.Response Body. func (client SitesClient) GetSitePremierAddOnResponder(resp *http.Response) (result SetObject, err error) { @@ -6389,9 +6180,7 @@ func (client SitesClient) GetSitePremierAddOnResponder(resp *http.Response) (res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSitePremierAddOnSlot sends the get site premier add on slot request. -// func (client SitesClient) GetSitePremierAddOnSlot(ctx context.Context, resourceGroupName string, name string, premierAddOnName string, slot string) (result SetObject, err error) { req, err := client.GetSitePremierAddOnSlotPreparer(ctx, resourceGroupName, name, premierAddOnName, slot) if err != nil { @@ -6414,7 +6203,6 @@ func (client SitesClient) GetSitePremierAddOnSlot(ctx context.Context, resourceG return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSitePremierAddOnSlotPreparer prepares the GetSitePremierAddOnSlot request. func (client SitesClient) GetSitePremierAddOnSlotPreparer(ctx context.Context, resourceGroupName string, name string, premierAddOnName string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -6438,7 +6226,6 @@ func (client SitesClient) GetSitePremierAddOnSlotPreparer(ctx context.Context, r return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSitePremierAddOnSlotSender sends the GetSitePremierAddOnSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSitePremierAddOnSlotSender(req *http.Request) (*http.Response, error) { @@ -6446,7 +6233,6 @@ func (client SitesClient) GetSitePremierAddOnSlotSender(req *http.Request) (*htt azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSitePremierAddOnSlotResponder handles the response to the GetSitePremierAddOnSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetSitePremierAddOnSlotResponder(resp *http.Response) (result SetObject, err error) { @@ -6460,11 +6246,11 @@ func (client SitesClient) GetSitePremierAddOnSlotResponder(resp *http.Response) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteRelayServiceConnection sends the get site relay service connection request. -// -// resourceGroupName is the resource group name name is the name of the web app entityName is the name by which the -// Hybrid Connection is identified +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// entityName - the name by which the Hybrid Connection is identified func (client SitesClient) GetSiteRelayServiceConnection(ctx context.Context, resourceGroupName string, name string, entityName string) (result RelayServiceConnectionEntity, err error) { req, err := client.GetSiteRelayServiceConnectionPreparer(ctx, resourceGroupName, name, entityName) if err != nil { @@ -6487,7 +6273,6 @@ func (client SitesClient) GetSiteRelayServiceConnection(ctx context.Context, res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteRelayServiceConnectionPreparer prepares the GetSiteRelayServiceConnection request. func (client SitesClient) GetSiteRelayServiceConnectionPreparer(ctx context.Context, resourceGroupName string, name string, entityName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -6510,7 +6295,6 @@ func (client SitesClient) GetSiteRelayServiceConnectionPreparer(ctx context.Cont return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteRelayServiceConnectionSender sends the GetSiteRelayServiceConnection request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteRelayServiceConnectionSender(req *http.Request) (*http.Response, error) { @@ -6518,7 +6302,6 @@ func (client SitesClient) GetSiteRelayServiceConnectionSender(req *http.Request) azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteRelayServiceConnectionResponder handles the response to the GetSiteRelayServiceConnection request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteRelayServiceConnectionResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error) { @@ -6532,11 +6315,12 @@ func (client SitesClient) GetSiteRelayServiceConnectionResponder(resp *http.Resp return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteRelayServiceConnectionSlot sends the get site relay service connection slot request. -// -// resourceGroupName is the resource group name name is the name of the web app entityName is the name by which the -// Hybrid Connection is identified slot is the name of the slot for the web app. +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// entityName - the name by which the Hybrid Connection is identified +// slot - the name of the slot for the web app. func (client SitesClient) GetSiteRelayServiceConnectionSlot(ctx context.Context, resourceGroupName string, name string, entityName string, slot string) (result RelayServiceConnectionEntity, err error) { req, err := client.GetSiteRelayServiceConnectionSlotPreparer(ctx, resourceGroupName, name, entityName, slot) if err != nil { @@ -6559,7 +6343,6 @@ func (client SitesClient) GetSiteRelayServiceConnectionSlot(ctx context.Context, return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteRelayServiceConnectionSlotPreparer prepares the GetSiteRelayServiceConnectionSlot request. func (client SitesClient) GetSiteRelayServiceConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, entityName string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -6583,7 +6366,6 @@ func (client SitesClient) GetSiteRelayServiceConnectionSlotPreparer(ctx context. return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteRelayServiceConnectionSlotSender sends the GetSiteRelayServiceConnectionSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteRelayServiceConnectionSlotSender(req *http.Request) (*http.Response, error) { @@ -6591,7 +6373,6 @@ func (client SitesClient) GetSiteRelayServiceConnectionSlotSender(req *http.Requ azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteRelayServiceConnectionSlotResponder handles the response to the GetSiteRelayServiceConnectionSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteRelayServiceConnectionSlotResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error) { @@ -6605,12 +6386,12 @@ func (client SitesClient) GetSiteRelayServiceConnectionSlotResponder(resp *http. return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSites sends the get sites request. -// -// resourceGroupName is name of resource group propertiesToInclude is additional web app properties included in the -// response includeSiteTypes is types of apps included in the response includeSlots is whether or not to include -// deployments slots in results +// Parameters: +// resourceGroupName - name of resource group +// propertiesToInclude - additional web app properties included in the response +// includeSiteTypes - types of apps included in the response +// includeSlots - whether or not to include deployments slots in results func (client SitesClient) GetSites(ctx context.Context, resourceGroupName string, propertiesToInclude string, includeSiteTypes string, includeSlots *bool) (result SiteCollectionPage, err error) { result.fn = client.getSitesNextResults req, err := client.GetSitesPreparer(ctx, resourceGroupName, propertiesToInclude, includeSiteTypes, includeSlots) @@ -6634,7 +6415,6 @@ func (client SitesClient) GetSites(ctx context.Context, resourceGroupName string return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSitesPreparer prepares the GetSites request. func (client SitesClient) GetSitesPreparer(ctx context.Context, resourceGroupName string, propertiesToInclude string, includeSiteTypes string, includeSlots *bool) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -6664,7 +6444,6 @@ func (client SitesClient) GetSitesPreparer(ctx context.Context, resourceGroupNam return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSitesSender sends the GetSites request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSitesSender(req *http.Request) (*http.Response, error) { @@ -6672,7 +6451,6 @@ func (client SitesClient) GetSitesSender(req *http.Request) (*http.Response, err azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSitesResponder handles the response to the GetSites request. The method always // closes the http.Response Body. func (client SitesClient) GetSitesResponder(resp *http.Response) (result SiteCollection, err error) { @@ -6707,19 +6485,18 @@ func (client SitesClient) getSitesNextResults(lastResults SiteCollection) (resul return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSitesComplete enumerates all values, automatically crossing page boundaries as required. func (client SitesClient) GetSitesComplete(ctx context.Context, resourceGroupName string, propertiesToInclude string, includeSiteTypes string, includeSlots *bool) (result SiteCollectionIterator, err error) { result.page, err = client.GetSites(ctx, resourceGroupName, propertiesToInclude, includeSiteTypes, includeSlots) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSlot sends the get site slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. propertiesToInclude is additional web app properties included in -// the response +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. +// propertiesToInclude - additional web app properties included in the response func (client SitesClient) GetSiteSlot(ctx context.Context, resourceGroupName string, name string, slot string, propertiesToInclude string) (result Site, err error) { req, err := client.GetSiteSlotPreparer(ctx, resourceGroupName, name, slot, propertiesToInclude) if err != nil { @@ -6742,7 +6519,6 @@ func (client SitesClient) GetSiteSlot(ctx context.Context, resourceGroupName str return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSlotPreparer prepares the GetSiteSlot request. func (client SitesClient) GetSiteSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, propertiesToInclude string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -6768,7 +6544,6 @@ func (client SitesClient) GetSiteSlotPreparer(ctx context.Context, resourceGroup return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSlotSender sends the GetSiteSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteSlotSender(req *http.Request) (*http.Response, error) { @@ -6776,7 +6551,6 @@ func (client SitesClient) GetSiteSlotSender(req *http.Request) (*http.Response, azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSlotResponder handles the response to the GetSiteSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteSlotResponder(resp *http.Response) (result Site, err error) { @@ -6790,11 +6564,11 @@ func (client SitesClient) GetSiteSlotResponder(resp *http.Response) (result Site return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSlots sends the get site slots request. -// -// resourceGroupName is name of resource group name is name of web app propertiesToInclude is list of app -// properties to include in the response +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// propertiesToInclude - list of app properties to include in the response func (client SitesClient) GetSiteSlots(ctx context.Context, resourceGroupName string, name string, propertiesToInclude string) (result SiteCollectionPage, err error) { result.fn = client.getSiteSlotsNextResults req, err := client.GetSiteSlotsPreparer(ctx, resourceGroupName, name, propertiesToInclude) @@ -6818,7 +6592,6 @@ func (client SitesClient) GetSiteSlots(ctx context.Context, resourceGroupName st return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSlotsPreparer prepares the GetSiteSlots request. func (client SitesClient) GetSiteSlotsPreparer(ctx context.Context, resourceGroupName string, name string, propertiesToInclude string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -6843,7 +6616,6 @@ func (client SitesClient) GetSiteSlotsPreparer(ctx context.Context, resourceGrou return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSlotsSender sends the GetSiteSlots request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteSlotsSender(req *http.Request) (*http.Response, error) { @@ -6851,7 +6623,6 @@ func (client SitesClient) GetSiteSlotsSender(req *http.Request) (*http.Response, azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSlotsResponder handles the response to the GetSiteSlots request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteSlotsResponder(resp *http.Response) (result SiteCollection, err error) { @@ -6886,17 +6657,16 @@ func (client SitesClient) getSiteSlotsNextResults(lastResults SiteCollection) (r return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSlotsComplete enumerates all values, automatically crossing page boundaries as required. func (client SitesClient) GetSiteSlotsComplete(ctx context.Context, resourceGroupName string, name string, propertiesToInclude string) (result SiteCollectionIterator, err error) { result.page, err = client.GetSiteSlots(ctx, resourceGroupName, name, propertiesToInclude) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSnapshots sends the get site snapshots request. -// -// resourceGroupName is webspace name is website Name +// Parameters: +// resourceGroupName - webspace +// name - website Name func (client SitesClient) GetSiteSnapshots(ctx context.Context, resourceGroupName string, name string) (result SetObject, err error) { req, err := client.GetSiteSnapshotsPreparer(ctx, resourceGroupName, name) if err != nil { @@ -6919,7 +6689,6 @@ func (client SitesClient) GetSiteSnapshots(ctx context.Context, resourceGroupNam return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSnapshotsPreparer prepares the GetSiteSnapshots request. func (client SitesClient) GetSiteSnapshotsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -6941,7 +6710,6 @@ func (client SitesClient) GetSiteSnapshotsPreparer(ctx context.Context, resource return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSnapshotsSender sends the GetSiteSnapshots request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteSnapshotsSender(req *http.Request) (*http.Response, error) { @@ -6949,7 +6717,6 @@ func (client SitesClient) GetSiteSnapshotsSender(req *http.Request) (*http.Respo azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSnapshotsResponder handles the response to the GetSiteSnapshots request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteSnapshotsResponder(resp *http.Response) (result SetObject, err error) { @@ -6963,10 +6730,11 @@ func (client SitesClient) GetSiteSnapshotsResponder(resp *http.Response) (result return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSnapshotsSlot sends the get site snapshots slot request. -// -// resourceGroupName is webspace name is website Name slot is website Slot +// Parameters: +// resourceGroupName - webspace +// name - website Name +// slot - website Slot func (client SitesClient) GetSiteSnapshotsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SetObject, err error) { req, err := client.GetSiteSnapshotsSlotPreparer(ctx, resourceGroupName, name, slot) if err != nil { @@ -6989,7 +6757,6 @@ func (client SitesClient) GetSiteSnapshotsSlot(ctx context.Context, resourceGrou return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSnapshotsSlotPreparer prepares the GetSiteSnapshotsSlot request. func (client SitesClient) GetSiteSnapshotsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -7012,7 +6779,6 @@ func (client SitesClient) GetSiteSnapshotsSlotPreparer(ctx context.Context, reso return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSnapshotsSlotSender sends the GetSiteSnapshotsSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteSnapshotsSlotSender(req *http.Request) (*http.Response, error) { @@ -7020,7 +6786,6 @@ func (client SitesClient) GetSiteSnapshotsSlotSender(req *http.Request) (*http.R azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSnapshotsSlotResponder handles the response to the GetSiteSnapshotsSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteSnapshotsSlotResponder(resp *http.Response) (result SetObject, err error) { @@ -7034,10 +6799,10 @@ func (client SitesClient) GetSiteSnapshotsSlotResponder(resp *http.Response) (re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSourceControl sends the get site source control request. -// -// resourceGroupName is name of resource group name is name of web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app func (client SitesClient) GetSiteSourceControl(ctx context.Context, resourceGroupName string, name string) (result SiteSourceControl, err error) { req, err := client.GetSiteSourceControlPreparer(ctx, resourceGroupName, name) if err != nil { @@ -7060,7 +6825,6 @@ func (client SitesClient) GetSiteSourceControl(ctx context.Context, resourceGrou return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSourceControlPreparer prepares the GetSiteSourceControl request. func (client SitesClient) GetSiteSourceControlPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -7082,7 +6846,6 @@ func (client SitesClient) GetSiteSourceControlPreparer(ctx context.Context, reso return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSourceControlSender sends the GetSiteSourceControl request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteSourceControlSender(req *http.Request) (*http.Response, error) { @@ -7090,7 +6853,6 @@ func (client SitesClient) GetSiteSourceControlSender(req *http.Request) (*http.R azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSourceControlResponder handles the response to the GetSiteSourceControl request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteSourceControlResponder(resp *http.Response) (result SiteSourceControl, err error) { @@ -7104,11 +6866,11 @@ func (client SitesClient) GetSiteSourceControlResponder(resp *http.Response) (re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSourceControlSlot sends the get site source control slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) GetSiteSourceControlSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteSourceControl, err error) { req, err := client.GetSiteSourceControlSlotPreparer(ctx, resourceGroupName, name, slot) if err != nil { @@ -7131,7 +6893,6 @@ func (client SitesClient) GetSiteSourceControlSlot(ctx context.Context, resource return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSourceControlSlotPreparer prepares the GetSiteSourceControlSlot request. func (client SitesClient) GetSiteSourceControlSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -7154,7 +6915,6 @@ func (client SitesClient) GetSiteSourceControlSlotPreparer(ctx context.Context, return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSourceControlSlotSender sends the GetSiteSourceControlSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteSourceControlSlotSender(req *http.Request) (*http.Response, error) { @@ -7162,7 +6922,6 @@ func (client SitesClient) GetSiteSourceControlSlotSender(req *http.Request) (*ht azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteSourceControlSlotResponder handles the response to the GetSiteSourceControlSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteSourceControlSlotResponder(resp *http.Response) (result SiteSourceControl, err error) { @@ -7176,13 +6935,13 @@ func (client SitesClient) GetSiteSourceControlSlotResponder(resp *http.Response) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteUsages sends the get site usages request. -// -// resourceGroupName is name of resource group name is name of web app filter is return only usages specified in -// the filter. Filter is specified by using OData syntax. Example: $filter=(name.value eq 'Metric1' or name.value -// eq 'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq '2014-12-31T23:59:59Z' and timeGrain eq -// duration'[Hour|Minute|Day]'. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// filter - return only usages specified in the filter. Filter is specified by using OData syntax. Example: +// $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq '2014-01-01T00:00:00Z' and +// endTime eq '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'. func (client SitesClient) GetSiteUsages(ctx context.Context, resourceGroupName string, name string, filter string) (result CsmUsageQuotaCollectionPage, err error) { result.fn = client.getSiteUsagesNextResults req, err := client.GetSiteUsagesPreparer(ctx, resourceGroupName, name, filter) @@ -7206,7 +6965,6 @@ func (client SitesClient) GetSiteUsages(ctx context.Context, resourceGroupName s return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteUsagesPreparer prepares the GetSiteUsages request. func (client SitesClient) GetSiteUsagesPreparer(ctx context.Context, resourceGroupName string, name string, filter string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -7231,7 +6989,6 @@ func (client SitesClient) GetSiteUsagesPreparer(ctx context.Context, resourceGro return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteUsagesSender sends the GetSiteUsages request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteUsagesSender(req *http.Request) (*http.Response, error) { @@ -7239,7 +6996,6 @@ func (client SitesClient) GetSiteUsagesSender(req *http.Request) (*http.Response azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteUsagesResponder handles the response to the GetSiteUsages request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteUsagesResponder(resp *http.Response) (result CsmUsageQuotaCollection, err error) { @@ -7274,21 +7030,20 @@ func (client SitesClient) getSiteUsagesNextResults(lastResults CsmUsageQuotaColl return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteUsagesComplete enumerates all values, automatically crossing page boundaries as required. func (client SitesClient) GetSiteUsagesComplete(ctx context.Context, resourceGroupName string, name string, filter string) (result CsmUsageQuotaCollectionIterator, err error) { result.page, err = client.GetSiteUsages(ctx, resourceGroupName, name, filter) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteUsagesSlot sends the get site usages slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. filter is return only usages specified in the filter. Filter is -// specified by using OData syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and -// startTime eq '2014-01-01T00:00:00Z' and endTime eq '2014-12-31T23:59:59Z' and timeGrain eq -// duration'[Hour|Minute|Day]'. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. +// filter - return only usages specified in the filter. Filter is specified by using OData syntax. Example: +// $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq '2014-01-01T00:00:00Z' and +// endTime eq '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'. func (client SitesClient) GetSiteUsagesSlot(ctx context.Context, resourceGroupName string, name string, slot string, filter string) (result CsmUsageQuotaCollectionPage, err error) { result.fn = client.getSiteUsagesSlotNextResults req, err := client.GetSiteUsagesSlotPreparer(ctx, resourceGroupName, name, slot, filter) @@ -7312,7 +7067,6 @@ func (client SitesClient) GetSiteUsagesSlot(ctx context.Context, resourceGroupNa return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteUsagesSlotPreparer prepares the GetSiteUsagesSlot request. func (client SitesClient) GetSiteUsagesSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, filter string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -7338,7 +7092,6 @@ func (client SitesClient) GetSiteUsagesSlotPreparer(ctx context.Context, resourc return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteUsagesSlotSender sends the GetSiteUsagesSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteUsagesSlotSender(req *http.Request) (*http.Response, error) { @@ -7346,7 +7099,6 @@ func (client SitesClient) GetSiteUsagesSlotSender(req *http.Request) (*http.Resp azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteUsagesSlotResponder handles the response to the GetSiteUsagesSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteUsagesSlotResponder(resp *http.Response) (result CsmUsageQuotaCollection, err error) { @@ -7381,18 +7133,17 @@ func (client SitesClient) getSiteUsagesSlotNextResults(lastResults CsmUsageQuota return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteUsagesSlotComplete enumerates all values, automatically crossing page boundaries as required. func (client SitesClient) GetSiteUsagesSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string, filter string) (result CsmUsageQuotaCollectionIterator, err error) { result.page, err = client.GetSiteUsagesSlot(ctx, resourceGroupName, name, slot, filter) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVNETConnection sends the get site vnet connection request. -// -// resourceGroupName is the resource group name name is the name of the web app vnetName is the name of the Virtual -// Network +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// vnetName - the name of the Virtual Network func (client SitesClient) GetSiteVNETConnection(ctx context.Context, resourceGroupName string, name string, vnetName string) (result VnetInfo, err error) { req, err := client.GetSiteVNETConnectionPreparer(ctx, resourceGroupName, name, vnetName) if err != nil { @@ -7415,7 +7166,6 @@ func (client SitesClient) GetSiteVNETConnection(ctx context.Context, resourceGro return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVNETConnectionPreparer prepares the GetSiteVNETConnection request. func (client SitesClient) GetSiteVNETConnectionPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -7438,7 +7188,6 @@ func (client SitesClient) GetSiteVNETConnectionPreparer(ctx context.Context, res return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVNETConnectionSender sends the GetSiteVNETConnection request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteVNETConnectionSender(req *http.Request) (*http.Response, error) { @@ -7446,7 +7195,6 @@ func (client SitesClient) GetSiteVNETConnectionSender(req *http.Request) (*http. azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVNETConnectionResponder handles the response to the GetSiteVNETConnection request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteVNETConnectionResponder(resp *http.Response) (result VnetInfo, err error) { @@ -7460,10 +7208,10 @@ func (client SitesClient) GetSiteVNETConnectionResponder(resp *http.Response) (r return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVNETConnections sends the get site vnet connections request. -// -// resourceGroupName is the resource group name name is the name of the web app +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app func (client SitesClient) GetSiteVNETConnections(ctx context.Context, resourceGroupName string, name string) (result ListVnetInfo, err error) { req, err := client.GetSiteVNETConnectionsPreparer(ctx, resourceGroupName, name) if err != nil { @@ -7486,7 +7234,6 @@ func (client SitesClient) GetSiteVNETConnections(ctx context.Context, resourceGr return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVNETConnectionsPreparer prepares the GetSiteVNETConnections request. func (client SitesClient) GetSiteVNETConnectionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -7508,7 +7255,6 @@ func (client SitesClient) GetSiteVNETConnectionsPreparer(ctx context.Context, re return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVNETConnectionsSender sends the GetSiteVNETConnections request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteVNETConnectionsSender(req *http.Request) (*http.Response, error) { @@ -7516,7 +7262,6 @@ func (client SitesClient) GetSiteVNETConnectionsSender(req *http.Request) (*http azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVNETConnectionsResponder handles the response to the GetSiteVNETConnections request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteVNETConnectionsResponder(resp *http.Response) (result ListVnetInfo, err error) { @@ -7530,11 +7275,12 @@ func (client SitesClient) GetSiteVNETConnectionsResponder(resp *http.Response) ( return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVNETConnectionSlot sends the get site vnet connection slot request. -// -// resourceGroupName is the resource group name name is the name of the web app vnetName is the name of the Virtual -// Network slot is the name of the slot for this web app. +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// vnetName - the name of the Virtual Network +// slot - the name of the slot for this web app. func (client SitesClient) GetSiteVNETConnectionSlot(ctx context.Context, resourceGroupName string, name string, vnetName string, slot string) (result VnetInfo, err error) { req, err := client.GetSiteVNETConnectionSlotPreparer(ctx, resourceGroupName, name, vnetName, slot) if err != nil { @@ -7557,7 +7303,6 @@ func (client SitesClient) GetSiteVNETConnectionSlot(ctx context.Context, resourc return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVNETConnectionSlotPreparer prepares the GetSiteVNETConnectionSlot request. func (client SitesClient) GetSiteVNETConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -7581,7 +7326,6 @@ func (client SitesClient) GetSiteVNETConnectionSlotPreparer(ctx context.Context, return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVNETConnectionSlotSender sends the GetSiteVNETConnectionSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteVNETConnectionSlotSender(req *http.Request) (*http.Response, error) { @@ -7589,7 +7333,6 @@ func (client SitesClient) GetSiteVNETConnectionSlotSender(req *http.Request) (*h azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVNETConnectionSlotResponder handles the response to the GetSiteVNETConnectionSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteVNETConnectionSlotResponder(resp *http.Response) (result VnetInfo, err error) { @@ -7603,11 +7346,11 @@ func (client SitesClient) GetSiteVNETConnectionSlotResponder(resp *http.Response return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVNETConnectionsSlot sends the get site vnet connections slot request. -// -// resourceGroupName is the resource group name name is the name of the web app slot is the name of the slot for -// this web app. +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// slot - the name of the slot for this web app. func (client SitesClient) GetSiteVNETConnectionsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result ListVnetInfo, err error) { req, err := client.GetSiteVNETConnectionsSlotPreparer(ctx, resourceGroupName, name, slot) if err != nil { @@ -7630,7 +7373,6 @@ func (client SitesClient) GetSiteVNETConnectionsSlot(ctx context.Context, resour return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVNETConnectionsSlotPreparer prepares the GetSiteVNETConnectionsSlot request. func (client SitesClient) GetSiteVNETConnectionsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -7653,7 +7395,6 @@ func (client SitesClient) GetSiteVNETConnectionsSlotPreparer(ctx context.Context return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVNETConnectionsSlotSender sends the GetSiteVNETConnectionsSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteVNETConnectionsSlotSender(req *http.Request) (*http.Response, error) { @@ -7661,7 +7402,6 @@ func (client SitesClient) GetSiteVNETConnectionsSlotSender(req *http.Request) (* azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVNETConnectionsSlotResponder handles the response to the GetSiteVNETConnectionsSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteVNETConnectionsSlotResponder(resp *http.Response) (result ListVnetInfo, err error) { @@ -7675,11 +7415,12 @@ func (client SitesClient) GetSiteVNETConnectionsSlotResponder(resp *http.Respons return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVnetGateway sends the get site vnet gateway request. -// -// resourceGroupName is the resource group name name is the name of the web app vnetName is the name of the Virtual -// Network gatewayName is the name of the gateway. The only gateway that exists presently is "primary" +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// vnetName - the name of the Virtual Network +// gatewayName - the name of the gateway. The only gateway that exists presently is "primary" func (client SitesClient) GetSiteVnetGateway(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string) (result SetObject, err error) { req, err := client.GetSiteVnetGatewayPreparer(ctx, resourceGroupName, name, vnetName, gatewayName) if err != nil { @@ -7702,7 +7443,6 @@ func (client SitesClient) GetSiteVnetGateway(ctx context.Context, resourceGroupN return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVnetGatewayPreparer prepares the GetSiteVnetGateway request. func (client SitesClient) GetSiteVnetGatewayPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -7726,7 +7466,6 @@ func (client SitesClient) GetSiteVnetGatewayPreparer(ctx context.Context, resour return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVnetGatewaySender sends the GetSiteVnetGateway request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteVnetGatewaySender(req *http.Request) (*http.Response, error) { @@ -7734,7 +7473,6 @@ func (client SitesClient) GetSiteVnetGatewaySender(req *http.Request) (*http.Res azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVnetGatewayResponder handles the response to the GetSiteVnetGateway request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteVnetGatewayResponder(resp *http.Response) (result SetObject, err error) { @@ -7748,12 +7486,13 @@ func (client SitesClient) GetSiteVnetGatewayResponder(resp *http.Response) (resu return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVnetGatewaySlot sends the get site vnet gateway slot request. -// -// resourceGroupName is the resource group name name is the name of the web app vnetName is the name of the Virtual -// Network gatewayName is the name of the gateway. The only gateway that exists presently is "primary" slot is the -// name of the slot for this web app. +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// vnetName - the name of the Virtual Network +// gatewayName - the name of the gateway. The only gateway that exists presently is "primary" +// slot - the name of the slot for this web app. func (client SitesClient) GetSiteVnetGatewaySlot(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, slot string) (result SetObject, err error) { req, err := client.GetSiteVnetGatewaySlotPreparer(ctx, resourceGroupName, name, vnetName, gatewayName, slot) if err != nil { @@ -7776,7 +7515,6 @@ func (client SitesClient) GetSiteVnetGatewaySlot(ctx context.Context, resourceGr return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVnetGatewaySlotPreparer prepares the GetSiteVnetGatewaySlot request. func (client SitesClient) GetSiteVnetGatewaySlotPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -7801,7 +7539,6 @@ func (client SitesClient) GetSiteVnetGatewaySlotPreparer(ctx context.Context, re return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVnetGatewaySlotSender sends the GetSiteVnetGatewaySlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSiteVnetGatewaySlotSender(req *http.Request) (*http.Response, error) { @@ -7809,7 +7546,6 @@ func (client SitesClient) GetSiteVnetGatewaySlotSender(req *http.Request) (*http azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSiteVnetGatewaySlotResponder handles the response to the GetSiteVnetGatewaySlot request. The method always // closes the http.Response Body. func (client SitesClient) GetSiteVnetGatewaySlotResponder(resp *http.Response) (result SetObject, err error) { @@ -7823,10 +7559,10 @@ func (client SitesClient) GetSiteVnetGatewaySlotResponder(resp *http.Response) ( return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSlotConfigNames sends the get slot config names request. -// -// resourceGroupName is name of resource group name is name of web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app func (client SitesClient) GetSlotConfigNames(ctx context.Context, resourceGroupName string, name string) (result SlotConfigNamesResource, err error) { req, err := client.GetSlotConfigNamesPreparer(ctx, resourceGroupName, name) if err != nil { @@ -7849,7 +7585,6 @@ func (client SitesClient) GetSlotConfigNames(ctx context.Context, resourceGroupN return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSlotConfigNamesPreparer prepares the GetSlotConfigNames request. func (client SitesClient) GetSlotConfigNamesPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -7871,7 +7606,6 @@ func (client SitesClient) GetSlotConfigNamesPreparer(ctx context.Context, resour return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSlotConfigNamesSender sends the GetSlotConfigNames request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSlotConfigNamesSender(req *http.Request) (*http.Response, error) { @@ -7879,7 +7613,6 @@ func (client SitesClient) GetSlotConfigNamesSender(req *http.Request) (*http.Res azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSlotConfigNamesResponder handles the response to the GetSlotConfigNames request. The method always // closes the http.Response Body. func (client SitesClient) GetSlotConfigNamesResponder(resp *http.Response) (result SlotConfigNamesResource, err error) { @@ -7893,11 +7626,11 @@ func (client SitesClient) GetSlotConfigNamesResponder(resp *http.Response) (resu return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSlotsDifferencesFromProduction sends the get slots differences from production request. -// -// resourceGroupName is name of resource group name is name of web app slotSwapEntity is request body that contains -// the target slot name +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slotSwapEntity - request body that contains the target slot name func (client SitesClient) GetSlotsDifferencesFromProduction(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity) (result SlotDifferenceCollectionPage, err error) { result.fn = client.getSlotsDifferencesFromProductionNextResults req, err := client.GetSlotsDifferencesFromProductionPreparer(ctx, resourceGroupName, name, slotSwapEntity) @@ -7921,7 +7654,6 @@ func (client SitesClient) GetSlotsDifferencesFromProduction(ctx context.Context, return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSlotsDifferencesFromProductionPreparer prepares the GetSlotsDifferencesFromProduction request. func (client SitesClient) GetSlotsDifferencesFromProductionPreparer(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -7945,7 +7677,6 @@ func (client SitesClient) GetSlotsDifferencesFromProductionPreparer(ctx context. return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSlotsDifferencesFromProductionSender sends the GetSlotsDifferencesFromProduction request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSlotsDifferencesFromProductionSender(req *http.Request) (*http.Response, error) { @@ -7953,7 +7684,6 @@ func (client SitesClient) GetSlotsDifferencesFromProductionSender(req *http.Requ azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSlotsDifferencesFromProductionResponder handles the response to the GetSlotsDifferencesFromProduction request. The method always // closes the http.Response Body. func (client SitesClient) GetSlotsDifferencesFromProductionResponder(resp *http.Response) (result SlotDifferenceCollection, err error) { @@ -7988,18 +7718,18 @@ func (client SitesClient) getSlotsDifferencesFromProductionNextResults(lastResul return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSlotsDifferencesFromProductionComplete enumerates all values, automatically crossing page boundaries as required. func (client SitesClient) GetSlotsDifferencesFromProductionComplete(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity) (result SlotDifferenceCollectionIterator, err error) { result.page, err = client.GetSlotsDifferencesFromProduction(ctx, resourceGroupName, name, slotSwapEntity) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSlotsDifferencesSlot sends the get slots differences slot request. -// -// resourceGroupName is name of resource group name is name of web app slotSwapEntity is request body that contains -// the target slot name slot is name of the source slot +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slotSwapEntity - request body that contains the target slot name +// slot - name of the source slot func (client SitesClient) GetSlotsDifferencesSlot(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity, slot string) (result SlotDifferenceCollectionPage, err error) { result.fn = client.getSlotsDifferencesSlotNextResults req, err := client.GetSlotsDifferencesSlotPreparer(ctx, resourceGroupName, name, slotSwapEntity, slot) @@ -8023,7 +7753,6 @@ func (client SitesClient) GetSlotsDifferencesSlot(ctx context.Context, resourceG return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSlotsDifferencesSlotPreparer prepares the GetSlotsDifferencesSlot request. func (client SitesClient) GetSlotsDifferencesSlotPreparer(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -8048,7 +7777,6 @@ func (client SitesClient) GetSlotsDifferencesSlotPreparer(ctx context.Context, r return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSlotsDifferencesSlotSender sends the GetSlotsDifferencesSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) GetSlotsDifferencesSlotSender(req *http.Request) (*http.Response, error) { @@ -8056,7 +7784,6 @@ func (client SitesClient) GetSlotsDifferencesSlotSender(req *http.Request) (*htt azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSlotsDifferencesSlotResponder handles the response to the GetSlotsDifferencesSlot request. The method always // closes the http.Response Body. func (client SitesClient) GetSlotsDifferencesSlotResponder(resp *http.Response) (result SlotDifferenceCollection, err error) { @@ -8091,17 +7818,16 @@ func (client SitesClient) getSlotsDifferencesSlotNextResults(lastResults SlotDif return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetSlotsDifferencesSlotComplete enumerates all values, automatically crossing page boundaries as required. func (client SitesClient) GetSlotsDifferencesSlotComplete(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity, slot string) (result SlotDifferenceCollectionIterator, err error) { result.page, err = client.GetSlotsDifferencesSlot(ctx, resourceGroupName, name, slotSwapEntity, slot) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsSiteCloneable sends the is site cloneable request. -// -// resourceGroupName is name of the resource group name is name of the web app +// Parameters: +// resourceGroupName - name of the resource group +// name - name of the web app func (client SitesClient) IsSiteCloneable(ctx context.Context, resourceGroupName string, name string) (result SiteCloneability, err error) { req, err := client.IsSiteCloneablePreparer(ctx, resourceGroupName, name) if err != nil { @@ -8124,7 +7850,6 @@ func (client SitesClient) IsSiteCloneable(ctx context.Context, resourceGroupName return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsSiteCloneablePreparer prepares the IsSiteCloneable request. func (client SitesClient) IsSiteCloneablePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -8146,7 +7871,6 @@ func (client SitesClient) IsSiteCloneablePreparer(ctx context.Context, resourceG return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsSiteCloneableSender sends the IsSiteCloneable request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) IsSiteCloneableSender(req *http.Request) (*http.Response, error) { @@ -8154,7 +7878,6 @@ func (client SitesClient) IsSiteCloneableSender(req *http.Request) (*http.Respon azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsSiteCloneableResponder handles the response to the IsSiteCloneable request. The method always // closes the http.Response Body. func (client SitesClient) IsSiteCloneableResponder(resp *http.Response) (result SiteCloneability, err error) { @@ -8168,11 +7891,11 @@ func (client SitesClient) IsSiteCloneableResponder(resp *http.Response) (result return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsSiteCloneableSlot sends the is site cloneable slot request. -// -// resourceGroupName is name of the resource group name is name of the web app slot is name of web app slot. If not -// specified then will default to production slot. +// Parameters: +// resourceGroupName - name of the resource group +// name - name of the web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) IsSiteCloneableSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteCloneability, err error) { req, err := client.IsSiteCloneableSlotPreparer(ctx, resourceGroupName, name, slot) if err != nil { @@ -8195,7 +7918,6 @@ func (client SitesClient) IsSiteCloneableSlot(ctx context.Context, resourceGroup return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsSiteCloneableSlotPreparer prepares the IsSiteCloneableSlot request. func (client SitesClient) IsSiteCloneableSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -8218,7 +7940,6 @@ func (client SitesClient) IsSiteCloneableSlotPreparer(ctx context.Context, resou return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsSiteCloneableSlotSender sends the IsSiteCloneableSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) IsSiteCloneableSlotSender(req *http.Request) (*http.Response, error) { @@ -8226,7 +7947,6 @@ func (client SitesClient) IsSiteCloneableSlotSender(req *http.Request) (*http.Re azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // IsSiteCloneableSlotResponder handles the response to the IsSiteCloneableSlot request. The method always // closes the http.Response Body. func (client SitesClient) IsSiteCloneableSlotResponder(resp *http.Response) (result SiteCloneability, err error) { @@ -8240,10 +7960,10 @@ func (client SitesClient) IsSiteCloneableSlotResponder(resp *http.Response) (res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteAppSettings sends the list site app settings request. -// -// resourceGroupName is name of resource group name is name of web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app func (client SitesClient) ListSiteAppSettings(ctx context.Context, resourceGroupName string, name string) (result StringDictionary, err error) { req, err := client.ListSiteAppSettingsPreparer(ctx, resourceGroupName, name) if err != nil { @@ -8266,7 +7986,6 @@ func (client SitesClient) ListSiteAppSettings(ctx context.Context, resourceGroup return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteAppSettingsPreparer prepares the ListSiteAppSettings request. func (client SitesClient) ListSiteAppSettingsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -8288,7 +8007,6 @@ func (client SitesClient) ListSiteAppSettingsPreparer(ctx context.Context, resou return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteAppSettingsSender sends the ListSiteAppSettings request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) ListSiteAppSettingsSender(req *http.Request) (*http.Response, error) { @@ -8296,7 +8014,6 @@ func (client SitesClient) ListSiteAppSettingsSender(req *http.Request) (*http.Re azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteAppSettingsResponder handles the response to the ListSiteAppSettings request. The method always // closes the http.Response Body. func (client SitesClient) ListSiteAppSettingsResponder(resp *http.Response) (result StringDictionary, err error) { @@ -8310,11 +8027,11 @@ func (client SitesClient) ListSiteAppSettingsResponder(resp *http.Response) (res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteAppSettingsSlot sends the list site app settings slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) ListSiteAppSettingsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result StringDictionary, err error) { req, err := client.ListSiteAppSettingsSlotPreparer(ctx, resourceGroupName, name, slot) if err != nil { @@ -8337,7 +8054,6 @@ func (client SitesClient) ListSiteAppSettingsSlot(ctx context.Context, resourceG return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteAppSettingsSlotPreparer prepares the ListSiteAppSettingsSlot request. func (client SitesClient) ListSiteAppSettingsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -8360,7 +8076,6 @@ func (client SitesClient) ListSiteAppSettingsSlotPreparer(ctx context.Context, r return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteAppSettingsSlotSender sends the ListSiteAppSettingsSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) ListSiteAppSettingsSlotSender(req *http.Request) (*http.Response, error) { @@ -8368,7 +8083,6 @@ func (client SitesClient) ListSiteAppSettingsSlotSender(req *http.Request) (*htt azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteAppSettingsSlotResponder handles the response to the ListSiteAppSettingsSlot request. The method always // closes the http.Response Body. func (client SitesClient) ListSiteAppSettingsSlotResponder(resp *http.Response) (result StringDictionary, err error) { @@ -8382,10 +8096,10 @@ func (client SitesClient) ListSiteAppSettingsSlotResponder(resp *http.Response) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteAuthSettings sends the list site auth settings request. -// -// resourceGroupName is name of resource group name is name of web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app func (client SitesClient) ListSiteAuthSettings(ctx context.Context, resourceGroupName string, name string) (result SiteAuthSettings, err error) { req, err := client.ListSiteAuthSettingsPreparer(ctx, resourceGroupName, name) if err != nil { @@ -8408,7 +8122,6 @@ func (client SitesClient) ListSiteAuthSettings(ctx context.Context, resourceGrou return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteAuthSettingsPreparer prepares the ListSiteAuthSettings request. func (client SitesClient) ListSiteAuthSettingsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -8430,7 +8143,6 @@ func (client SitesClient) ListSiteAuthSettingsPreparer(ctx context.Context, reso return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteAuthSettingsSender sends the ListSiteAuthSettings request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) ListSiteAuthSettingsSender(req *http.Request) (*http.Response, error) { @@ -8438,7 +8150,6 @@ func (client SitesClient) ListSiteAuthSettingsSender(req *http.Request) (*http.R azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteAuthSettingsResponder handles the response to the ListSiteAuthSettings request. The method always // closes the http.Response Body. func (client SitesClient) ListSiteAuthSettingsResponder(resp *http.Response) (result SiteAuthSettings, err error) { @@ -8452,11 +8163,11 @@ func (client SitesClient) ListSiteAuthSettingsResponder(resp *http.Response) (re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteAuthSettingsSlot sends the list site auth settings slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) ListSiteAuthSettingsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SiteAuthSettings, err error) { req, err := client.ListSiteAuthSettingsSlotPreparer(ctx, resourceGroupName, name, slot) if err != nil { @@ -8479,7 +8190,6 @@ func (client SitesClient) ListSiteAuthSettingsSlot(ctx context.Context, resource return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteAuthSettingsSlotPreparer prepares the ListSiteAuthSettingsSlot request. func (client SitesClient) ListSiteAuthSettingsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -8502,7 +8212,6 @@ func (client SitesClient) ListSiteAuthSettingsSlotPreparer(ctx context.Context, return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteAuthSettingsSlotSender sends the ListSiteAuthSettingsSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) ListSiteAuthSettingsSlotSender(req *http.Request) (*http.Response, error) { @@ -8510,7 +8219,6 @@ func (client SitesClient) ListSiteAuthSettingsSlotSender(req *http.Request) (*ht azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteAuthSettingsSlotResponder handles the response to the ListSiteAuthSettingsSlot request. The method always // closes the http.Response Body. func (client SitesClient) ListSiteAuthSettingsSlotResponder(resp *http.Response) (result SiteAuthSettings, err error) { @@ -8524,10 +8232,10 @@ func (client SitesClient) ListSiteAuthSettingsSlotResponder(resp *http.Response) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteBackups sends the list site backups request. -// -// resourceGroupName is name of resource group name is name of web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app func (client SitesClient) ListSiteBackups(ctx context.Context, resourceGroupName string, name string) (result BackupItemCollectionPage, err error) { result.fn = client.listSiteBackupsNextResults req, err := client.ListSiteBackupsPreparer(ctx, resourceGroupName, name) @@ -8551,7 +8259,6 @@ func (client SitesClient) ListSiteBackups(ctx context.Context, resourceGroupName return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteBackupsPreparer prepares the ListSiteBackups request. func (client SitesClient) ListSiteBackupsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -8573,7 +8280,6 @@ func (client SitesClient) ListSiteBackupsPreparer(ctx context.Context, resourceG return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteBackupsSender sends the ListSiteBackups request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) ListSiteBackupsSender(req *http.Request) (*http.Response, error) { @@ -8581,7 +8287,6 @@ func (client SitesClient) ListSiteBackupsSender(req *http.Request) (*http.Respon azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteBackupsResponder handles the response to the ListSiteBackups request. The method always // closes the http.Response Body. func (client SitesClient) ListSiteBackupsResponder(resp *http.Response) (result BackupItemCollection, err error) { @@ -8616,18 +8321,17 @@ func (client SitesClient) listSiteBackupsNextResults(lastResults BackupItemColle return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteBackupsComplete enumerates all values, automatically crossing page boundaries as required. func (client SitesClient) ListSiteBackupsComplete(ctx context.Context, resourceGroupName string, name string) (result BackupItemCollectionIterator, err error) { result.page, err = client.ListSiteBackups(ctx, resourceGroupName, name) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteBackupsSlot sends the list site backups slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) ListSiteBackupsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result BackupItemCollectionPage, err error) { result.fn = client.listSiteBackupsSlotNextResults req, err := client.ListSiteBackupsSlotPreparer(ctx, resourceGroupName, name, slot) @@ -8651,7 +8355,6 @@ func (client SitesClient) ListSiteBackupsSlot(ctx context.Context, resourceGroup return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteBackupsSlotPreparer prepares the ListSiteBackupsSlot request. func (client SitesClient) ListSiteBackupsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -8674,7 +8377,6 @@ func (client SitesClient) ListSiteBackupsSlotPreparer(ctx context.Context, resou return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteBackupsSlotSender sends the ListSiteBackupsSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) ListSiteBackupsSlotSender(req *http.Request) (*http.Response, error) { @@ -8682,7 +8384,6 @@ func (client SitesClient) ListSiteBackupsSlotSender(req *http.Request) (*http.Re azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteBackupsSlotResponder handles the response to the ListSiteBackupsSlot request. The method always // closes the http.Response Body. func (client SitesClient) ListSiteBackupsSlotResponder(resp *http.Response) (result BackupItemCollection, err error) { @@ -8717,17 +8418,16 @@ func (client SitesClient) listSiteBackupsSlotNextResults(lastResults BackupItemC return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteBackupsSlotComplete enumerates all values, automatically crossing page boundaries as required. func (client SitesClient) ListSiteBackupsSlotComplete(ctx context.Context, resourceGroupName string, name string, slot string) (result BackupItemCollectionIterator, err error) { result.page, err = client.ListSiteBackupsSlot(ctx, resourceGroupName, name, slot) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteConnectionStrings sends the list site connection strings request. -// -// resourceGroupName is name of resource group name is name of web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app func (client SitesClient) ListSiteConnectionStrings(ctx context.Context, resourceGroupName string, name string) (result ConnectionStringDictionary, err error) { req, err := client.ListSiteConnectionStringsPreparer(ctx, resourceGroupName, name) if err != nil { @@ -8750,7 +8450,6 @@ func (client SitesClient) ListSiteConnectionStrings(ctx context.Context, resourc return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteConnectionStringsPreparer prepares the ListSiteConnectionStrings request. func (client SitesClient) ListSiteConnectionStringsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -8772,7 +8471,6 @@ func (client SitesClient) ListSiteConnectionStringsPreparer(ctx context.Context, return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteConnectionStringsSender sends the ListSiteConnectionStrings request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) ListSiteConnectionStringsSender(req *http.Request) (*http.Response, error) { @@ -8780,7 +8478,6 @@ func (client SitesClient) ListSiteConnectionStringsSender(req *http.Request) (*h azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteConnectionStringsResponder handles the response to the ListSiteConnectionStrings request. The method always // closes the http.Response Body. func (client SitesClient) ListSiteConnectionStringsResponder(resp *http.Response) (result ConnectionStringDictionary, err error) { @@ -8794,11 +8491,11 @@ func (client SitesClient) ListSiteConnectionStringsResponder(resp *http.Response return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteConnectionStringsSlot sends the list site connection strings slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) ListSiteConnectionStringsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result ConnectionStringDictionary, err error) { req, err := client.ListSiteConnectionStringsSlotPreparer(ctx, resourceGroupName, name, slot) if err != nil { @@ -8821,7 +8518,6 @@ func (client SitesClient) ListSiteConnectionStringsSlot(ctx context.Context, res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteConnectionStringsSlotPreparer prepares the ListSiteConnectionStringsSlot request. func (client SitesClient) ListSiteConnectionStringsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -8844,7 +8540,6 @@ func (client SitesClient) ListSiteConnectionStringsSlotPreparer(ctx context.Cont return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteConnectionStringsSlotSender sends the ListSiteConnectionStringsSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) ListSiteConnectionStringsSlotSender(req *http.Request) (*http.Response, error) { @@ -8852,7 +8547,6 @@ func (client SitesClient) ListSiteConnectionStringsSlotSender(req *http.Request) azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteConnectionStringsSlotResponder handles the response to the ListSiteConnectionStringsSlot request. The method always // closes the http.Response Body. func (client SitesClient) ListSiteConnectionStringsSlotResponder(resp *http.Response) (result ConnectionStringDictionary, err error) { @@ -8866,10 +8560,10 @@ func (client SitesClient) ListSiteConnectionStringsSlotResponder(resp *http.Resp return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteMetadata sends the list site metadata request. -// -// resourceGroupName is name of resource group name is name of web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app func (client SitesClient) ListSiteMetadata(ctx context.Context, resourceGroupName string, name string) (result StringDictionary, err error) { req, err := client.ListSiteMetadataPreparer(ctx, resourceGroupName, name) if err != nil { @@ -8892,7 +8586,6 @@ func (client SitesClient) ListSiteMetadata(ctx context.Context, resourceGroupNam return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteMetadataPreparer prepares the ListSiteMetadata request. func (client SitesClient) ListSiteMetadataPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -8914,7 +8607,6 @@ func (client SitesClient) ListSiteMetadataPreparer(ctx context.Context, resource return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteMetadataSender sends the ListSiteMetadata request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) ListSiteMetadataSender(req *http.Request) (*http.Response, error) { @@ -8922,7 +8614,6 @@ func (client SitesClient) ListSiteMetadataSender(req *http.Request) (*http.Respo azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteMetadataResponder handles the response to the ListSiteMetadata request. The method always // closes the http.Response Body. func (client SitesClient) ListSiteMetadataResponder(resp *http.Response) (result StringDictionary, err error) { @@ -8936,11 +8627,11 @@ func (client SitesClient) ListSiteMetadataResponder(resp *http.Response) (result return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteMetadataSlot sends the list site metadata slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) ListSiteMetadataSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result StringDictionary, err error) { req, err := client.ListSiteMetadataSlotPreparer(ctx, resourceGroupName, name, slot) if err != nil { @@ -8963,7 +8654,6 @@ func (client SitesClient) ListSiteMetadataSlot(ctx context.Context, resourceGrou return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteMetadataSlotPreparer prepares the ListSiteMetadataSlot request. func (client SitesClient) ListSiteMetadataSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -8986,7 +8676,6 @@ func (client SitesClient) ListSiteMetadataSlotPreparer(ctx context.Context, reso return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteMetadataSlotSender sends the ListSiteMetadataSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) ListSiteMetadataSlotSender(req *http.Request) (*http.Response, error) { @@ -8994,7 +8683,6 @@ func (client SitesClient) ListSiteMetadataSlotSender(req *http.Request) (*http.R azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteMetadataSlotResponder handles the response to the ListSiteMetadataSlot request. The method always // closes the http.Response Body. func (client SitesClient) ListSiteMetadataSlotResponder(resp *http.Response) (result StringDictionary, err error) { @@ -9008,9 +8696,7 @@ func (client SitesClient) ListSiteMetadataSlotResponder(resp *http.Response) (re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePremierAddOns sends the list site premier add ons request. -// func (client SitesClient) ListSitePremierAddOns(ctx context.Context, resourceGroupName string, name string) (result SetObject, err error) { req, err := client.ListSitePremierAddOnsPreparer(ctx, resourceGroupName, name) if err != nil { @@ -9033,7 +8719,6 @@ func (client SitesClient) ListSitePremierAddOns(ctx context.Context, resourceGro return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePremierAddOnsPreparer prepares the ListSitePremierAddOns request. func (client SitesClient) ListSitePremierAddOnsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -9055,7 +8740,6 @@ func (client SitesClient) ListSitePremierAddOnsPreparer(ctx context.Context, res return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePremierAddOnsSender sends the ListSitePremierAddOns request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) ListSitePremierAddOnsSender(req *http.Request) (*http.Response, error) { @@ -9063,7 +8747,6 @@ func (client SitesClient) ListSitePremierAddOnsSender(req *http.Request) (*http. azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePremierAddOnsResponder handles the response to the ListSitePremierAddOns request. The method always // closes the http.Response Body. func (client SitesClient) ListSitePremierAddOnsResponder(resp *http.Response) (result SetObject, err error) { @@ -9077,9 +8760,7 @@ func (client SitesClient) ListSitePremierAddOnsResponder(resp *http.Response) (r return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePremierAddOnsSlot sends the list site premier add ons slot request. -// func (client SitesClient) ListSitePremierAddOnsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SetObject, err error) { req, err := client.ListSitePremierAddOnsSlotPreparer(ctx, resourceGroupName, name, slot) if err != nil { @@ -9102,7 +8783,6 @@ func (client SitesClient) ListSitePremierAddOnsSlot(ctx context.Context, resourc return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePremierAddOnsSlotPreparer prepares the ListSitePremierAddOnsSlot request. func (client SitesClient) ListSitePremierAddOnsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -9125,7 +8805,6 @@ func (client SitesClient) ListSitePremierAddOnsSlotPreparer(ctx context.Context, return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePremierAddOnsSlotSender sends the ListSitePremierAddOnsSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) ListSitePremierAddOnsSlotSender(req *http.Request) (*http.Response, error) { @@ -9133,7 +8812,6 @@ func (client SitesClient) ListSitePremierAddOnsSlotSender(req *http.Request) (*h azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePremierAddOnsSlotResponder handles the response to the ListSitePremierAddOnsSlot request. The method always // closes the http.Response Body. func (client SitesClient) ListSitePremierAddOnsSlotResponder(resp *http.Response) (result SetObject, err error) { @@ -9147,10 +8825,10 @@ func (client SitesClient) ListSitePremierAddOnsSlotResponder(resp *http.Response return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePublishingCredentials sends the list site publishing credentials request. -// -// resourceGroupName is name of resource group name is name of web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app func (client SitesClient) ListSitePublishingCredentials(ctx context.Context, resourceGroupName string, name string) (result SitesListSitePublishingCredentialsFuture, err error) { req, err := client.ListSitePublishingCredentialsPreparer(ctx, resourceGroupName, name) if err != nil { @@ -9167,7 +8845,6 @@ func (client SitesClient) ListSitePublishingCredentials(ctx context.Context, res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePublishingCredentialsPreparer prepares the ListSitePublishingCredentials request. func (client SitesClient) ListSitePublishingCredentialsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -9189,7 +8866,6 @@ func (client SitesClient) ListSitePublishingCredentialsPreparer(ctx context.Cont return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePublishingCredentialsSender sends the ListSitePublishingCredentials request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) ListSitePublishingCredentialsSender(req *http.Request) (future SitesListSitePublishingCredentialsFuture, err error) { @@ -9205,7 +8881,6 @@ func (client SitesClient) ListSitePublishingCredentialsSender(req *http.Request) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePublishingCredentialsResponder handles the response to the ListSitePublishingCredentials request. The method always // closes the http.Response Body. func (client SitesClient) ListSitePublishingCredentialsResponder(resp *http.Response) (result User, err error) { @@ -9219,11 +8894,11 @@ func (client SitesClient) ListSitePublishingCredentialsResponder(resp *http.Resp return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePublishingCredentialsSlot sends the list site publishing credentials slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) ListSitePublishingCredentialsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SitesListSitePublishingCredentialsSlotFuture, err error) { req, err := client.ListSitePublishingCredentialsSlotPreparer(ctx, resourceGroupName, name, slot) if err != nil { @@ -9240,7 +8915,6 @@ func (client SitesClient) ListSitePublishingCredentialsSlot(ctx context.Context, return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePublishingCredentialsSlotPreparer prepares the ListSitePublishingCredentialsSlot request. func (client SitesClient) ListSitePublishingCredentialsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -9263,7 +8937,6 @@ func (client SitesClient) ListSitePublishingCredentialsSlotPreparer(ctx context. return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePublishingCredentialsSlotSender sends the ListSitePublishingCredentialsSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) ListSitePublishingCredentialsSlotSender(req *http.Request) (future SitesListSitePublishingCredentialsSlotFuture, err error) { @@ -9279,7 +8952,6 @@ func (client SitesClient) ListSitePublishingCredentialsSlotSender(req *http.Requ return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePublishingCredentialsSlotResponder handles the response to the ListSitePublishingCredentialsSlot request. The method always // closes the http.Response Body. func (client SitesClient) ListSitePublishingCredentialsSlotResponder(resp *http.Response) (result User, err error) { @@ -9293,11 +8965,12 @@ func (client SitesClient) ListSitePublishingCredentialsSlotResponder(resp *http. return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePublishingProfileXML sends the list site publishing profile xml request. -// -// resourceGroupName is name of resource group name is name of web app options is specifies options for publishing -// profile. Pass CsmPublishingProfileOptions.Format=FileZilla3 for FileZilla FTP format. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// options - specifies options for publishing profile. Pass CsmPublishingProfileOptions.Format=FileZilla3 for +// FileZilla FTP format. func (client SitesClient) ListSitePublishingProfileXML(ctx context.Context, resourceGroupName string, name string, options CsmPublishingProfileOptions) (result ReadCloser, err error) { req, err := client.ListSitePublishingProfileXMLPreparer(ctx, resourceGroupName, name, options) if err != nil { @@ -9320,7 +8993,6 @@ func (client SitesClient) ListSitePublishingProfileXML(ctx context.Context, reso return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePublishingProfileXMLPreparer prepares the ListSitePublishingProfileXML request. func (client SitesClient) ListSitePublishingProfileXMLPreparer(ctx context.Context, resourceGroupName string, name string, options CsmPublishingProfileOptions) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -9344,7 +9016,6 @@ func (client SitesClient) ListSitePublishingProfileXMLPreparer(ctx context.Conte return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePublishingProfileXMLSender sends the ListSitePublishingProfileXML request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) ListSitePublishingProfileXMLSender(req *http.Request) (*http.Response, error) { @@ -9352,7 +9023,6 @@ func (client SitesClient) ListSitePublishingProfileXMLSender(req *http.Request) azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePublishingProfileXMLResponder handles the response to the ListSitePublishingProfileXML request. The method always // closes the http.Response Body. func (client SitesClient) ListSitePublishingProfileXMLResponder(resp *http.Response) (result ReadCloser, err error) { @@ -9365,12 +9035,13 @@ func (client SitesClient) ListSitePublishingProfileXMLResponder(resp *http.Respo return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePublishingProfileXMLSlot sends the list site publishing profile xml slot request. -// -// resourceGroupName is name of resource group name is name of web app options is specifies options for publishing -// profile. Pass CsmPublishingProfileOptions.Format=FileZilla3 for FileZilla FTP format. slot is name of web app -// slot. If not specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// options - specifies options for publishing profile. Pass CsmPublishingProfileOptions.Format=FileZilla3 for +// FileZilla FTP format. +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) ListSitePublishingProfileXMLSlot(ctx context.Context, resourceGroupName string, name string, options CsmPublishingProfileOptions, slot string) (result ReadCloser, err error) { req, err := client.ListSitePublishingProfileXMLSlotPreparer(ctx, resourceGroupName, name, options, slot) if err != nil { @@ -9393,7 +9064,6 @@ func (client SitesClient) ListSitePublishingProfileXMLSlot(ctx context.Context, return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePublishingProfileXMLSlotPreparer prepares the ListSitePublishingProfileXMLSlot request. func (client SitesClient) ListSitePublishingProfileXMLSlotPreparer(ctx context.Context, resourceGroupName string, name string, options CsmPublishingProfileOptions, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -9418,7 +9088,6 @@ func (client SitesClient) ListSitePublishingProfileXMLSlotPreparer(ctx context.C return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePublishingProfileXMLSlotSender sends the ListSitePublishingProfileXMLSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) ListSitePublishingProfileXMLSlotSender(req *http.Request) (*http.Response, error) { @@ -9426,7 +9095,6 @@ func (client SitesClient) ListSitePublishingProfileXMLSlotSender(req *http.Reque azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSitePublishingProfileXMLSlotResponder handles the response to the ListSitePublishingProfileXMLSlot request. The method always // closes the http.Response Body. func (client SitesClient) ListSitePublishingProfileXMLSlotResponder(resp *http.Response) (result ReadCloser, err error) { @@ -9439,10 +9107,10 @@ func (client SitesClient) ListSitePublishingProfileXMLSlotResponder(resp *http.R return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteRelayServiceConnections sends the list site relay service connections request. -// -// resourceGroupName is the resource group name name is the name of the web app +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app func (client SitesClient) ListSiteRelayServiceConnections(ctx context.Context, resourceGroupName string, name string) (result RelayServiceConnectionEntity, err error) { req, err := client.ListSiteRelayServiceConnectionsPreparer(ctx, resourceGroupName, name) if err != nil { @@ -9465,7 +9133,6 @@ func (client SitesClient) ListSiteRelayServiceConnections(ctx context.Context, r return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteRelayServiceConnectionsPreparer prepares the ListSiteRelayServiceConnections request. func (client SitesClient) ListSiteRelayServiceConnectionsPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -9487,7 +9154,6 @@ func (client SitesClient) ListSiteRelayServiceConnectionsPreparer(ctx context.Co return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteRelayServiceConnectionsSender sends the ListSiteRelayServiceConnections request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) ListSiteRelayServiceConnectionsSender(req *http.Request) (*http.Response, error) { @@ -9495,7 +9161,6 @@ func (client SitesClient) ListSiteRelayServiceConnectionsSender(req *http.Reques azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteRelayServiceConnectionsResponder handles the response to the ListSiteRelayServiceConnections request. The method always // closes the http.Response Body. func (client SitesClient) ListSiteRelayServiceConnectionsResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error) { @@ -9509,11 +9174,11 @@ func (client SitesClient) ListSiteRelayServiceConnectionsResponder(resp *http.Re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteRelayServiceConnectionsSlot sends the list site relay service connections slot request. -// -// resourceGroupName is the resource group name name is the name of the web app slot is the name of the slot for -// the web app. +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// slot - the name of the slot for the web app. func (client SitesClient) ListSiteRelayServiceConnectionsSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result RelayServiceConnectionEntity, err error) { req, err := client.ListSiteRelayServiceConnectionsSlotPreparer(ctx, resourceGroupName, name, slot) if err != nil { @@ -9536,7 +9201,6 @@ func (client SitesClient) ListSiteRelayServiceConnectionsSlot(ctx context.Contex return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteRelayServiceConnectionsSlotPreparer prepares the ListSiteRelayServiceConnectionsSlot request. func (client SitesClient) ListSiteRelayServiceConnectionsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -9559,7 +9223,6 @@ func (client SitesClient) ListSiteRelayServiceConnectionsSlotPreparer(ctx contex return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteRelayServiceConnectionsSlotSender sends the ListSiteRelayServiceConnectionsSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) ListSiteRelayServiceConnectionsSlotSender(req *http.Request) (*http.Response, error) { @@ -9567,7 +9230,6 @@ func (client SitesClient) ListSiteRelayServiceConnectionsSlotSender(req *http.Re azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListSiteRelayServiceConnectionsSlotResponder handles the response to the ListSiteRelayServiceConnectionsSlot request. The method always // closes the http.Response Body. func (client SitesClient) ListSiteRelayServiceConnectionsSlotResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error) { @@ -9581,11 +9243,12 @@ func (client SitesClient) ListSiteRelayServiceConnectionsSlotResponder(resp *htt return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RecoverSite sends the recover site request. -// -// resourceGroupName is name of resource group name is name of web app recoveryEntity is snapshot data used for web -// app recovery. Snapshot information can be obtained by calling GetDeletedSites or GetSiteSnapshots API. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// recoveryEntity - snapshot data used for web app recovery. Snapshot information can be obtained by calling +// GetDeletedSites or GetSiteSnapshots API. func (client SitesClient) RecoverSite(ctx context.Context, resourceGroupName string, name string, recoveryEntity CsmSiteRecoveryEntity) (result SitesRecoverSiteFuture, err error) { req, err := client.RecoverSitePreparer(ctx, resourceGroupName, name, recoveryEntity) if err != nil { @@ -9602,7 +9265,6 @@ func (client SitesClient) RecoverSite(ctx context.Context, resourceGroupName str return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RecoverSitePreparer prepares the RecoverSite request. func (client SitesClient) RecoverSitePreparer(ctx context.Context, resourceGroupName string, name string, recoveryEntity CsmSiteRecoveryEntity) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -9626,7 +9288,6 @@ func (client SitesClient) RecoverSitePreparer(ctx context.Context, resourceGroup return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RecoverSiteSender sends the RecoverSite request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) RecoverSiteSender(req *http.Request) (future SitesRecoverSiteFuture, err error) { @@ -9642,7 +9303,6 @@ func (client SitesClient) RecoverSiteSender(req *http.Request) (future SitesReco return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RecoverSiteResponder handles the response to the RecoverSite request. The method always // closes the http.Response Body. func (client SitesClient) RecoverSiteResponder(resp *http.Response) (result Site, err error) { @@ -9656,12 +9316,13 @@ func (client SitesClient) RecoverSiteResponder(resp *http.Response) (result Site return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RecoverSiteSlot sends the recover site slot request. -// -// resourceGroupName is name of resource group name is name of web app recoveryEntity is snapshot data used for web -// app recovery. Snapshot information can be obtained by calling GetDeletedSites or GetSiteSnapshots API. slot is -// name of web app slot. If not specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// recoveryEntity - snapshot data used for web app recovery. Snapshot information can be obtained by calling +// GetDeletedSites or GetSiteSnapshots API. +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) RecoverSiteSlot(ctx context.Context, resourceGroupName string, name string, recoveryEntity CsmSiteRecoveryEntity, slot string) (result SitesRecoverSiteSlotFuture, err error) { req, err := client.RecoverSiteSlotPreparer(ctx, resourceGroupName, name, recoveryEntity, slot) if err != nil { @@ -9678,7 +9339,6 @@ func (client SitesClient) RecoverSiteSlot(ctx context.Context, resourceGroupName return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RecoverSiteSlotPreparer prepares the RecoverSiteSlot request. func (client SitesClient) RecoverSiteSlotPreparer(ctx context.Context, resourceGroupName string, name string, recoveryEntity CsmSiteRecoveryEntity, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -9703,7 +9363,6 @@ func (client SitesClient) RecoverSiteSlotPreparer(ctx context.Context, resourceG return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RecoverSiteSlotSender sends the RecoverSiteSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) RecoverSiteSlotSender(req *http.Request) (future SitesRecoverSiteSlotFuture, err error) { @@ -9719,7 +9378,6 @@ func (client SitesClient) RecoverSiteSlotSender(req *http.Request) (future Sites return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RecoverSiteSlotResponder handles the response to the RecoverSiteSlot request. The method always // closes the http.Response Body. func (client SitesClient) RecoverSiteSlotResponder(resp *http.Response) (result Site, err error) { @@ -9733,10 +9391,10 @@ func (client SitesClient) RecoverSiteSlotResponder(resp *http.Response) (result return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResetProductionSlotConfig sends the reset production slot config request. -// -// resourceGroupName is name of resource group name is name of web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app func (client SitesClient) ResetProductionSlotConfig(ctx context.Context, resourceGroupName string, name string) (result SetObject, err error) { req, err := client.ResetProductionSlotConfigPreparer(ctx, resourceGroupName, name) if err != nil { @@ -9759,7 +9417,6 @@ func (client SitesClient) ResetProductionSlotConfig(ctx context.Context, resourc return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResetProductionSlotConfigPreparer prepares the ResetProductionSlotConfig request. func (client SitesClient) ResetProductionSlotConfigPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -9781,7 +9438,6 @@ func (client SitesClient) ResetProductionSlotConfigPreparer(ctx context.Context, return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResetProductionSlotConfigSender sends the ResetProductionSlotConfig request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) ResetProductionSlotConfigSender(req *http.Request) (*http.Response, error) { @@ -9789,7 +9445,6 @@ func (client SitesClient) ResetProductionSlotConfigSender(req *http.Request) (*h azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResetProductionSlotConfigResponder handles the response to the ResetProductionSlotConfig request. The method always // closes the http.Response Body. func (client SitesClient) ResetProductionSlotConfigResponder(resp *http.Response) (result SetObject, err error) { @@ -9803,11 +9458,11 @@ func (client SitesClient) ResetProductionSlotConfigResponder(resp *http.Response return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResetSlotConfigSlot sends the reset slot config slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) ResetSlotConfigSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SetObject, err error) { req, err := client.ResetSlotConfigSlotPreparer(ctx, resourceGroupName, name, slot) if err != nil { @@ -9830,7 +9485,6 @@ func (client SitesClient) ResetSlotConfigSlot(ctx context.Context, resourceGroup return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResetSlotConfigSlotPreparer prepares the ResetSlotConfigSlot request. func (client SitesClient) ResetSlotConfigSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -9853,7 +9507,6 @@ func (client SitesClient) ResetSlotConfigSlotPreparer(ctx context.Context, resou return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResetSlotConfigSlotSender sends the ResetSlotConfigSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) ResetSlotConfigSlotSender(req *http.Request) (*http.Response, error) { @@ -9861,7 +9514,6 @@ func (client SitesClient) ResetSlotConfigSlotSender(req *http.Request) (*http.Re azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ResetSlotConfigSlotResponder handles the response to the ResetSlotConfigSlot request. The method always // closes the http.Response Body. func (client SitesClient) ResetSlotConfigSlotResponder(resp *http.Response) (result SetObject, err error) { @@ -9875,12 +9527,13 @@ func (client SitesClient) ResetSlotConfigSlotResponder(resp *http.Response) (res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestartSite sends the restart site request. -// -// resourceGroupName is name of resource group name is name of web app softRestart is soft restart applies the -// configuration settings and restarts the app if necessary. Hard restart always restarts and reprovisions the app -// synchronous is if true then the API will block until the app has been restarted +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// softRestart - soft restart applies the configuration settings and restarts the app if necessary. Hard +// restart always restarts and reprovisions the app +// synchronous - if true then the API will block until the app has been restarted func (client SitesClient) RestartSite(ctx context.Context, resourceGroupName string, name string, softRestart *bool, synchronous *bool) (result SetObject, err error) { req, err := client.RestartSitePreparer(ctx, resourceGroupName, name, softRestart, synchronous) if err != nil { @@ -9903,7 +9556,6 @@ func (client SitesClient) RestartSite(ctx context.Context, resourceGroupName str return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestartSitePreparer prepares the RestartSite request. func (client SitesClient) RestartSitePreparer(ctx context.Context, resourceGroupName string, name string, softRestart *bool, synchronous *bool) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -9931,7 +9583,6 @@ func (client SitesClient) RestartSitePreparer(ctx context.Context, resourceGroup return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestartSiteSender sends the RestartSite request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) RestartSiteSender(req *http.Request) (*http.Response, error) { @@ -9939,7 +9590,6 @@ func (client SitesClient) RestartSiteSender(req *http.Request) (*http.Response, azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestartSiteResponder handles the response to the RestartSite request. The method always // closes the http.Response Body. func (client SitesClient) RestartSiteResponder(resp *http.Response) (result SetObject, err error) { @@ -9953,13 +9603,14 @@ func (client SitesClient) RestartSiteResponder(resp *http.Response) (result SetO return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestartSiteSlot sends the restart site slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. softRestart is soft restart applies the configuration settings -// and restarts the app if necessary. Hard restart always restarts and reprovisions the app synchronous is if true -// then the API will block until the app has been restarted +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. +// softRestart - soft restart applies the configuration settings and restarts the app if necessary. Hard +// restart always restarts and reprovisions the app +// synchronous - if true then the API will block until the app has been restarted func (client SitesClient) RestartSiteSlot(ctx context.Context, resourceGroupName string, name string, slot string, softRestart *bool, synchronous *bool) (result SetObject, err error) { req, err := client.RestartSiteSlotPreparer(ctx, resourceGroupName, name, slot, softRestart, synchronous) if err != nil { @@ -9982,7 +9633,6 @@ func (client SitesClient) RestartSiteSlot(ctx context.Context, resourceGroupName return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestartSiteSlotPreparer prepares the RestartSiteSlot request. func (client SitesClient) RestartSiteSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string, softRestart *bool, synchronous *bool) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -10011,7 +9661,6 @@ func (client SitesClient) RestartSiteSlotPreparer(ctx context.Context, resourceG return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestartSiteSlotSender sends the RestartSiteSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) RestartSiteSlotSender(req *http.Request) (*http.Response, error) { @@ -10019,7 +9668,6 @@ func (client SitesClient) RestartSiteSlotSender(req *http.Request) (*http.Respon azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestartSiteSlotResponder handles the response to the RestartSiteSlot request. The method always // closes the http.Response Body. func (client SitesClient) RestartSiteSlotResponder(resp *http.Response) (result SetObject, err error) { @@ -10033,11 +9681,12 @@ func (client SitesClient) RestartSiteSlotResponder(resp *http.Response) (result return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestoreSite sends the restore site request. -// -// resourceGroupName is name of resource group name is name of web app backupID is id of backup to restore request -// is information on restore request +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// backupID - id of backup to restore +// request - information on restore request func (client SitesClient) RestoreSite(ctx context.Context, resourceGroupName string, name string, backupID string, request RestoreRequest) (result SitesRestoreSiteFuture, err error) { req, err := client.RestoreSitePreparer(ctx, resourceGroupName, name, backupID, request) if err != nil { @@ -10054,7 +9703,6 @@ func (client SitesClient) RestoreSite(ctx context.Context, resourceGroupName str return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestoreSitePreparer prepares the RestoreSite request. func (client SitesClient) RestoreSitePreparer(ctx context.Context, resourceGroupName string, name string, backupID string, request RestoreRequest) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -10079,7 +9727,6 @@ func (client SitesClient) RestoreSitePreparer(ctx context.Context, resourceGroup return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestoreSiteSender sends the RestoreSite request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) RestoreSiteSender(req *http.Request) (future SitesRestoreSiteFuture, err error) { @@ -10095,7 +9742,6 @@ func (client SitesClient) RestoreSiteSender(req *http.Request) (future SitesRest return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestoreSiteResponder handles the response to the RestoreSite request. The method always // closes the http.Response Body. func (client SitesClient) RestoreSiteResponder(resp *http.Response) (result RestoreResponse, err error) { @@ -10109,12 +9755,13 @@ func (client SitesClient) RestoreSiteResponder(resp *http.Response) (result Rest return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestoreSiteSlot sends the restore site slot request. -// -// resourceGroupName is name of resource group name is name of web app backupID is id of backup to restore request -// is information on restore request slot is name of web app slot. If not specified then will default to production -// slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// backupID - id of backup to restore +// request - information on restore request +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) RestoreSiteSlot(ctx context.Context, resourceGroupName string, name string, backupID string, request RestoreRequest, slot string) (result SitesRestoreSiteSlotFuture, err error) { req, err := client.RestoreSiteSlotPreparer(ctx, resourceGroupName, name, backupID, request, slot) if err != nil { @@ -10131,7 +9778,6 @@ func (client SitesClient) RestoreSiteSlot(ctx context.Context, resourceGroupName return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestoreSiteSlotPreparer prepares the RestoreSiteSlot request. func (client SitesClient) RestoreSiteSlotPreparer(ctx context.Context, resourceGroupName string, name string, backupID string, request RestoreRequest, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -10157,7 +9803,6 @@ func (client SitesClient) RestoreSiteSlotPreparer(ctx context.Context, resourceG return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestoreSiteSlotSender sends the RestoreSiteSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) RestoreSiteSlotSender(req *http.Request) (future SitesRestoreSiteSlotFuture, err error) { @@ -10173,7 +9818,6 @@ func (client SitesClient) RestoreSiteSlotSender(req *http.Request) (future Sites return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // RestoreSiteSlotResponder handles the response to the RestoreSiteSlot request. The method always // closes the http.Response Body. func (client SitesClient) RestoreSiteSlotResponder(resp *http.Response) (result RestoreResponse, err error) { @@ -10187,10 +9831,10 @@ func (client SitesClient) RestoreSiteSlotResponder(resp *http.Response) (result return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // StartSite sends the start site request. -// -// resourceGroupName is name of resource group name is name of web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app func (client SitesClient) StartSite(ctx context.Context, resourceGroupName string, name string) (result SetObject, err error) { req, err := client.StartSitePreparer(ctx, resourceGroupName, name) if err != nil { @@ -10213,7 +9857,6 @@ func (client SitesClient) StartSite(ctx context.Context, resourceGroupName strin return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // StartSitePreparer prepares the StartSite request. func (client SitesClient) StartSitePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -10235,7 +9878,6 @@ func (client SitesClient) StartSitePreparer(ctx context.Context, resourceGroupNa return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // StartSiteSender sends the StartSite request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) StartSiteSender(req *http.Request) (*http.Response, error) { @@ -10243,7 +9885,6 @@ func (client SitesClient) StartSiteSender(req *http.Request) (*http.Response, er azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // StartSiteResponder handles the response to the StartSite request. The method always // closes the http.Response Body. func (client SitesClient) StartSiteResponder(resp *http.Response) (result SetObject, err error) { @@ -10257,11 +9898,11 @@ func (client SitesClient) StartSiteResponder(resp *http.Response) (result SetObj return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // StartSiteSlot sends the start site slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) StartSiteSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SetObject, err error) { req, err := client.StartSiteSlotPreparer(ctx, resourceGroupName, name, slot) if err != nil { @@ -10284,7 +9925,6 @@ func (client SitesClient) StartSiteSlot(ctx context.Context, resourceGroupName s return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // StartSiteSlotPreparer prepares the StartSiteSlot request. func (client SitesClient) StartSiteSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -10307,7 +9947,6 @@ func (client SitesClient) StartSiteSlotPreparer(ctx context.Context, resourceGro return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // StartSiteSlotSender sends the StartSiteSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) StartSiteSlotSender(req *http.Request) (*http.Response, error) { @@ -10315,7 +9954,6 @@ func (client SitesClient) StartSiteSlotSender(req *http.Request) (*http.Response azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // StartSiteSlotResponder handles the response to the StartSiteSlot request. The method always // closes the http.Response Body. func (client SitesClient) StartSiteSlotResponder(resp *http.Response) (result SetObject, err error) { @@ -10329,10 +9967,10 @@ func (client SitesClient) StartSiteSlotResponder(resp *http.Response) (result Se return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // StopSite sends the stop site request. -// -// resourceGroupName is name of resource group name is name of web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app func (client SitesClient) StopSite(ctx context.Context, resourceGroupName string, name string) (result SetObject, err error) { req, err := client.StopSitePreparer(ctx, resourceGroupName, name) if err != nil { @@ -10355,7 +9993,6 @@ func (client SitesClient) StopSite(ctx context.Context, resourceGroupName string return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // StopSitePreparer prepares the StopSite request. func (client SitesClient) StopSitePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -10377,7 +10014,6 @@ func (client SitesClient) StopSitePreparer(ctx context.Context, resourceGroupNam return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // StopSiteSender sends the StopSite request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) StopSiteSender(req *http.Request) (*http.Response, error) { @@ -10385,7 +10021,6 @@ func (client SitesClient) StopSiteSender(req *http.Request) (*http.Response, err azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // StopSiteResponder handles the response to the StopSite request. The method always // closes the http.Response Body. func (client SitesClient) StopSiteResponder(resp *http.Response) (result SetObject, err error) { @@ -10399,11 +10034,11 @@ func (client SitesClient) StopSiteResponder(resp *http.Response) (result SetObje return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // StopSiteSlot sends the stop site slot request. -// -// resourceGroupName is name of resource group name is name of web app slot is name of web app slot. If not -// specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) StopSiteSlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SetObject, err error) { req, err := client.StopSiteSlotPreparer(ctx, resourceGroupName, name, slot) if err != nil { @@ -10426,7 +10061,6 @@ func (client SitesClient) StopSiteSlot(ctx context.Context, resourceGroupName st return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // StopSiteSlotPreparer prepares the StopSiteSlot request. func (client SitesClient) StopSiteSlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -10449,7 +10083,6 @@ func (client SitesClient) StopSiteSlotPreparer(ctx context.Context, resourceGrou return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // StopSiteSlotSender sends the StopSiteSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) StopSiteSlotSender(req *http.Request) (*http.Response, error) { @@ -10457,7 +10090,6 @@ func (client SitesClient) StopSiteSlotSender(req *http.Request) (*http.Response, azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // StopSiteSlotResponder handles the response to the StopSiteSlot request. The method always // closes the http.Response Body. func (client SitesClient) StopSiteSlotResponder(resp *http.Response) (result SetObject, err error) { @@ -10471,11 +10103,12 @@ func (client SitesClient) StopSiteSlotResponder(resp *http.Response) (result Set return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SwapSlotsSlot sends the swap slots slot request. -// -// resourceGroupName is name of resource group name is name of web app slotSwapEntity is request body that contains -// the target slot name slot is name of source slot for the swap +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slotSwapEntity - request body that contains the target slot name +// slot - name of source slot for the swap func (client SitesClient) SwapSlotsSlot(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity, slot string) (result SitesSwapSlotsSlotFuture, err error) { req, err := client.SwapSlotsSlotPreparer(ctx, resourceGroupName, name, slotSwapEntity, slot) if err != nil { @@ -10492,7 +10125,6 @@ func (client SitesClient) SwapSlotsSlot(ctx context.Context, resourceGroupName s return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SwapSlotsSlotPreparer prepares the SwapSlotsSlot request. func (client SitesClient) SwapSlotsSlotPreparer(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -10517,7 +10149,6 @@ func (client SitesClient) SwapSlotsSlotPreparer(ctx context.Context, resourceGro return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SwapSlotsSlotSender sends the SwapSlotsSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) SwapSlotsSlotSender(req *http.Request) (future SitesSwapSlotsSlotFuture, err error) { @@ -10533,7 +10164,6 @@ func (client SitesClient) SwapSlotsSlotSender(req *http.Request) (future SitesSw return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SwapSlotsSlotResponder handles the response to the SwapSlotsSlot request. The method always // closes the http.Response Body. func (client SitesClient) SwapSlotsSlotResponder(resp *http.Response) (result SetObject, err error) { @@ -10547,11 +10177,11 @@ func (client SitesClient) SwapSlotsSlotResponder(resp *http.Response) (result Se return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SwapSlotWithProduction sends the swap slot with production request. -// -// resourceGroupName is name of resource group name is name of web app slotSwapEntity is request body that contains -// the target slot name +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slotSwapEntity - request body that contains the target slot name func (client SitesClient) SwapSlotWithProduction(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity) (result SitesSwapSlotWithProductionFuture, err error) { req, err := client.SwapSlotWithProductionPreparer(ctx, resourceGroupName, name, slotSwapEntity) if err != nil { @@ -10568,7 +10198,6 @@ func (client SitesClient) SwapSlotWithProduction(ctx context.Context, resourceGr return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SwapSlotWithProductionPreparer prepares the SwapSlotWithProduction request. func (client SitesClient) SwapSlotWithProductionPreparer(ctx context.Context, resourceGroupName string, name string, slotSwapEntity CsmSlotEntity) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -10592,7 +10221,6 @@ func (client SitesClient) SwapSlotWithProductionPreparer(ctx context.Context, re return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SwapSlotWithProductionSender sends the SwapSlotWithProduction request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) SwapSlotWithProductionSender(req *http.Request) (future SitesSwapSlotWithProductionFuture, err error) { @@ -10608,7 +10236,6 @@ func (client SitesClient) SwapSlotWithProductionSender(req *http.Request) (futur return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SwapSlotWithProductionResponder handles the response to the SwapSlotWithProduction request. The method always // closes the http.Response Body. func (client SitesClient) SwapSlotWithProductionResponder(resp *http.Response) (result SetObject, err error) { @@ -10622,9 +10249,7 @@ func (client SitesClient) SwapSlotWithProductionResponder(resp *http.Response) ( return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SyncSiteRepository sends the sync site repository request. -// func (client SitesClient) SyncSiteRepository(ctx context.Context, resourceGroupName string, name string) (result SetObject, err error) { req, err := client.SyncSiteRepositoryPreparer(ctx, resourceGroupName, name) if err != nil { @@ -10647,7 +10272,6 @@ func (client SitesClient) SyncSiteRepository(ctx context.Context, resourceGroupN return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SyncSiteRepositoryPreparer prepares the SyncSiteRepository request. func (client SitesClient) SyncSiteRepositoryPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -10669,7 +10293,6 @@ func (client SitesClient) SyncSiteRepositoryPreparer(ctx context.Context, resour return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SyncSiteRepositorySender sends the SyncSiteRepository request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) SyncSiteRepositorySender(req *http.Request) (*http.Response, error) { @@ -10677,7 +10300,6 @@ func (client SitesClient) SyncSiteRepositorySender(req *http.Request) (*http.Res azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SyncSiteRepositoryResponder handles the response to the SyncSiteRepository request. The method always // closes the http.Response Body. func (client SitesClient) SyncSiteRepositoryResponder(resp *http.Response) (result SetObject, err error) { @@ -10691,9 +10313,7 @@ func (client SitesClient) SyncSiteRepositoryResponder(resp *http.Response) (resu return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SyncSiteRepositorySlot sends the sync site repository slot request. -// func (client SitesClient) SyncSiteRepositorySlot(ctx context.Context, resourceGroupName string, name string, slot string) (result SetObject, err error) { req, err := client.SyncSiteRepositorySlotPreparer(ctx, resourceGroupName, name, slot) if err != nil { @@ -10716,7 +10336,6 @@ func (client SitesClient) SyncSiteRepositorySlot(ctx context.Context, resourceGr return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SyncSiteRepositorySlotPreparer prepares the SyncSiteRepositorySlot request. func (client SitesClient) SyncSiteRepositorySlotPreparer(ctx context.Context, resourceGroupName string, name string, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -10739,7 +10358,6 @@ func (client SitesClient) SyncSiteRepositorySlotPreparer(ctx context.Context, re return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SyncSiteRepositorySlotSender sends the SyncSiteRepositorySlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) SyncSiteRepositorySlotSender(req *http.Request) (*http.Response, error) { @@ -10747,7 +10365,6 @@ func (client SitesClient) SyncSiteRepositorySlotSender(req *http.Request) (*http azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // SyncSiteRepositorySlotResponder handles the response to the SyncSiteRepositorySlot request. The method always // closes the http.Response Body. func (client SitesClient) SyncSiteRepositorySlotResponder(resp *http.Response) (result SetObject, err error) { @@ -10761,11 +10378,11 @@ func (client SitesClient) SyncSiteRepositorySlotResponder(resp *http.Response) ( return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteAppSettings sends the update site app settings request. -// -// resourceGroupName is name of resource group name is name of web app appSettings is application settings of web -// app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// appSettings - application settings of web app func (client SitesClient) UpdateSiteAppSettings(ctx context.Context, resourceGroupName string, name string, appSettings StringDictionary) (result StringDictionary, err error) { req, err := client.UpdateSiteAppSettingsPreparer(ctx, resourceGroupName, name, appSettings) if err != nil { @@ -10788,7 +10405,6 @@ func (client SitesClient) UpdateSiteAppSettings(ctx context.Context, resourceGro return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteAppSettingsPreparer prepares the UpdateSiteAppSettings request. func (client SitesClient) UpdateSiteAppSettingsPreparer(ctx context.Context, resourceGroupName string, name string, appSettings StringDictionary) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -10812,7 +10428,6 @@ func (client SitesClient) UpdateSiteAppSettingsPreparer(ctx context.Context, res return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteAppSettingsSender sends the UpdateSiteAppSettings request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) UpdateSiteAppSettingsSender(req *http.Request) (*http.Response, error) { @@ -10820,7 +10435,6 @@ func (client SitesClient) UpdateSiteAppSettingsSender(req *http.Request) (*http. azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteAppSettingsResponder handles the response to the UpdateSiteAppSettings request. The method always // closes the http.Response Body. func (client SitesClient) UpdateSiteAppSettingsResponder(resp *http.Response) (result StringDictionary, err error) { @@ -10834,11 +10448,12 @@ func (client SitesClient) UpdateSiteAppSettingsResponder(resp *http.Response) (r return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteAppSettingsSlot sends the update site app settings slot request. -// -// resourceGroupName is name of resource group name is name of web app appSettings is application settings of web -// app slot is name of web app slot. If not specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// appSettings - application settings of web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) UpdateSiteAppSettingsSlot(ctx context.Context, resourceGroupName string, name string, appSettings StringDictionary, slot string) (result StringDictionary, err error) { req, err := client.UpdateSiteAppSettingsSlotPreparer(ctx, resourceGroupName, name, appSettings, slot) if err != nil { @@ -10861,7 +10476,6 @@ func (client SitesClient) UpdateSiteAppSettingsSlot(ctx context.Context, resourc return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteAppSettingsSlotPreparer prepares the UpdateSiteAppSettingsSlot request. func (client SitesClient) UpdateSiteAppSettingsSlotPreparer(ctx context.Context, resourceGroupName string, name string, appSettings StringDictionary, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -10886,7 +10500,6 @@ func (client SitesClient) UpdateSiteAppSettingsSlotPreparer(ctx context.Context, return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteAppSettingsSlotSender sends the UpdateSiteAppSettingsSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) UpdateSiteAppSettingsSlotSender(req *http.Request) (*http.Response, error) { @@ -10894,7 +10507,6 @@ func (client SitesClient) UpdateSiteAppSettingsSlotSender(req *http.Request) (*h azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteAppSettingsSlotResponder handles the response to the UpdateSiteAppSettingsSlot request. The method always // closes the http.Response Body. func (client SitesClient) UpdateSiteAppSettingsSlotResponder(resp *http.Response) (result StringDictionary, err error) { @@ -10908,11 +10520,11 @@ func (client SitesClient) UpdateSiteAppSettingsSlotResponder(resp *http.Response return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteAuthSettings sends the update site auth settings request. -// -// resourceGroupName is name of resource group name is name of web app siteAuthSettings is auth settings associated -// with web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// siteAuthSettings - auth settings associated with web app func (client SitesClient) UpdateSiteAuthSettings(ctx context.Context, resourceGroupName string, name string, siteAuthSettings SiteAuthSettings) (result SiteAuthSettings, err error) { req, err := client.UpdateSiteAuthSettingsPreparer(ctx, resourceGroupName, name, siteAuthSettings) if err != nil { @@ -10935,7 +10547,6 @@ func (client SitesClient) UpdateSiteAuthSettings(ctx context.Context, resourceGr return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteAuthSettingsPreparer prepares the UpdateSiteAuthSettings request. func (client SitesClient) UpdateSiteAuthSettingsPreparer(ctx context.Context, resourceGroupName string, name string, siteAuthSettings SiteAuthSettings) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -10959,7 +10570,6 @@ func (client SitesClient) UpdateSiteAuthSettingsPreparer(ctx context.Context, re return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteAuthSettingsSender sends the UpdateSiteAuthSettings request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) UpdateSiteAuthSettingsSender(req *http.Request) (*http.Response, error) { @@ -10967,7 +10577,6 @@ func (client SitesClient) UpdateSiteAuthSettingsSender(req *http.Request) (*http azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteAuthSettingsResponder handles the response to the UpdateSiteAuthSettings request. The method always // closes the http.Response Body. func (client SitesClient) UpdateSiteAuthSettingsResponder(resp *http.Response) (result SiteAuthSettings, err error) { @@ -10981,11 +10590,12 @@ func (client SitesClient) UpdateSiteAuthSettingsResponder(resp *http.Response) ( return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteAuthSettingsSlot sends the update site auth settings slot request. -// -// resourceGroupName is name of resource group name is name of web app siteAuthSettings is auth settings associated -// with web app slot is name of web app slot. If not specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// siteAuthSettings - auth settings associated with web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) UpdateSiteAuthSettingsSlot(ctx context.Context, resourceGroupName string, name string, siteAuthSettings SiteAuthSettings, slot string) (result SiteAuthSettings, err error) { req, err := client.UpdateSiteAuthSettingsSlotPreparer(ctx, resourceGroupName, name, siteAuthSettings, slot) if err != nil { @@ -11008,7 +10618,6 @@ func (client SitesClient) UpdateSiteAuthSettingsSlot(ctx context.Context, resour return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteAuthSettingsSlotPreparer prepares the UpdateSiteAuthSettingsSlot request. func (client SitesClient) UpdateSiteAuthSettingsSlotPreparer(ctx context.Context, resourceGroupName string, name string, siteAuthSettings SiteAuthSettings, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -11033,7 +10642,6 @@ func (client SitesClient) UpdateSiteAuthSettingsSlotPreparer(ctx context.Context return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteAuthSettingsSlotSender sends the UpdateSiteAuthSettingsSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) UpdateSiteAuthSettingsSlotSender(req *http.Request) (*http.Response, error) { @@ -11041,7 +10649,6 @@ func (client SitesClient) UpdateSiteAuthSettingsSlotSender(req *http.Request) (* azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteAuthSettingsSlotResponder handles the response to the UpdateSiteAuthSettingsSlot request. The method always // closes the http.Response Body. func (client SitesClient) UpdateSiteAuthSettingsSlotResponder(resp *http.Response) (result SiteAuthSettings, err error) { @@ -11055,10 +10662,11 @@ func (client SitesClient) UpdateSiteAuthSettingsSlotResponder(resp *http.Respons return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteBackupConfiguration sends the update site backup configuration request. -// -// resourceGroupName is name of resource group name is name of web app request is information on backup request +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// request - information on backup request func (client SitesClient) UpdateSiteBackupConfiguration(ctx context.Context, resourceGroupName string, name string, request BackupRequest) (result BackupRequest, err error) { req, err := client.UpdateSiteBackupConfigurationPreparer(ctx, resourceGroupName, name, request) if err != nil { @@ -11081,7 +10689,6 @@ func (client SitesClient) UpdateSiteBackupConfiguration(ctx context.Context, res return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteBackupConfigurationPreparer prepares the UpdateSiteBackupConfiguration request. func (client SitesClient) UpdateSiteBackupConfigurationPreparer(ctx context.Context, resourceGroupName string, name string, request BackupRequest) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -11105,7 +10712,6 @@ func (client SitesClient) UpdateSiteBackupConfigurationPreparer(ctx context.Cont return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteBackupConfigurationSender sends the UpdateSiteBackupConfiguration request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) UpdateSiteBackupConfigurationSender(req *http.Request) (*http.Response, error) { @@ -11113,7 +10719,6 @@ func (client SitesClient) UpdateSiteBackupConfigurationSender(req *http.Request) azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteBackupConfigurationResponder handles the response to the UpdateSiteBackupConfiguration request. The method always // closes the http.Response Body. func (client SitesClient) UpdateSiteBackupConfigurationResponder(resp *http.Response) (result BackupRequest, err error) { @@ -11127,11 +10732,12 @@ func (client SitesClient) UpdateSiteBackupConfigurationResponder(resp *http.Resp return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteBackupConfigurationSlot sends the update site backup configuration slot request. -// -// resourceGroupName is name of resource group name is name of web app request is information on backup request -// slot is name of web app slot. If not specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// request - information on backup request +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) UpdateSiteBackupConfigurationSlot(ctx context.Context, resourceGroupName string, name string, request BackupRequest, slot string) (result BackupRequest, err error) { req, err := client.UpdateSiteBackupConfigurationSlotPreparer(ctx, resourceGroupName, name, request, slot) if err != nil { @@ -11154,7 +10760,6 @@ func (client SitesClient) UpdateSiteBackupConfigurationSlot(ctx context.Context, return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteBackupConfigurationSlotPreparer prepares the UpdateSiteBackupConfigurationSlot request. func (client SitesClient) UpdateSiteBackupConfigurationSlotPreparer(ctx context.Context, resourceGroupName string, name string, request BackupRequest, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -11179,7 +10784,6 @@ func (client SitesClient) UpdateSiteBackupConfigurationSlotPreparer(ctx context. return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteBackupConfigurationSlotSender sends the UpdateSiteBackupConfigurationSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) UpdateSiteBackupConfigurationSlotSender(req *http.Request) (*http.Response, error) { @@ -11187,7 +10791,6 @@ func (client SitesClient) UpdateSiteBackupConfigurationSlotSender(req *http.Requ azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteBackupConfigurationSlotResponder handles the response to the UpdateSiteBackupConfigurationSlot request. The method always // closes the http.Response Body. func (client SitesClient) UpdateSiteBackupConfigurationSlotResponder(resp *http.Response) (result BackupRequest, err error) { @@ -11201,11 +10804,11 @@ func (client SitesClient) UpdateSiteBackupConfigurationSlotResponder(resp *http. return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteConfig sends the update site config request. -// -// resourceGroupName is name of resource group name is name of web app siteConfig is request body that contains the -// configuraiton setting for the web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// siteConfig - request body that contains the configuraiton setting for the web app func (client SitesClient) UpdateSiteConfig(ctx context.Context, resourceGroupName string, name string, siteConfig SiteConfig) (result SiteConfig, err error) { req, err := client.UpdateSiteConfigPreparer(ctx, resourceGroupName, name, siteConfig) if err != nil { @@ -11228,7 +10831,6 @@ func (client SitesClient) UpdateSiteConfig(ctx context.Context, resourceGroupNam return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteConfigPreparer prepares the UpdateSiteConfig request. func (client SitesClient) UpdateSiteConfigPreparer(ctx context.Context, resourceGroupName string, name string, siteConfig SiteConfig) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -11252,7 +10854,6 @@ func (client SitesClient) UpdateSiteConfigPreparer(ctx context.Context, resource return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteConfigSender sends the UpdateSiteConfig request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) UpdateSiteConfigSender(req *http.Request) (*http.Response, error) { @@ -11260,7 +10861,6 @@ func (client SitesClient) UpdateSiteConfigSender(req *http.Request) (*http.Respo azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteConfigResponder handles the response to the UpdateSiteConfig request. The method always // closes the http.Response Body. func (client SitesClient) UpdateSiteConfigResponder(resp *http.Response) (result SiteConfig, err error) { @@ -11274,12 +10874,12 @@ func (client SitesClient) UpdateSiteConfigResponder(resp *http.Response) (result return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteConfigSlot sends the update site config slot request. -// -// resourceGroupName is name of resource group name is name of web app siteConfig is request body that contains the -// configuraiton setting for the web app slot is name of web app slot. If not specified then will default to -// production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// siteConfig - request body that contains the configuraiton setting for the web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) UpdateSiteConfigSlot(ctx context.Context, resourceGroupName string, name string, siteConfig SiteConfig, slot string) (result SiteConfig, err error) { req, err := client.UpdateSiteConfigSlotPreparer(ctx, resourceGroupName, name, siteConfig, slot) if err != nil { @@ -11302,7 +10902,6 @@ func (client SitesClient) UpdateSiteConfigSlot(ctx context.Context, resourceGrou return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteConfigSlotPreparer prepares the UpdateSiteConfigSlot request. func (client SitesClient) UpdateSiteConfigSlotPreparer(ctx context.Context, resourceGroupName string, name string, siteConfig SiteConfig, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -11327,7 +10926,6 @@ func (client SitesClient) UpdateSiteConfigSlotPreparer(ctx context.Context, reso return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteConfigSlotSender sends the UpdateSiteConfigSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) UpdateSiteConfigSlotSender(req *http.Request) (*http.Response, error) { @@ -11335,7 +10933,6 @@ func (client SitesClient) UpdateSiteConfigSlotSender(req *http.Request) (*http.R azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteConfigSlotResponder handles the response to the UpdateSiteConfigSlot request. The method always // closes the http.Response Body. func (client SitesClient) UpdateSiteConfigSlotResponder(resp *http.Response) (result SiteConfig, err error) { @@ -11349,11 +10946,11 @@ func (client SitesClient) UpdateSiteConfigSlotResponder(resp *http.Response) (re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteConnectionStrings sends the update site connection strings request. -// -// resourceGroupName is name of resource group name is name of web app connectionStrings is connection strings -// associated with web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// connectionStrings - connection strings associated with web app func (client SitesClient) UpdateSiteConnectionStrings(ctx context.Context, resourceGroupName string, name string, connectionStrings ConnectionStringDictionary) (result ConnectionStringDictionary, err error) { req, err := client.UpdateSiteConnectionStringsPreparer(ctx, resourceGroupName, name, connectionStrings) if err != nil { @@ -11376,7 +10973,6 @@ func (client SitesClient) UpdateSiteConnectionStrings(ctx context.Context, resou return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteConnectionStringsPreparer prepares the UpdateSiteConnectionStrings request. func (client SitesClient) UpdateSiteConnectionStringsPreparer(ctx context.Context, resourceGroupName string, name string, connectionStrings ConnectionStringDictionary) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -11400,7 +10996,6 @@ func (client SitesClient) UpdateSiteConnectionStringsPreparer(ctx context.Contex return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteConnectionStringsSender sends the UpdateSiteConnectionStrings request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) UpdateSiteConnectionStringsSender(req *http.Request) (*http.Response, error) { @@ -11408,7 +11003,6 @@ func (client SitesClient) UpdateSiteConnectionStringsSender(req *http.Request) ( azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteConnectionStringsResponder handles the response to the UpdateSiteConnectionStrings request. The method always // closes the http.Response Body. func (client SitesClient) UpdateSiteConnectionStringsResponder(resp *http.Response) (result ConnectionStringDictionary, err error) { @@ -11422,11 +11016,12 @@ func (client SitesClient) UpdateSiteConnectionStringsResponder(resp *http.Respon return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteConnectionStringsSlot sends the update site connection strings slot request. -// -// resourceGroupName is name of resource group name is name of web app connectionStrings is connection strings -// associated with web app slot is name of web app slot. If not specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// connectionStrings - connection strings associated with web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) UpdateSiteConnectionStringsSlot(ctx context.Context, resourceGroupName string, name string, connectionStrings ConnectionStringDictionary, slot string) (result ConnectionStringDictionary, err error) { req, err := client.UpdateSiteConnectionStringsSlotPreparer(ctx, resourceGroupName, name, connectionStrings, slot) if err != nil { @@ -11449,7 +11044,6 @@ func (client SitesClient) UpdateSiteConnectionStringsSlot(ctx context.Context, r return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteConnectionStringsSlotPreparer prepares the UpdateSiteConnectionStringsSlot request. func (client SitesClient) UpdateSiteConnectionStringsSlotPreparer(ctx context.Context, resourceGroupName string, name string, connectionStrings ConnectionStringDictionary, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -11474,7 +11068,6 @@ func (client SitesClient) UpdateSiteConnectionStringsSlotPreparer(ctx context.Co return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteConnectionStringsSlotSender sends the UpdateSiteConnectionStringsSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) UpdateSiteConnectionStringsSlotSender(req *http.Request) (*http.Response, error) { @@ -11482,7 +11075,6 @@ func (client SitesClient) UpdateSiteConnectionStringsSlotSender(req *http.Reques azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteConnectionStringsSlotResponder handles the response to the UpdateSiteConnectionStringsSlot request. The method always // closes the http.Response Body. func (client SitesClient) UpdateSiteConnectionStringsSlotResponder(resp *http.Response) (result ConnectionStringDictionary, err error) { @@ -11496,10 +11088,11 @@ func (client SitesClient) UpdateSiteConnectionStringsSlotResponder(resp *http.Re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteLogsConfig sends the update site logs config request. -// -// resourceGroupName is name of resource group name is name of web app siteLogsConfig is site logs configuration +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// siteLogsConfig - site logs configuration func (client SitesClient) UpdateSiteLogsConfig(ctx context.Context, resourceGroupName string, name string, siteLogsConfig SiteLogsConfig) (result SiteLogsConfig, err error) { req, err := client.UpdateSiteLogsConfigPreparer(ctx, resourceGroupName, name, siteLogsConfig) if err != nil { @@ -11522,7 +11115,6 @@ func (client SitesClient) UpdateSiteLogsConfig(ctx context.Context, resourceGrou return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteLogsConfigPreparer prepares the UpdateSiteLogsConfig request. func (client SitesClient) UpdateSiteLogsConfigPreparer(ctx context.Context, resourceGroupName string, name string, siteLogsConfig SiteLogsConfig) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -11546,7 +11138,6 @@ func (client SitesClient) UpdateSiteLogsConfigPreparer(ctx context.Context, reso return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteLogsConfigSender sends the UpdateSiteLogsConfig request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) UpdateSiteLogsConfigSender(req *http.Request) (*http.Response, error) { @@ -11554,7 +11145,6 @@ func (client SitesClient) UpdateSiteLogsConfigSender(req *http.Request) (*http.R azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteLogsConfigResponder handles the response to the UpdateSiteLogsConfig request. The method always // closes the http.Response Body. func (client SitesClient) UpdateSiteLogsConfigResponder(resp *http.Response) (result SiteLogsConfig, err error) { @@ -11568,11 +11158,12 @@ func (client SitesClient) UpdateSiteLogsConfigResponder(resp *http.Response) (re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteLogsConfigSlot sends the update site logs config slot request. -// -// resourceGroupName is name of resource group name is name of web app siteLogsConfig is site logs configuration -// slot is name of web app slot. If not specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// siteLogsConfig - site logs configuration +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) UpdateSiteLogsConfigSlot(ctx context.Context, resourceGroupName string, name string, siteLogsConfig SiteLogsConfig, slot string) (result SiteLogsConfig, err error) { req, err := client.UpdateSiteLogsConfigSlotPreparer(ctx, resourceGroupName, name, siteLogsConfig, slot) if err != nil { @@ -11595,7 +11186,6 @@ func (client SitesClient) UpdateSiteLogsConfigSlot(ctx context.Context, resource return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteLogsConfigSlotPreparer prepares the UpdateSiteLogsConfigSlot request. func (client SitesClient) UpdateSiteLogsConfigSlotPreparer(ctx context.Context, resourceGroupName string, name string, siteLogsConfig SiteLogsConfig, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -11620,7 +11210,6 @@ func (client SitesClient) UpdateSiteLogsConfigSlotPreparer(ctx context.Context, return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteLogsConfigSlotSender sends the UpdateSiteLogsConfigSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) UpdateSiteLogsConfigSlotSender(req *http.Request) (*http.Response, error) { @@ -11628,7 +11217,6 @@ func (client SitesClient) UpdateSiteLogsConfigSlotSender(req *http.Request) (*ht azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteLogsConfigSlotResponder handles the response to the UpdateSiteLogsConfigSlot request. The method always // closes the http.Response Body. func (client SitesClient) UpdateSiteLogsConfigSlotResponder(resp *http.Response) (result SiteLogsConfig, err error) { @@ -11642,10 +11230,11 @@ func (client SitesClient) UpdateSiteLogsConfigSlotResponder(resp *http.Response) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteMetadata sends the update site metadata request. -// -// resourceGroupName is name of resource group name is name of web app metadata is meta data of web app +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// metadata - meta data of web app func (client SitesClient) UpdateSiteMetadata(ctx context.Context, resourceGroupName string, name string, metadata StringDictionary) (result StringDictionary, err error) { req, err := client.UpdateSiteMetadataPreparer(ctx, resourceGroupName, name, metadata) if err != nil { @@ -11668,7 +11257,6 @@ func (client SitesClient) UpdateSiteMetadata(ctx context.Context, resourceGroupN return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteMetadataPreparer prepares the UpdateSiteMetadata request. func (client SitesClient) UpdateSiteMetadataPreparer(ctx context.Context, resourceGroupName string, name string, metadata StringDictionary) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -11692,7 +11280,6 @@ func (client SitesClient) UpdateSiteMetadataPreparer(ctx context.Context, resour return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteMetadataSender sends the UpdateSiteMetadata request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) UpdateSiteMetadataSender(req *http.Request) (*http.Response, error) { @@ -11700,7 +11287,6 @@ func (client SitesClient) UpdateSiteMetadataSender(req *http.Request) (*http.Res azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteMetadataResponder handles the response to the UpdateSiteMetadata request. The method always // closes the http.Response Body. func (client SitesClient) UpdateSiteMetadataResponder(resp *http.Response) (result StringDictionary, err error) { @@ -11714,11 +11300,12 @@ func (client SitesClient) UpdateSiteMetadataResponder(resp *http.Response) (resu return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteMetadataSlot sends the update site metadata slot request. -// -// resourceGroupName is name of resource group name is name of web app metadata is meta data of web app slot is -// name of web app slot. If not specified then will default to production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// metadata - meta data of web app +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) UpdateSiteMetadataSlot(ctx context.Context, resourceGroupName string, name string, metadata StringDictionary, slot string) (result StringDictionary, err error) { req, err := client.UpdateSiteMetadataSlotPreparer(ctx, resourceGroupName, name, metadata, slot) if err != nil { @@ -11741,7 +11328,6 @@ func (client SitesClient) UpdateSiteMetadataSlot(ctx context.Context, resourceGr return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteMetadataSlotPreparer prepares the UpdateSiteMetadataSlot request. func (client SitesClient) UpdateSiteMetadataSlotPreparer(ctx context.Context, resourceGroupName string, name string, metadata StringDictionary, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -11766,7 +11352,6 @@ func (client SitesClient) UpdateSiteMetadataSlotPreparer(ctx context.Context, re return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteMetadataSlotSender sends the UpdateSiteMetadataSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) UpdateSiteMetadataSlotSender(req *http.Request) (*http.Response, error) { @@ -11774,7 +11359,6 @@ func (client SitesClient) UpdateSiteMetadataSlotSender(req *http.Request) (*http azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteMetadataSlotResponder handles the response to the UpdateSiteMetadataSlot request. The method always // closes the http.Response Body. func (client SitesClient) UpdateSiteMetadataSlotResponder(resp *http.Response) (result StringDictionary, err error) { @@ -11788,11 +11372,12 @@ func (client SitesClient) UpdateSiteMetadataSlotResponder(resp *http.Response) ( return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteRelayServiceConnection sends the update site relay service connection request. -// -// resourceGroupName is the resource group name name is the name of the web app entityName is the name by which the -// Hybrid Connection is identified connectionEnvelope is the details of the Hybrid Connection +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// entityName - the name by which the Hybrid Connection is identified +// connectionEnvelope - the details of the Hybrid Connection func (client SitesClient) UpdateSiteRelayServiceConnection(ctx context.Context, resourceGroupName string, name string, entityName string, connectionEnvelope RelayServiceConnectionEntity) (result RelayServiceConnectionEntity, err error) { req, err := client.UpdateSiteRelayServiceConnectionPreparer(ctx, resourceGroupName, name, entityName, connectionEnvelope) if err != nil { @@ -11815,7 +11400,6 @@ func (client SitesClient) UpdateSiteRelayServiceConnection(ctx context.Context, return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteRelayServiceConnectionPreparer prepares the UpdateSiteRelayServiceConnection request. func (client SitesClient) UpdateSiteRelayServiceConnectionPreparer(ctx context.Context, resourceGroupName string, name string, entityName string, connectionEnvelope RelayServiceConnectionEntity) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -11840,7 +11424,6 @@ func (client SitesClient) UpdateSiteRelayServiceConnectionPreparer(ctx context.C return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteRelayServiceConnectionSender sends the UpdateSiteRelayServiceConnection request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) UpdateSiteRelayServiceConnectionSender(req *http.Request) (*http.Response, error) { @@ -11848,7 +11431,6 @@ func (client SitesClient) UpdateSiteRelayServiceConnectionSender(req *http.Reque azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteRelayServiceConnectionResponder handles the response to the UpdateSiteRelayServiceConnection request. The method always // closes the http.Response Body. func (client SitesClient) UpdateSiteRelayServiceConnectionResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error) { @@ -11862,12 +11444,13 @@ func (client SitesClient) UpdateSiteRelayServiceConnectionResponder(resp *http.R return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteRelayServiceConnectionSlot sends the update site relay service connection slot request. -// -// resourceGroupName is the resource group name name is the name of the web app entityName is the name by which the -// Hybrid Connection is identified connectionEnvelope is the details of the Hybrid Connection slot is the name of -// the slot for the web app. +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// entityName - the name by which the Hybrid Connection is identified +// connectionEnvelope - the details of the Hybrid Connection +// slot - the name of the slot for the web app. func (client SitesClient) UpdateSiteRelayServiceConnectionSlot(ctx context.Context, resourceGroupName string, name string, entityName string, connectionEnvelope RelayServiceConnectionEntity, slot string) (result RelayServiceConnectionEntity, err error) { req, err := client.UpdateSiteRelayServiceConnectionSlotPreparer(ctx, resourceGroupName, name, entityName, connectionEnvelope, slot) if err != nil { @@ -11890,7 +11473,6 @@ func (client SitesClient) UpdateSiteRelayServiceConnectionSlot(ctx context.Conte return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteRelayServiceConnectionSlotPreparer prepares the UpdateSiteRelayServiceConnectionSlot request. func (client SitesClient) UpdateSiteRelayServiceConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, entityName string, connectionEnvelope RelayServiceConnectionEntity, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -11916,7 +11498,6 @@ func (client SitesClient) UpdateSiteRelayServiceConnectionSlotPreparer(ctx conte return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteRelayServiceConnectionSlotSender sends the UpdateSiteRelayServiceConnectionSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) UpdateSiteRelayServiceConnectionSlotSender(req *http.Request) (*http.Response, error) { @@ -11924,7 +11505,6 @@ func (client SitesClient) UpdateSiteRelayServiceConnectionSlotSender(req *http.R azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteRelayServiceConnectionSlotResponder handles the response to the UpdateSiteRelayServiceConnectionSlot request. The method always // closes the http.Response Body. func (client SitesClient) UpdateSiteRelayServiceConnectionSlotResponder(resp *http.Response) (result RelayServiceConnectionEntity, err error) { @@ -11938,11 +11518,11 @@ func (client SitesClient) UpdateSiteRelayServiceConnectionSlotResponder(resp *ht return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteSourceControl sends the update site source control request. -// -// resourceGroupName is name of resource group name is name of web app siteSourceControl is request body that -// contains the source control parameters +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// siteSourceControl - request body that contains the source control parameters func (client SitesClient) UpdateSiteSourceControl(ctx context.Context, resourceGroupName string, name string, siteSourceControl SiteSourceControl) (result SiteSourceControl, err error) { req, err := client.UpdateSiteSourceControlPreparer(ctx, resourceGroupName, name, siteSourceControl) if err != nil { @@ -11965,7 +11545,6 @@ func (client SitesClient) UpdateSiteSourceControl(ctx context.Context, resourceG return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteSourceControlPreparer prepares the UpdateSiteSourceControl request. func (client SitesClient) UpdateSiteSourceControlPreparer(ctx context.Context, resourceGroupName string, name string, siteSourceControl SiteSourceControl) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -11989,7 +11568,6 @@ func (client SitesClient) UpdateSiteSourceControlPreparer(ctx context.Context, r return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteSourceControlSender sends the UpdateSiteSourceControl request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) UpdateSiteSourceControlSender(req *http.Request) (*http.Response, error) { @@ -11997,7 +11575,6 @@ func (client SitesClient) UpdateSiteSourceControlSender(req *http.Request) (*htt azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteSourceControlResponder handles the response to the UpdateSiteSourceControl request. The method always // closes the http.Response Body. func (client SitesClient) UpdateSiteSourceControlResponder(resp *http.Response) (result SiteSourceControl, err error) { @@ -12011,12 +11588,12 @@ func (client SitesClient) UpdateSiteSourceControlResponder(resp *http.Response) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteSourceControlSlot sends the update site source control slot request. -// -// resourceGroupName is name of resource group name is name of web app siteSourceControl is request body that -// contains the source control parameters slot is name of web app slot. If not specified then will default to -// production slot. +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// siteSourceControl - request body that contains the source control parameters +// slot - name of web app slot. If not specified then will default to production slot. func (client SitesClient) UpdateSiteSourceControlSlot(ctx context.Context, resourceGroupName string, name string, siteSourceControl SiteSourceControl, slot string) (result SiteSourceControl, err error) { req, err := client.UpdateSiteSourceControlSlotPreparer(ctx, resourceGroupName, name, siteSourceControl, slot) if err != nil { @@ -12039,7 +11616,6 @@ func (client SitesClient) UpdateSiteSourceControlSlot(ctx context.Context, resou return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteSourceControlSlotPreparer prepares the UpdateSiteSourceControlSlot request. func (client SitesClient) UpdateSiteSourceControlSlotPreparer(ctx context.Context, resourceGroupName string, name string, siteSourceControl SiteSourceControl, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -12064,7 +11640,6 @@ func (client SitesClient) UpdateSiteSourceControlSlotPreparer(ctx context.Contex return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteSourceControlSlotSender sends the UpdateSiteSourceControlSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) UpdateSiteSourceControlSlotSender(req *http.Request) (*http.Response, error) { @@ -12072,7 +11647,6 @@ func (client SitesClient) UpdateSiteSourceControlSlotSender(req *http.Request) ( azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteSourceControlSlotResponder handles the response to the UpdateSiteSourceControlSlot request. The method always // closes the http.Response Body. func (client SitesClient) UpdateSiteSourceControlSlotResponder(resp *http.Response) (result SiteSourceControl, err error) { @@ -12086,11 +11660,12 @@ func (client SitesClient) UpdateSiteSourceControlSlotResponder(resp *http.Respon return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteVNETConnection sends the update site vnet connection request. -// -// resourceGroupName is the resource group name name is the name of the web app vnetName is the name of the Virtual -// Network connectionEnvelope is the properties of this Virtual Network Connection +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// vnetName - the name of the Virtual Network +// connectionEnvelope - the properties of this Virtual Network Connection func (client SitesClient) UpdateSiteVNETConnection(ctx context.Context, resourceGroupName string, name string, vnetName string, connectionEnvelope VnetInfo) (result VnetInfo, err error) { req, err := client.UpdateSiteVNETConnectionPreparer(ctx, resourceGroupName, name, vnetName, connectionEnvelope) if err != nil { @@ -12113,7 +11688,6 @@ func (client SitesClient) UpdateSiteVNETConnection(ctx context.Context, resource return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteVNETConnectionPreparer prepares the UpdateSiteVNETConnection request. func (client SitesClient) UpdateSiteVNETConnectionPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, connectionEnvelope VnetInfo) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -12138,7 +11712,6 @@ func (client SitesClient) UpdateSiteVNETConnectionPreparer(ctx context.Context, return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteVNETConnectionSender sends the UpdateSiteVNETConnection request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) UpdateSiteVNETConnectionSender(req *http.Request) (*http.Response, error) { @@ -12146,7 +11719,6 @@ func (client SitesClient) UpdateSiteVNETConnectionSender(req *http.Request) (*ht azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteVNETConnectionResponder handles the response to the UpdateSiteVNETConnection request. The method always // closes the http.Response Body. func (client SitesClient) UpdateSiteVNETConnectionResponder(resp *http.Response) (result VnetInfo, err error) { @@ -12160,12 +11732,13 @@ func (client SitesClient) UpdateSiteVNETConnectionResponder(resp *http.Response) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteVNETConnectionGateway sends the update site vnet connection gateway request. -// -// resourceGroupName is the resource group name name is the name of the web app vnetName is the name of the Virtual -// Network gatewayName is the name of the gateway. The only gateway that exists presently is "primary" -// connectionEnvelope is the properties to update this gateway with. +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// vnetName - the name of the Virtual Network +// gatewayName - the name of the gateway. The only gateway that exists presently is "primary" +// connectionEnvelope - the properties to update this gateway with. func (client SitesClient) UpdateSiteVNETConnectionGateway(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, connectionEnvelope VnetGateway) (result VnetGateway, err error) { req, err := client.UpdateSiteVNETConnectionGatewayPreparer(ctx, resourceGroupName, name, vnetName, gatewayName, connectionEnvelope) if err != nil { @@ -12188,7 +11761,6 @@ func (client SitesClient) UpdateSiteVNETConnectionGateway(ctx context.Context, r return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteVNETConnectionGatewayPreparer prepares the UpdateSiteVNETConnectionGateway request. func (client SitesClient) UpdateSiteVNETConnectionGatewayPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, connectionEnvelope VnetGateway) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -12214,7 +11786,6 @@ func (client SitesClient) UpdateSiteVNETConnectionGatewayPreparer(ctx context.Co return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteVNETConnectionGatewaySender sends the UpdateSiteVNETConnectionGateway request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) UpdateSiteVNETConnectionGatewaySender(req *http.Request) (*http.Response, error) { @@ -12222,7 +11793,6 @@ func (client SitesClient) UpdateSiteVNETConnectionGatewaySender(req *http.Reques azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteVNETConnectionGatewayResponder handles the response to the UpdateSiteVNETConnectionGateway request. The method always // closes the http.Response Body. func (client SitesClient) UpdateSiteVNETConnectionGatewayResponder(resp *http.Response) (result VnetGateway, err error) { @@ -12236,12 +11806,14 @@ func (client SitesClient) UpdateSiteVNETConnectionGatewayResponder(resp *http.Re return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteVNETConnectionGatewaySlot sends the update site vnet connection gateway slot request. -// -// resourceGroupName is the resource group name name is the name of the web app vnetName is the name of the Virtual -// Network gatewayName is the name of the gateway. The only gateway that exists presently is "primary" -// connectionEnvelope is the properties to update this gateway with. slot is the name of the slot for this web app. +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// vnetName - the name of the Virtual Network +// gatewayName - the name of the gateway. The only gateway that exists presently is "primary" +// connectionEnvelope - the properties to update this gateway with. +// slot - the name of the slot for this web app. func (client SitesClient) UpdateSiteVNETConnectionGatewaySlot(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, connectionEnvelope VnetGateway, slot string) (result VnetGateway, err error) { req, err := client.UpdateSiteVNETConnectionGatewaySlotPreparer(ctx, resourceGroupName, name, vnetName, gatewayName, connectionEnvelope, slot) if err != nil { @@ -12264,7 +11836,6 @@ func (client SitesClient) UpdateSiteVNETConnectionGatewaySlot(ctx context.Contex return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteVNETConnectionGatewaySlotPreparer prepares the UpdateSiteVNETConnectionGatewaySlot request. func (client SitesClient) UpdateSiteVNETConnectionGatewaySlotPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, gatewayName string, connectionEnvelope VnetGateway, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -12291,7 +11862,6 @@ func (client SitesClient) UpdateSiteVNETConnectionGatewaySlotPreparer(ctx contex return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteVNETConnectionGatewaySlotSender sends the UpdateSiteVNETConnectionGatewaySlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) UpdateSiteVNETConnectionGatewaySlotSender(req *http.Request) (*http.Response, error) { @@ -12299,7 +11869,6 @@ func (client SitesClient) UpdateSiteVNETConnectionGatewaySlotSender(req *http.Re azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteVNETConnectionGatewaySlotResponder handles the response to the UpdateSiteVNETConnectionGatewaySlot request. The method always // closes the http.Response Body. func (client SitesClient) UpdateSiteVNETConnectionGatewaySlotResponder(resp *http.Response) (result VnetGateway, err error) { @@ -12313,12 +11882,13 @@ func (client SitesClient) UpdateSiteVNETConnectionGatewaySlotResponder(resp *htt return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteVNETConnectionSlot sends the update site vnet connection slot request. -// -// resourceGroupName is the resource group name name is the name of the web app vnetName is the name of the Virtual -// Network connectionEnvelope is the properties of this Virtual Network Connection slot is the name of the slot for -// this web app. +// Parameters: +// resourceGroupName - the resource group name +// name - the name of the web app +// vnetName - the name of the Virtual Network +// connectionEnvelope - the properties of this Virtual Network Connection +// slot - the name of the slot for this web app. func (client SitesClient) UpdateSiteVNETConnectionSlot(ctx context.Context, resourceGroupName string, name string, vnetName string, connectionEnvelope VnetInfo, slot string) (result VnetInfo, err error) { req, err := client.UpdateSiteVNETConnectionSlotPreparer(ctx, resourceGroupName, name, vnetName, connectionEnvelope, slot) if err != nil { @@ -12341,7 +11911,6 @@ func (client SitesClient) UpdateSiteVNETConnectionSlot(ctx context.Context, reso return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteVNETConnectionSlotPreparer prepares the UpdateSiteVNETConnectionSlot request. func (client SitesClient) UpdateSiteVNETConnectionSlotPreparer(ctx context.Context, resourceGroupName string, name string, vnetName string, connectionEnvelope VnetInfo, slot string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -12367,7 +11936,6 @@ func (client SitesClient) UpdateSiteVNETConnectionSlotPreparer(ctx context.Conte return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteVNETConnectionSlotSender sends the UpdateSiteVNETConnectionSlot request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) UpdateSiteVNETConnectionSlotSender(req *http.Request) (*http.Response, error) { @@ -12375,7 +11943,6 @@ func (client SitesClient) UpdateSiteVNETConnectionSlotSender(req *http.Request) azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSiteVNETConnectionSlotResponder handles the response to the UpdateSiteVNETConnectionSlot request. The method always // closes the http.Response Body. func (client SitesClient) UpdateSiteVNETConnectionSlotResponder(resp *http.Response) (result VnetInfo, err error) { @@ -12389,11 +11956,11 @@ func (client SitesClient) UpdateSiteVNETConnectionSlotResponder(resp *http.Respo return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSlotConfigNames sends the update slot config names request. -// -// resourceGroupName is name of resource group name is name of web app slotConfigNames is request body containing -// the names of application settings and connection strings +// Parameters: +// resourceGroupName - name of resource group +// name - name of web app +// slotConfigNames - request body containing the names of application settings and connection strings func (client SitesClient) UpdateSlotConfigNames(ctx context.Context, resourceGroupName string, name string, slotConfigNames SlotConfigNamesResource) (result SlotConfigNamesResource, err error) { req, err := client.UpdateSlotConfigNamesPreparer(ctx, resourceGroupName, name, slotConfigNames) if err != nil { @@ -12416,7 +11983,6 @@ func (client SitesClient) UpdateSlotConfigNames(ctx context.Context, resourceGro return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSlotConfigNamesPreparer prepares the UpdateSlotConfigNames request. func (client SitesClient) UpdateSlotConfigNamesPreparer(ctx context.Context, resourceGroupName string, name string, slotConfigNames SlotConfigNamesResource) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -12440,7 +12006,6 @@ func (client SitesClient) UpdateSlotConfigNamesPreparer(ctx context.Context, res return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSlotConfigNamesSender sends the UpdateSlotConfigNames request. The method will close the // http.Response Body if it receives an error. func (client SitesClient) UpdateSlotConfigNamesSender(req *http.Request) (*http.Response, error) { @@ -12448,7 +12013,6 @@ func (client SitesClient) UpdateSlotConfigNamesSender(req *http.Request) (*http. azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UpdateSlotConfigNamesResponder handles the response to the UpdateSlotConfigNames request. The method always // closes the http.Response Body. func (client SitesClient) UpdateSlotConfigNamesResponder(resp *http.Response) (result SlotConfigNamesResource, err error) { diff --git a/services/web/mgmt/2015-08-preview/web/topleveldomains.go b/services/web/mgmt/2015-08-preview/web/topleveldomains.go index bd8062b077dd..02141d3ec64c 100644 --- a/services/web/mgmt/2015-08-preview/web/topleveldomains.go +++ b/services/web/mgmt/2015-08-preview/web/topleveldomains.go @@ -24,25 +24,21 @@ import ( "net/http" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // TopLevelDomainsClient is the webSite Management Client type TopLevelDomainsClient struct { BaseClient } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewTopLevelDomainsClient creates an instance of the TopLevelDomainsClient client. func NewTopLevelDomainsClient(subscriptionID string) TopLevelDomainsClient { return NewTopLevelDomainsClientWithBaseURI(DefaultBaseURI, subscriptionID) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewTopLevelDomainsClientWithBaseURI creates an instance of the TopLevelDomainsClient client. func NewTopLevelDomainsClientWithBaseURI(baseURI string, subscriptionID string) TopLevelDomainsClient { return TopLevelDomainsClient{NewWithBaseURI(baseURI, subscriptionID)} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetGetTopLevelDomains sends the get get top level domains request. func (client TopLevelDomainsClient) GetGetTopLevelDomains(ctx context.Context) (result TopLevelDomainCollectionPage, err error) { result.fn = client.getGetTopLevelDomainsNextResults @@ -67,7 +63,6 @@ func (client TopLevelDomainsClient) GetGetTopLevelDomains(ctx context.Context) ( return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetGetTopLevelDomainsPreparer prepares the GetGetTopLevelDomains request. func (client TopLevelDomainsClient) GetGetTopLevelDomainsPreparer(ctx context.Context) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -87,7 +82,6 @@ func (client TopLevelDomainsClient) GetGetTopLevelDomainsPreparer(ctx context.Co return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetGetTopLevelDomainsSender sends the GetGetTopLevelDomains request. The method will close the // http.Response Body if it receives an error. func (client TopLevelDomainsClient) GetGetTopLevelDomainsSender(req *http.Request) (*http.Response, error) { @@ -95,7 +89,6 @@ func (client TopLevelDomainsClient) GetGetTopLevelDomainsSender(req *http.Reques azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetGetTopLevelDomainsResponder handles the response to the GetGetTopLevelDomains request. The method always // closes the http.Response Body. func (client TopLevelDomainsClient) GetGetTopLevelDomainsResponder(resp *http.Response) (result TopLevelDomainCollection, err error) { @@ -130,17 +123,15 @@ func (client TopLevelDomainsClient) getGetTopLevelDomainsNextResults(lastResults return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetGetTopLevelDomainsComplete enumerates all values, automatically crossing page boundaries as required. func (client TopLevelDomainsClient) GetGetTopLevelDomainsComplete(ctx context.Context) (result TopLevelDomainCollectionIterator, err error) { result.page, err = client.GetGetTopLevelDomains(ctx) return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetTopLevelDomain sends the get top level domain request. -// -// name is name of the top level domain +// Parameters: +// name - name of the top level domain func (client TopLevelDomainsClient) GetTopLevelDomain(ctx context.Context, name string) (result TopLevelDomain, err error) { req, err := client.GetTopLevelDomainPreparer(ctx, name) if err != nil { @@ -163,7 +154,6 @@ func (client TopLevelDomainsClient) GetTopLevelDomain(ctx context.Context, name return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetTopLevelDomainPreparer prepares the GetTopLevelDomain request. func (client TopLevelDomainsClient) GetTopLevelDomainPreparer(ctx context.Context, name string) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -184,7 +174,6 @@ func (client TopLevelDomainsClient) GetTopLevelDomainPreparer(ctx context.Contex return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetTopLevelDomainSender sends the GetTopLevelDomain request. The method will close the // http.Response Body if it receives an error. func (client TopLevelDomainsClient) GetTopLevelDomainSender(req *http.Request) (*http.Response, error) { @@ -192,7 +181,6 @@ func (client TopLevelDomainsClient) GetTopLevelDomainSender(req *http.Request) ( azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetTopLevelDomainResponder handles the response to the GetTopLevelDomain request. The method always // closes the http.Response Body. func (client TopLevelDomainsClient) GetTopLevelDomainResponder(resp *http.Response) (result TopLevelDomain, err error) { @@ -206,10 +194,10 @@ func (client TopLevelDomainsClient) GetTopLevelDomainResponder(resp *http.Respon return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListTopLevelDomainAgreements sends the list top level domain agreements request. -// -// name is name of the top level domain agreementOption is domain agreement options +// Parameters: +// name - name of the top level domain +// agreementOption - domain agreement options func (client TopLevelDomainsClient) ListTopLevelDomainAgreements(ctx context.Context, name string, agreementOption TopLevelDomainAgreementOption) (result TldLegalAgreementCollectionPage, err error) { result.fn = client.listTopLevelDomainAgreementsNextResults req, err := client.ListTopLevelDomainAgreementsPreparer(ctx, name, agreementOption) @@ -233,7 +221,6 @@ func (client TopLevelDomainsClient) ListTopLevelDomainAgreements(ctx context.Con return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListTopLevelDomainAgreementsPreparer prepares the ListTopLevelDomainAgreements request. func (client TopLevelDomainsClient) ListTopLevelDomainAgreementsPreparer(ctx context.Context, name string, agreementOption TopLevelDomainAgreementOption) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -256,7 +243,6 @@ func (client TopLevelDomainsClient) ListTopLevelDomainAgreementsPreparer(ctx con return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListTopLevelDomainAgreementsSender sends the ListTopLevelDomainAgreements request. The method will close the // http.Response Body if it receives an error. func (client TopLevelDomainsClient) ListTopLevelDomainAgreementsSender(req *http.Request) (*http.Response, error) { @@ -264,7 +250,6 @@ func (client TopLevelDomainsClient) ListTopLevelDomainAgreementsSender(req *http azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListTopLevelDomainAgreementsResponder handles the response to the ListTopLevelDomainAgreements request. The method always // closes the http.Response Body. func (client TopLevelDomainsClient) ListTopLevelDomainAgreementsResponder(resp *http.Response) (result TldLegalAgreementCollection, err error) { @@ -299,7 +284,6 @@ func (client TopLevelDomainsClient) listTopLevelDomainAgreementsNextResults(last return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // ListTopLevelDomainAgreementsComplete enumerates all values, automatically crossing page boundaries as required. func (client TopLevelDomainsClient) ListTopLevelDomainAgreementsComplete(ctx context.Context, name string, agreementOption TopLevelDomainAgreementOption) (result TldLegalAgreementCollectionIterator, err error) { result.page, err = client.ListTopLevelDomainAgreements(ctx, name, agreementOption) diff --git a/services/web/mgmt/2015-08-preview/web/usage.go b/services/web/mgmt/2015-08-preview/web/usage.go index babbe33d7f79..c79ed8792e0b 100644 --- a/services/web/mgmt/2015-08-preview/web/usage.go +++ b/services/web/mgmt/2015-08-preview/web/usage.go @@ -24,29 +24,27 @@ import ( "net/http" ) -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // UsageClient is the webSite Management Client type UsageClient struct { BaseClient } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewUsageClient creates an instance of the UsageClient client. func NewUsageClient(subscriptionID string) UsageClient { return NewUsageClientWithBaseURI(DefaultBaseURI, subscriptionID) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // NewUsageClientWithBaseURI creates an instance of the UsageClient client. func NewUsageClientWithBaseURI(baseURI string, subscriptionID string) UsageClient { return UsageClient{NewWithBaseURI(baseURI, subscriptionID)} } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetUsage sends the get usage request. -// -// resourceGroupName is name of resource group environmentName is environment name lastID is last marker that was -// returned from the batch batchSize is size of the batch to be returned. +// Parameters: +// resourceGroupName - name of resource group +// environmentName - environment name +// lastID - last marker that was returned from the batch +// batchSize - size of the batch to be returned. func (client UsageClient) GetUsage(ctx context.Context, resourceGroupName string, environmentName string, lastID string, batchSize int32) (result SetObject, err error) { req, err := client.GetUsagePreparer(ctx, resourceGroupName, environmentName, lastID, batchSize) if err != nil { @@ -69,7 +67,6 @@ func (client UsageClient) GetUsage(ctx context.Context, resourceGroupName string return } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetUsagePreparer prepares the GetUsage request. func (client UsageClient) GetUsagePreparer(ctx context.Context, resourceGroupName string, environmentName string, lastID string, batchSize int32) (*http.Request, error) { pathParameters := map[string]interface{}{ @@ -93,7 +90,6 @@ func (client UsageClient) GetUsagePreparer(ctx context.Context, resourceGroupNam return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetUsageSender sends the GetUsage request. The method will close the // http.Response Body if it receives an error. func (client UsageClient) GetUsageSender(req *http.Request) (*http.Response, error) { @@ -101,7 +97,6 @@ func (client UsageClient) GetUsageSender(req *http.Request) (*http.Response, err azure.DoRetryWithRegistration(client.Client)) } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // GetUsageResponder handles the response to the GetUsage request. The method always // closes the http.Response Body. func (client UsageClient) GetUsageResponder(resp *http.Response) (result SetObject, err error) { diff --git a/services/web/mgmt/2015-08-preview/web/version.go b/services/web/mgmt/2015-08-preview/web/version.go index 65012c84d92b..76bd29a59a81 100644 --- a/services/web/mgmt/2015-08-preview/web/version.go +++ b/services/web/mgmt/2015-08-preview/web/version.go @@ -18,13 +18,12 @@ import "github.com/Azure/azure-sdk-for-go/version" // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is regenerated. -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. + // UserAgent returns the UserAgent string to use when sending http.Requests. func UserAgent() string { return "Azure-SDK-For-Go/" + version.Number + " web/2015-08-preview" } -// Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/web/mgmt/2015-08-preview/web instead. // Version returns the semantic version (see http://semver.org) of the client. func Version() string { return version.Number diff --git a/services/web/mgmt/2016-09-01/web/apps.go b/services/web/mgmt/2016-09-01/web/apps.go index 7ffd6f8710a4..5f740c3a938b 100644 --- a/services/web/mgmt/2016-09-01/web/apps.go +++ b/services/web/mgmt/2016-09-01/web/apps.go @@ -2718,7 +2718,7 @@ func (client AppsClient) CreateOrUpdateSourceControlSlotSender(req *http.Request return } err = autorest.Respond(future.Response(), - azure.WithErrorUnlessStatusCode(http.StatusOK, http.StatusCreated)) + azure.WithErrorUnlessStatusCode(http.StatusOK, http.StatusCreated, http.StatusAccepted)) return } @@ -2728,7 +2728,7 @@ func (client AppsClient) CreateOrUpdateSourceControlSlotResponder(resp *http.Res err = autorest.Respond( resp, client.ByInspecting(), - azure.WithErrorUnlessStatusCode(http.StatusOK, http.StatusCreated), + azure.WithErrorUnlessStatusCode(http.StatusOK, http.StatusCreated, http.StatusAccepted), autorest.ByUnmarshallingJSON(&result), autorest.ByClosing()) result.Response = autorest.Response{Response: resp} @@ -11376,7 +11376,7 @@ func (client AppsClient) GetSourceControlSlotResponder(resp *http.Response) (res err = autorest.Respond( resp, client.ByInspecting(), - azure.WithErrorUnlessStatusCode(http.StatusOK), + azure.WithErrorUnlessStatusCode(http.StatusOK, http.StatusCreated, http.StatusAccepted), autorest.ByUnmarshallingJSON(&result), autorest.ByClosing()) result.Response = autorest.Response{Response: resp} diff --git a/services/web/mgmt/2016-09-01/web/appserviceenvironments.go b/services/web/mgmt/2016-09-01/web/appserviceenvironments.go index 94aaabefff5d..56a4d9f1e762 100644 --- a/services/web/mgmt/2016-09-01/web/appserviceenvironments.go +++ b/services/web/mgmt/2016-09-01/web/appserviceenvironments.go @@ -1726,7 +1726,7 @@ func (client AppServiceEnvironmentsClient) ListMultiRolePoolInstanceMetricsPrepa preparer := autorest.CreatePreparer( autorest.AsGet(), autorest.WithBaseURL(client.BaseURI), - autorest.WithPathParameters("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/multiRolePools/default/instances/{instance}/metrics", pathParameters), + autorest.WithPathParameters("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/multiRolePools/default/instances/{instance}metrics", pathParameters), autorest.WithQueryParameters(queryParameters)) return preparer.Prepare((&http.Request{}).WithContext(ctx)) } @@ -2951,7 +2951,7 @@ func (client AppServiceEnvironmentsClient) ListWorkerPoolInstanceMetricsPreparer preparer := autorest.CreatePreparer( autorest.AsGet(), autorest.WithBaseURL(client.BaseURI), - autorest.WithPathParameters("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/workerPools/{workerPoolName}/instances/{instance}/metrics", pathParameters), + autorest.WithPathParameters("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/workerPools/{workerPoolName}/instances/{instance}metrics", pathParameters), autorest.WithQueryParameters(queryParameters)) return preparer.Prepare((&http.Request{}).WithContext(ctx)) }