IWebSiteManagementClient Interface

Definition

WebSite Management Client

public interface IWebSiteManagementClient : IDisposable
type IWebSiteManagementClient = interface
    interface IDisposable
Public Interface IWebSiteManagementClient
Implements IDisposable
Derived
Implements

Properties

AcceptLanguage

The preferred language for the response.

ApiVersion

API Version

AppServiceCertificateOrders

Gets the IAppServiceCertificateOrdersOperations.

AppServiceEnvironments

Gets the IAppServiceEnvironmentsOperations.

AppServicePlans

Gets the IAppServicePlansOperations.

BaseUri

The base URI of the service.

CertificateRegistrationProvider

Gets the ICertificateRegistrationProviderOperations.

Certificates

Gets the ICertificatesOperations.

Credentials

Credentials needed for the client to connect to Azure.

DeletedWebApps

Gets the IDeletedWebAppsOperations.

DeserializationSettings

Gets or sets json deserialization settings.

Diagnostics

Gets the IDiagnosticsOperations.

DomainRegistrationProvider

Gets the IDomainRegistrationProviderOperations.

Domains

Gets the IDomainsOperations.

GenerateClientRequestId

Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.

LongRunningOperationRetryTimeout

The retry timeout in seconds for Long Running Operations. Default value is 30.

Provider

Gets the IProviderOperations.

Recommendations

Gets the IRecommendationsOperations.

ResourceHealthMetadata

Gets the IResourceHealthMetadataOperations.

SerializationSettings

Gets or sets json serialization settings.

SubscriptionId

Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).

TopLevelDomains

Gets the ITopLevelDomainsOperations.

WebApps

Gets the IWebAppsOperations.

Methods

CheckNameAvailabilityWithHttpMessagesAsync(String, CheckNameResourceTypes, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Check if a resource name is available.

GetPublishingUserWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Gets publishing user

GetSourceControlWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets source control token

GetSubscriptionDeploymentLocationsWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Gets list of available geo regions plus ministamps

ListBillingMetersNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets a list of meters for a given location.

ListBillingMetersWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a list of meters for a given location.

ListGeoRegionsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get a list of available geographical regions.

ListGeoRegionsWithHttpMessagesAsync(SkuName, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Get a list of available geographical regions.

ListPremierAddOnOffersNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List all premier add-on offers.

ListPremierAddOnOffersWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

List all premier add-on offers.

ListSiteIdentifiersAssignedToHostNameNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List all apps that are assigned to a hostname.

ListSiteIdentifiersAssignedToHostNameWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List all apps that are assigned to a hostname.

ListSkusWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

List all SKUs.

ListSourceControlsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets the source controls available for Azure websites.

ListSourceControlsWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Gets the source controls available for Azure websites.

MoveWithHttpMessagesAsync(String, CsmMoveResourceEnvelope, Dictionary<String,List<String>>, CancellationToken)

Move resources between resource groups.

UpdatePublishingUserWithHttpMessagesAsync(UserInner, Dictionary<String,List<String>>, CancellationToken)

Updates publishing user

UpdateSourceControlWithHttpMessagesAsync(String, SourceControlInner, Dictionary<String,List<String>>, CancellationToken)

Updates source control token

ValidateMoveWithHttpMessagesAsync(String, CsmMoveResourceEnvelope, Dictionary<String,List<String>>, CancellationToken)

Validate whether a resource can be moved.

ValidateWithHttpMessagesAsync(String, ValidateRequest, Dictionary<String,List<String>>, CancellationToken)

Validate if a resource can be created.

VerifyHostingEnvironmentVnetWithHttpMessagesAsync(VnetParameters, Dictionary<String,List<String>>, CancellationToken)

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

Extension 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