IWebSiteManagementClient Interface
Definition
Composite Swagger for WebSite Management Client
public interface IWebSiteManagementClient : IDisposable
type IWebSiteManagementClient = interface
interface IDisposable
Public Interface IWebSiteManagementClient
Implements IDisposable
- Derived
-
- Implements
-
Properties
Methods
CheckNameAvailabilityWithHttpMessagesAsync(String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)
|
Check if a resource name is available.
|
GetPublishingUserWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)
|
Gets publishing user
|
ListGeoRegionsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
|
ListGeoRegionsWithHttpMessagesAsync(String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)
|
ListPremierAddOnOffersNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
|
ListPremierAddOnOffersWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)
|
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, CsmMoveResourceEnvelopeInner, 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, CsmMoveResourceEnvelopeInner, Dictionary<String,List<String>>, CancellationToken)
|
Validate whether a resource can be moved.
|
ValidateWithHttpMessagesAsync(String, ValidateRequestInner, Dictionary<String,List<String>>, CancellationToken)
|
Validate if a resource can be created.
|
Extension Methods
CheckNameAvailabilityAsync(IWebSiteManagementClient, String, String, Nullable<Boolean>, CancellationToken)
|
Check if a resource name is available.
|
GetPublishingUserAsync(IWebSiteManagementClient, CancellationToken)
|
Gets publishing user
|
ListGeoRegionsAsync(IWebSiteManagementClient, String, Nullable<Boolean>, CancellationToken)
|
ListGeoRegionsNextAsync(IWebSiteManagementClient, String, CancellationToken)
|
ListPremierAddOnOffersAsync(IWebSiteManagementClient, CancellationToken)
|
ListPremierAddOnOffersNextAsync(IWebSiteManagementClient, String, CancellationToken)
|
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, CsmMoveResourceEnvelopeInner, 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, ValidateRequestInner, CancellationToken)
|
Validate if a resource can be created.
|
ValidateMoveAsync(IWebSiteManagementClient, String, CsmMoveResourceEnvelopeInner, CancellationToken)
|
Validate whether a resource can be moved.
|
Applies to