WebSiteManagementClientExtensions Class

Definition

Extension methods for WebSiteManagementClient.

public static class WebSiteManagementClientExtensions
type WebSiteManagementClientExtensions = class
Public Module WebSiteManagementClientExtensions
Inheritance
WebSiteManagementClientExtensions

Methods

CheckNameAvailabilityAsync(IWebSiteManagementClient, String, CheckNameResourceTypes, Nullable<Boolean>, CancellationToken)

Check if a resource name is available.

GetPublishingUserAsync(IWebSiteManagementClient, CancellationToken)

Gets publishing user

GetSourceControlAsync(IWebSiteManagementClient, String, CancellationToken)

Gets source control token

GetSubscriptionDeploymentLocationsAsync(IWebSiteManagementClient, CancellationToken)

Gets list of available geo regions plus ministamps

ListBillingMetersAsync(IWebSiteManagementClient, String, String, CancellationToken)

Gets a list of meters for a given location.

ListBillingMetersNextAsync(IWebSiteManagementClient, String, CancellationToken)

Gets a list of meters for a given location.

ListGeoRegionsAsync(IWebSiteManagementClient, SkuName, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Get a list of available geographical regions.

ListGeoRegionsNextAsync(IWebSiteManagementClient, String, CancellationToken)

Get a list of available geographical regions.

ListPremierAddOnOffersAsync(IWebSiteManagementClient, CancellationToken)

List all premier add-on offers.

ListPremierAddOnOffersNextAsync(IWebSiteManagementClient, String, CancellationToken)

List all premier add-on offers.

ListSiteIdentifiersAssignedToHostNameAsync(IWebSiteManagementClient, String, CancellationToken)

List all apps that are assigned to a hostname.

ListSiteIdentifiersAssignedToHostNameNextAsync(IWebSiteManagementClient, String, CancellationToken)

List all apps that are assigned to a hostname.

ListSkusAsync(IWebSiteManagementClient, CancellationToken)

List all SKUs.

ListSourceControlsAsync(IWebSiteManagementClient, CancellationToken)

Gets the source controls available for Azure websites.

ListSourceControlsNextAsync(IWebSiteManagementClient, String, CancellationToken)

Gets the source controls available for Azure websites.

MoveAsync(IWebSiteManagementClient, String, CsmMoveResourceEnvelope, CancellationToken)

Move resources between resource groups.

UpdatePublishingUserAsync(IWebSiteManagementClient, UserInner, CancellationToken)

Updates publishing user

UpdateSourceControlAsync(IWebSiteManagementClient, String, SourceControlInner, CancellationToken)

Updates source control token

ValidateAsync(IWebSiteManagementClient, String, ValidateRequest, CancellationToken)

Validate if a resource can be created.

ValidateMoveAsync(IWebSiteManagementClient, String, CsmMoveResourceEnvelope, CancellationToken)

Validate whether a resource can be moved.

VerifyHostingEnvironmentVnetAsync(IWebSiteManagementClient, VnetParameters, CancellationToken)

Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules.

Applies to