Udostępnij za pośrednictwem


IFrontDoorsOperations Interface

Definition

FrontDoorsOperations operations.

public interface IFrontDoorsOperations
type IFrontDoorsOperations = interface
Public Interface IFrontDoorsOperations

Methods

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

Creates a new Front Door with a Front Door name under the specified subscription and resource group.

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

Deletes an existing Front Door with the specified parameters.

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

Creates a new Front Door with a Front Door name under the specified subscription and resource group.

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

Deletes an existing Front Door with the specified parameters.

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

Gets a Front Door with the specified Front Door name under the specified subscription and resource group.

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

Lists all of the Front Doors within a resource group under a subscription.

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

Lists all of the Front Doors within a resource group under a subscription.

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

Lists all of the Front Doors within an Azure subscription.

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

Lists all of the Front Doors within an Azure subscription.

ValidateCustomDomainWithHttpMessagesAsync(String, String, ValidateCustomDomainInput, Dictionary<String,List<String>>, CancellationToken)

Validates the custom domain mapping to ensure it maps to the correct Front Door endpoint in DNS.

Extension Methods

BeginCreateOrUpdate(IFrontDoorsOperations, String, String, FrontDoorModel)

Creates a new Front Door with a Front Door name under the specified subscription and resource group.

BeginCreateOrUpdateAsync(IFrontDoorsOperations, String, String, FrontDoorModel, CancellationToken)

Creates a new Front Door with a Front Door name under the specified subscription and resource group.

BeginDelete(IFrontDoorsOperations, String, String)

Deletes an existing Front Door with the specified parameters.

BeginDeleteAsync(IFrontDoorsOperations, String, String, CancellationToken)

Deletes an existing Front Door with the specified parameters.

CreateOrUpdate(IFrontDoorsOperations, String, String, FrontDoorModel)

Creates a new Front Door with a Front Door name under the specified subscription and resource group.

CreateOrUpdateAsync(IFrontDoorsOperations, String, String, FrontDoorModel, CancellationToken)

Creates a new Front Door with a Front Door name under the specified subscription and resource group.

Delete(IFrontDoorsOperations, String, String)

Deletes an existing Front Door with the specified parameters.

DeleteAsync(IFrontDoorsOperations, String, String, CancellationToken)

Deletes an existing Front Door with the specified parameters.

Get(IFrontDoorsOperations, String, String)

Gets a Front Door with the specified Front Door name under the specified subscription and resource group.

GetAsync(IFrontDoorsOperations, String, String, CancellationToken)

Gets a Front Door with the specified Front Door name under the specified subscription and resource group.

List(IFrontDoorsOperations)

Lists all of the Front Doors within an Azure subscription.

ListAsync(IFrontDoorsOperations, CancellationToken)

Lists all of the Front Doors within an Azure subscription.

ListByResourceGroup(IFrontDoorsOperations, String)

Lists all of the Front Doors within a resource group under a subscription.

ListByResourceGroupAsync(IFrontDoorsOperations, String, CancellationToken)

Lists all of the Front Doors within a resource group under a subscription.

ListByResourceGroupNext(IFrontDoorsOperations, String)

Lists all of the Front Doors within a resource group under a subscription.

ListByResourceGroupNextAsync(IFrontDoorsOperations, String, CancellationToken)

Lists all of the Front Doors within a resource group under a subscription.

ListNext(IFrontDoorsOperations, String)

Lists all of the Front Doors within an Azure subscription.

ListNextAsync(IFrontDoorsOperations, String, CancellationToken)

Lists all of the Front Doors within an Azure subscription.

ValidateCustomDomain(IFrontDoorsOperations, String, String, ValidateCustomDomainInput)

Validates the custom domain mapping to ensure it maps to the correct Front Door endpoint in DNS.

ValidateCustomDomainAsync(IFrontDoorsOperations, String, String, ValidateCustomDomainInput, CancellationToken)

Validates the custom domain mapping to ensure it maps to the correct Front Door endpoint in DNS.

Applies to