Sdílet prostřednictvím


HybridConnectivityExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.HybridConnectivity.

public static class HybridConnectivityExtensions
type HybridConnectivityExtensions = class
Public Module HybridConnectivityExtensions
Inheritance
HybridConnectivityExtensions

Methods

GetEndpointResource(ArmClient, ResourceIdentifier)

Gets an object representing an EndpointResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create an EndpointResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetEndpointResource(ResourceIdentifier) instead.

GetEndpointResource(ArmClient, ResourceIdentifier, String, CancellationToken)

Gets the endpoint to the resource.

  • Request Path: /{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}
  • Operation Id: Endpoints_Get
GetEndpointResourceAsync(ArmClient, ResourceIdentifier, String, CancellationToken)

Gets the endpoint to the resource.

  • Request Path: /{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}
  • Operation Id: Endpoints_Get
GetEndpointResources(ArmClient, ResourceIdentifier)

Gets a collection of EndpointResources in the ArmClient. MockingTo mock this method, please mock GetEndpointResources(ResourceIdentifier) instead.

Applies to