WebSiteManagementClientExtensions Class

Definition

Extension methods for WebSiteManagementClient.

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

Methods

CheckNameAvailability(IWebSiteManagementClient, String, String, Nullable<Boolean>)

Check if a resource name is available.

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

Check if a resource name is available.

GetPublishingUser(IWebSiteManagementClient)

Gets publishing user

GetPublishingUserAsync(IWebSiteManagementClient, CancellationToken)

Gets publishing user

GetSourceControl(IWebSiteManagementClient, String)

Gets source control token

GetSourceControlAsync(IWebSiteManagementClient, String, CancellationToken)

Gets source control token

GetSubscriptionDeploymentLocations(IWebSiteManagementClient)

Gets list of available geo regions plus ministamps

GetSubscriptionDeploymentLocationsAsync(IWebSiteManagementClient, CancellationToken)

Gets list of available geo regions plus ministamps

ListBillingMeters(IWebSiteManagementClient, String, String)

Gets a list of meters for a given location.

ListBillingMetersAsync(IWebSiteManagementClient, String, String, CancellationToken)

Gets a list of meters for a given location.

ListBillingMetersNext(IWebSiteManagementClient, String)

Gets a list of meters for a given location.

ListBillingMetersNextAsync(IWebSiteManagementClient, String, CancellationToken)

Gets a list of meters for a given location.

ListCustomHostNameSites(IWebSiteManagementClient)

Get custom hostnames under this subscription

ListCustomHostNameSitesAsync(IWebSiteManagementClient, CancellationToken)

Get custom hostnames under this subscription

ListCustomHostNameSitesNext(IWebSiteManagementClient, String)

Get custom hostnames under this subscription

ListCustomHostNameSitesNextAsync(IWebSiteManagementClient, String, CancellationToken)

Get custom hostnames under this subscription

ListGeoRegions(IWebSiteManagementClient, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

Get a list of available geographical regions.

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

Get a list of available geographical regions.

ListGeoRegionsNext(IWebSiteManagementClient, String)

Get a list of available geographical regions.

ListGeoRegionsNextAsync(IWebSiteManagementClient, String, CancellationToken)

Get a list of available geographical regions.

ListPremierAddOnOffers(IWebSiteManagementClient)

List all premier add-on offers.

ListPremierAddOnOffersAsync(IWebSiteManagementClient, CancellationToken)

List all premier add-on offers.

ListPremierAddOnOffersNext(IWebSiteManagementClient, String)

List all premier add-on offers.

ListPremierAddOnOffersNextAsync(IWebSiteManagementClient, String, CancellationToken)

List all premier add-on offers.

ListSiteIdentifiersAssignedToHostName(IWebSiteManagementClient, NameIdentifier)

List all apps that are assigned to a hostname.

ListSiteIdentifiersAssignedToHostNameAsync(IWebSiteManagementClient, NameIdentifier, CancellationToken)

List all apps that are assigned to a hostname.

ListSiteIdentifiersAssignedToHostNameNext(IWebSiteManagementClient, String)

List all apps that are assigned to a hostname.

ListSiteIdentifiersAssignedToHostNameNextAsync(IWebSiteManagementClient, String, CancellationToken)

List all apps that are assigned to a hostname.

ListSkus(IWebSiteManagementClient)

List all SKUs.

ListSkusAsync(IWebSiteManagementClient, CancellationToken)

List all SKUs.

ListSourceControls(IWebSiteManagementClient)

Gets the source controls available for Azure websites.

ListSourceControlsAsync(IWebSiteManagementClient, CancellationToken)

Gets the source controls available for Azure websites.

ListSourceControlsNext(IWebSiteManagementClient, String)

Gets the source controls available for Azure websites.

ListSourceControlsNextAsync(IWebSiteManagementClient, String, CancellationToken)

Gets the source controls available for Azure websites.

Move(IWebSiteManagementClient, String, CsmMoveResourceEnvelope)

Move resources between resource groups.

MoveAsync(IWebSiteManagementClient, String, CsmMoveResourceEnvelope, CancellationToken)

Move resources between resource groups.

UpdatePublishingUser(IWebSiteManagementClient, User)

Updates publishing user

UpdatePublishingUserAsync(IWebSiteManagementClient, User, CancellationToken)

Updates publishing user

UpdateSourceControl(IWebSiteManagementClient, String, SourceControl)

Updates source control token

UpdateSourceControlAsync(IWebSiteManagementClient, String, SourceControl, CancellationToken)

Updates source control token

Validate(IWebSiteManagementClient, String, ValidateRequest)

Validate if a resource can be created.

ValidateAsync(IWebSiteManagementClient, String, ValidateRequest, CancellationToken)

Validate if a resource can be created.

ValidateMove(IWebSiteManagementClient, String, CsmMoveResourceEnvelope)

Validate whether a resource can be moved.

ValidateMoveAsync(IWebSiteManagementClient, String, CsmMoveResourceEnvelope, CancellationToken)

Validate whether a resource can be moved.

VerifyHostingEnvironmentVnet(IWebSiteManagementClient, VnetParameters)

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

VerifyHostingEnvironmentVnetAsync(IWebSiteManagementClient, VnetParameters, CancellationToken)

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

Applies to