次の方法で共有


ArmAppServiceModelFactory.DomainOwnershipIdentifierData メソッド

定義

DomainOwnershipIdentifierData の新しいインスタンスを初期化します。

public static Azure.ResourceManager.AppService.DomainOwnershipIdentifierData DomainOwnershipIdentifierData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string ownershipId = default, string kind = default);
static member DomainOwnershipIdentifierData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string -> Azure.ResourceManager.AppService.DomainOwnershipIdentifierData
Public Shared Function DomainOwnershipIdentifierData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional ownershipId As String = Nothing, Optional kind As String = Nothing) As DomainOwnershipIdentifierData

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

ownershipId
String

所有権 ID。

kind
String

リソースの種類。

戻り値

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

適用対象