AzureFrontDoorResource Constructors
Class Constructors 1 member
Represents an Azure Front Door resource in the distributed application model.
Constructor(string, Action<AzureResourceInfrastructure>) Section titled Constructor(string, Action<AzureResourceInfrastructure>) Represents an Azure Front Door resource in the distributed application model.
public class AzureFrontDoorResource{ public AzureFrontDoorResource( string name, Action<AzureResourceInfrastructure> configureInfrastructure) { // ... }}Parameters
name string The name of the resource. configureInfrastructure Action<AzureResourceInfrastructure> Callback to configure the Azure resources. Remarks
Azure Front Door is a global, scalable entry point that uses the Microsoft global edge network to create fast, secure, and widely scalable web applications. It provides load balancing, SSL offloading, and application acceleration for your web applications.