次の方法で共有


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, String, CancellationToken)

Gets the endpoint to the resource.

  • Request Path: /{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}
  • Operation Id: Endpoints_Get
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.

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.

GetHybridConnectivityEndpoint(ArmClient, ResourceIdentifier, String, CancellationToken)

Gets the endpoint to the resource.

  • Request Path: /{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}
  • Operation Id: Endpoints_Get
  • Default Api Version: 2023-03-15
  • Resource: HybridConnectivityEndpointResource
GetHybridConnectivityEndpointAsync(ArmClient, ResourceIdentifier, String, CancellationToken)

Gets the endpoint to the resource.

  • Request Path: /{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}
  • Operation Id: Endpoints_Get
  • Default Api Version: 2023-03-15
  • Resource: HybridConnectivityEndpointResource
GetHybridConnectivityEndpointResource(ArmClient, ResourceIdentifier)

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

GetHybridConnectivityEndpoints(ArmClient, ResourceIdentifier)

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

GetHybridConnectivityServiceConfigurationResource(ArmClient, ResourceIdentifier)

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

Applies to