DomainsOperationsExtensions.CreateOrUpdateOwnershipIdentifierAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ドメインの所有権識別子を作成するか、既存の識別子の識別子の詳細を更新します
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 の識別子の詳細を更新します
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET