ArmCdnModelFactory.FrontDoorEndpointData Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de FrontDoorEndpointData.
public static Azure.ResourceManager.Cdn.FrontDoorEndpointData FrontDoorEndpointData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string profileName = default, Azure.ResourceManager.Cdn.Models.EnabledState? enabledState = default, Azure.ResourceManager.Cdn.Models.FrontDoorProvisioningState? provisioningState = default, Azure.ResourceManager.Cdn.Models.FrontDoorDeploymentStatus? deploymentStatus = default, string hostName = default, Azure.ResourceManager.Cdn.Models.DomainNameLabelScope? autoGeneratedDomainNameLabelScope = default);
static member FrontDoorEndpointData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Nullable<Azure.ResourceManager.Cdn.Models.EnabledState> * Nullable<Azure.ResourceManager.Cdn.Models.FrontDoorProvisioningState> * Nullable<Azure.ResourceManager.Cdn.Models.FrontDoorDeploymentStatus> * string * Nullable<Azure.ResourceManager.Cdn.Models.DomainNameLabelScope> -> Azure.ResourceManager.Cdn.FrontDoorEndpointData
Public Shared Function FrontDoorEndpointData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional profileName As String = Nothing, Optional enabledState As Nullable(Of EnabledState) = Nothing, Optional provisioningState As Nullable(Of FrontDoorProvisioningState) = Nothing, Optional deploymentStatus As Nullable(Of FrontDoorDeploymentStatus) = Nothing, Optional hostName As String = Nothing, Optional autoGeneratedDomainNameLabelScope As Nullable(Of DomainNameLabelScope) = Nothing) As FrontDoorEndpointData
Paramètres
ID.
- name
- String
Nom.
- resourceType
- ResourceType
ResourceType.
- systemData
- SystemData
SystemData.
- tags
- IDictionary<String,String>
Balises.
- location
- AzureLocation
Emplacement.
- profileName
- String
Nom du profil qui contient le point de terminaison.
- enabledState
- Nullable<EnabledState>
Indique s’il faut activer l’utilisation de cette route. Les valeurs autorisées sont « Enabled » ou « Disabled ».
- provisioningState
- Nullable<FrontDoorProvisioningState>
Approvisionnement status.
- deploymentStatus
- Nullable<FrontDoorDeploymentStatus>
- hostName
- String
Nom d’hôte du point de terminaison structuré en tant que {endpointName}. {DNSZone}, par exemple contoso.azureedge.net.
- autoGeneratedDomainNameLabelScope
- Nullable<DomainNameLabelScope>
Indique l’étendue de réutilisation du nom du point de terminaison. La valeur par défaut est TenantReuse.
Retours
Une nouvelle FrontDoorEndpointData instance pour se moquer.
S’applique à
Azure SDK for .NET