ICustomDomainsOperations Interface

Definition

CustomDomainsOperations operations.

public interface ICustomDomainsOperations
type ICustomDomainsOperations = interface
Public Interface ICustomDomainsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, String, CustomDomainResource, Dictionary<String,List<String>>, CancellationToken)

Create or update custom domain of one lifecycle application.

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

Delete the custom domain of one lifecycle application.

BeginUpdateWithHttpMessagesAsync(String, String, String, String, CustomDomainResource, Dictionary<String,List<String>>, CancellationToken)

Update custom domain of one lifecycle application.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, CustomDomainResource, Dictionary<String,List<String>>, CancellationToken)

Create or update custom domain of one lifecycle application.

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

Delete the custom domain of one lifecycle application.

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

Get the custom domain of one lifecycle application.

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

List the custom domains of one lifecycle application.

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

List the custom domains of one lifecycle application.

UpdateWithHttpMessagesAsync(String, String, String, String, CustomDomainResource, Dictionary<String,List<String>>, CancellationToken)

Update custom domain of one lifecycle application.

Extension Methods

BeginCreateOrUpdate(ICustomDomainsOperations, String, String, String, String, CustomDomainResource)

Create or update custom domain of one lifecycle application.

BeginCreateOrUpdateAsync(ICustomDomainsOperations, String, String, String, String, CustomDomainResource, CancellationToken)

Create or update custom domain of one lifecycle application.

BeginDelete(ICustomDomainsOperations, String, String, String, String)

Delete the custom domain of one lifecycle application.

BeginDeleteAsync(ICustomDomainsOperations, String, String, String, String, CancellationToken)

Delete the custom domain of one lifecycle application.

BeginUpdate(ICustomDomainsOperations, String, String, String, String, CustomDomainResource)

Update custom domain of one lifecycle application.

BeginUpdateAsync(ICustomDomainsOperations, String, String, String, String, CustomDomainResource, CancellationToken)

Update custom domain of one lifecycle application.

CreateOrUpdate(ICustomDomainsOperations, String, String, String, String, CustomDomainResource)

Create or update custom domain of one lifecycle application.

CreateOrUpdateAsync(ICustomDomainsOperations, String, String, String, String, CustomDomainResource, CancellationToken)

Create or update custom domain of one lifecycle application.

Delete(ICustomDomainsOperations, String, String, String, String)

Delete the custom domain of one lifecycle application.

DeleteAsync(ICustomDomainsOperations, String, String, String, String, CancellationToken)

Delete the custom domain of one lifecycle application.

Get(ICustomDomainsOperations, String, String, String, String)

Get the custom domain of one lifecycle application.

GetAsync(ICustomDomainsOperations, String, String, String, String, CancellationToken)

Get the custom domain of one lifecycle application.

List(ICustomDomainsOperations, String, String, String)

List the custom domains of one lifecycle application.

ListAsync(ICustomDomainsOperations, String, String, String, CancellationToken)

List the custom domains of one lifecycle application.

ListNext(ICustomDomainsOperations, String)

List the custom domains of one lifecycle application.

ListNextAsync(ICustomDomainsOperations, String, CancellationToken)

List the custom domains of one lifecycle application.

Update(ICustomDomainsOperations, String, String, String, String, CustomDomainResource)

Update custom domain of one lifecycle application.

UpdateAsync(ICustomDomainsOperations, String, String, String, String, CustomDomainResource, CancellationToken)

Update custom domain of one lifecycle application.

Applies to