次の方法で共有


DomainsOperationsExtensions.CreateOrUpdateOwnershipIdentifierAsync メソッド

定義

ドメインの所有権識別子を作成するか、既存の識別子の識別子の詳細を更新します

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DomainOwnershipIdentifierInner> CreateOrUpdateOwnershipIdentifierAsync (this Microsoft.Azure.Management.AppService.Fluent.IDomainsOperations operations, string resourceGroupName, string domainName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.DomainOwnershipIdentifierInner domainOwnershipIdentifier, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateOwnershipIdentifierAsync : Microsoft.Azure.Management.AppService.Fluent.IDomainsOperations * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.DomainOwnershipIdentifierInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DomainOwnershipIdentifierInner>
<Extension()>
Public Function CreateOrUpdateOwnershipIdentifierAsync (operations As IDomainsOperations, resourceGroupName As String, domainName As String, name As String, domainOwnershipIdentifier As DomainOwnershipIdentifierInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DomainOwnershipIdentifierInner)

パラメーター

operations
IDomainsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

domainName
String

ドメインの名前。

name
String

識別子の名前。

domainOwnershipIdentifier
DomainOwnershipIdentifierInner

ドメイン所有権プロパティの JSON 表現。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

説明: ドメインの所有権識別子を作成するか、既存の identifer の識別子の詳細を更新します

適用対象