WebAppsOperationsExtensions.ListDomainOwnershipIdentifiersSlot Método

Definição

Lista os identificadores de propriedade para o domínio associado ao aplicativo Web.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Identifier> ListDomainOwnershipIdentifiersSlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string slot);
static member ListDomainOwnershipIdentifiersSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Identifier>
<Extension()>
Public Function ListDomainOwnershipIdentifiersSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String) As IPage(Of Identifier)

Parâmetros

operations
IWebAppsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

name
String

Nome do aplicativo.

slot
String

Nome do slot de implantação. Se um slot não for especificado, a API excluirá a associação para o slot de produção.

Retornos

Comentários

Descrição de Listas de identificadores de propriedade para o domínio associado ao aplicativo Web.

Aplica-se a