WebAppsOperationsExtensions.GetPrivateLinkResourcesSlot Método

Definição

Obtém os recursos de link privado

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

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 site.

slot
String

Retornos

Comentários

Descrição para Obter os recursos de link privado

Aplica-se a