ArmCdnModelFactory.FrontDoorCustomDomainData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von FrontDoorCustomDomainData.
public static Azure.ResourceManager.Cdn.FrontDoorCustomDomainData FrontDoorCustomDomainData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string profileName = default, Azure.ResourceManager.Cdn.Models.FrontDoorCustomDomainHttpsContent tlsSettings = default, Azure.Core.ResourceIdentifier dnsZoneId = default, Azure.Core.ResourceIdentifier preValidatedCustomDomainResourceId = default, Azure.ResourceManager.Cdn.Models.FrontDoorProvisioningState? provisioningState = default, Azure.ResourceManager.Cdn.Models.FrontDoorDeploymentStatus? deploymentStatus = default, Azure.ResourceManager.Cdn.Models.DomainValidationState? domainValidationState = default, string hostName = default, Azure.ResourceManager.Cdn.Models.DomainValidationProperties validationProperties = default);
static member FrontDoorCustomDomainData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Azure.ResourceManager.Cdn.Models.FrontDoorCustomDomainHttpsContent * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.Cdn.Models.FrontDoorProvisioningState> * Nullable<Azure.ResourceManager.Cdn.Models.FrontDoorDeploymentStatus> * Nullable<Azure.ResourceManager.Cdn.Models.DomainValidationState> * string * Azure.ResourceManager.Cdn.Models.DomainValidationProperties -> Azure.ResourceManager.Cdn.FrontDoorCustomDomainData
Public Shared Function FrontDoorCustomDomainData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional profileName As String = Nothing, Optional tlsSettings As FrontDoorCustomDomainHttpsContent = Nothing, Optional dnsZoneId As ResourceIdentifier = Nothing, Optional preValidatedCustomDomainResourceId As ResourceIdentifier = Nothing, Optional provisioningState As Nullable(Of FrontDoorProvisioningState) = Nothing, Optional deploymentStatus As Nullable(Of FrontDoorDeploymentStatus) = Nothing, Optional domainValidationState As Nullable(Of DomainValidationState) = Nothing, Optional hostName As String = Nothing, Optional validationProperties As DomainValidationProperties = Nothing) As FrontDoorCustomDomainData
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemData.
- profileName
- String
Der Name des Profils, das die Domäne enthält.
- tlsSettings
- FrontDoorCustomDomainHttpsContent
Die Konfiguration, die angibt, wie HTTPS für die Domäne mithilfe des verwalteten AzureFrontDoor-Zertifikats oder des benutzereigenen Zertifikats aktiviert werden soll. Wenn dies nicht angegeben ist, verwendet ssl standardmäßig das verwaltete AzureFrontDoor-Zertifikat.
- dnsZoneId
- ResourceIdentifier
Ressourcenverweis auf die Azure DNS-Zone.
- preValidatedCustomDomainResourceId
- ResourceIdentifier
Ressourcenverweis auf die Azure-Ressource, bei der der Besitz einer benutzerdefinierten Domäne vorab überprüft wurde.
- provisioningState
- Nullable<FrontDoorProvisioningState>
Bereitstellungs-status.
- deploymentStatus
- Nullable<FrontDoorDeploymentStatus>
- domainValidationState
- Nullable<DomainValidationState>
Der Bereitstellungsunterzustand zeigt den Fortschritt des benutzerdefinierten HTTPS-Aktivierungs-/Deaktivierungsprozesses Schritt für Schritt an. DCV steht für DomainControlValidation.
- hostName
- String
Der Hostname der Domäne. Dies muss ein Domänenname sein.
- validationProperties
- DomainValidationProperties
Werte, die der Kunde zum Überprüfen des Domänenbesitzes benötigt.
Gibt zurück
Eine neue FrontDoorCustomDomainData instance zum Simulieren.
Gilt für:
Azure SDK for .NET