共用方式為


WebAppsOperationsExtensions.CreateOrUpdateDomainOwnershipIdentifierSlotAsync 方法

定義

建立 Web 應用程式的網域擁有權識別碼,或更新現有的擁有權識別碼。

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

參數

operations
IWebAppsOperations

這個擴充方法的作業群組。

resourceGroupName
String

資源所屬資源群組的名稱。

name
String

應用程式的名稱。

domainOwnershipIdentifierName
String

網域擁有權識別碼的名稱。

domainOwnershipIdentifier
IdentifierInner

網域擁有權屬性的 JSON 標記法。

slot
String

部署位置的名稱。 如果未指定位置,API 將會刪除生產位置的系結。

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

建立 Web 應用程式的網域擁有權識別碼的描述,或更新現有的擁有權識別碼。

適用於