Compartilhar via


ArmAppServiceModelFactory.TopLevelDomainData Método

Definição

Inicializa uma nova instância de TopLevelDomainData.

public static Azure.ResourceManager.AppService.TopLevelDomainData TopLevelDomainData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, bool? isDomainPrivacySupported = default, string kind = default);
static member TopLevelDomainData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<bool> * string -> Azure.ResourceManager.AppService.TopLevelDomainData
Public Shared Function TopLevelDomainData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional isDomainPrivacySupported As Nullable(Of Boolean) = Nothing, Optional kind As String = Nothing) As TopLevelDomainData

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

isDomainPrivacySupported
Nullable<Boolean>

Se <o código>for true</code>, o domínio de nível superior oferecerá suporte à privacidade do domínio; caso contrário, <código>falso</código>.

kind
String

Tipo de recurso.

Retornos

Uma nova TopLevelDomainData instância para zombar.

Aplica-se a