IFrontDoorsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
FrontDoorsOperations operations.
public interface IFrontDoorsOperations
type IFrontDoorsOperations = interface
Public Interface IFrontDoorsOperations
Methods
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. |