Compartir a través de


ContainerServiceExtensions.GetContainerServicePrivateEndpointConnectionResource Método

Definición

Obtiene un objeto que representa junto ContainerServicePrivateEndpointConnectionResource con las operaciones de instancia que se pueden realizar en él, pero sin datos. Puede usar CreateResourceIdentifier(String, String, String, String) para crear un ContainerServicePrivateEndpointConnectionResourceResourceIdentifier a partir de sus componentes.

public static Azure.ResourceManager.ContainerService.ContainerServicePrivateEndpointConnectionResource GetContainerServicePrivateEndpointConnectionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
static member GetContainerServicePrivateEndpointConnectionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ContainerService.ContainerServicePrivateEndpointConnectionResource
<Extension()>
Public Function GetContainerServicePrivateEndpointConnectionResource (client As ArmClient, id As ResourceIdentifier) As ContainerServicePrivateEndpointConnectionResource

Parámetros

client
ArmClient

Instancia ArmClient en la que se ejecutará el método.

id
ResourceIdentifier

Identificador de recurso del recurso que se va a obtener.

Devoluciones

Devuelve un objeto ContainerServicePrivateEndpointConnectionResource.

Se aplica a