次の方法で共有


ArmAppServiceModelFactory.TopLevelDomainData メソッド

定義

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

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

isDomainPrivacySupported
Nullable<Boolean>

コード>が true/code> の<場合<、最上位ドメインはドメイン プライバシーをサポートします。それ以外の場合は、<false/code を>コード>化します<。

kind
String

リソースの種類。

戻り値

モック作成用の新しい TopLevelDomainData インスタンス。

適用対象