Compartilhar via


StaticSitesOperationsExtensions.ApproveOrRejectPrivateEndpointConnection Método

Definição

Aprova ou rejeita uma conexão de ponto de extremidade privado

public static Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource ApproveOrRejectPrivateEndpointConnection (this Microsoft.Azure.Management.WebSites.IStaticSitesOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName, Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper);
static member ApproveOrRejectPrivateEndpointConnection : Microsoft.Azure.Management.WebSites.IStaticSitesOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource -> Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource
<Extension()>
Public Function ApproveOrRejectPrivateEndpointConnection (operations As IStaticSitesOperations, resourceGroupName As String, name As String, privateEndpointConnectionName As String, privateEndpointWrapper As PrivateLinkConnectionApprovalRequestResource) As RemotePrivateEndpointConnectionARMResource

Parâmetros

operations
IStaticSitesOperations

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 estático.

privateEndpointConnectionName
String

Nome da conexão de ponto de extremidade privado.

privateEndpointWrapper
PrivateLinkConnectionApprovalRequestResource

Corpo da solicitação.

Retornos

Comentários

Descrição de Aprova ou rejeita uma conexão de ponto de extremidade privado

Aplica-se a