Compartir a través de


HybridConnectivityExtensions.GetEndpointResource Método

Definición

Sobrecargas

GetEndpointResource(ArmClient, ResourceIdentifier)

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

GetEndpointResource(ArmClient, ResourceIdentifier, String, CancellationToken)

Obtiene el punto de conexión al recurso.

  • Ruta de acceso de solicitud/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}
  • IdEndpoints_Get de operaciones

GetEndpointResource(ArmClient, ResourceIdentifier)

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

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

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

Se aplica a

GetEndpointResource(ArmClient, ResourceIdentifier, String, CancellationToken)

Obtiene el punto de conexión al recurso.

  • Ruta de acceso de solicitud/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}
  • IdEndpoints_Get de operaciones
public static Azure.Response<Azure.ResourceManager.HybridConnectivity.EndpointResource> GetEndpointResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string endpointName, System.Threading.CancellationToken cancellationToken = default);
static member GetEndpointResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HybridConnectivity.EndpointResource>
<Extension()>
Public Function GetEndpointResource (client As ArmClient, scope As ResourceIdentifier, endpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of EndpointResource)

Parámetros

client
ArmClient

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

scope
ResourceIdentifier

Ámbito al que se aplicará el recurso.

endpointName
String

El nombre del extremo.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

endpointName es null.

Se aplica a