HybridConnectivityExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
|
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.
|
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.
|
GetHybridConnectivityEndpointAsync(ArmClient, ResourceIdentifier, String, CancellationToken) |
Gets the endpoint to the resource.
|
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. |
GetPublicCloudConnector(ResourceGroupResource, String, CancellationToken) |
Get a PublicCloudConnector
|
GetPublicCloudConnectorAsync(ResourceGroupResource, String, CancellationToken) |
Get a PublicCloudConnector
|
GetPublicCloudConnectorResource(ArmClient, ResourceIdentifier) |
Gets an object representing a PublicCloudConnectorResource 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 PublicCloudConnectorResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetPublicCloudConnectorResource(ResourceIdentifier) instead. |
GetPublicCloudConnectors(ResourceGroupResource) |
Gets a collection of PublicCloudConnectorResources in the ResourceGroupResource. MockingTo mock this method, please mock GetPublicCloudConnectors() instead. |
GetPublicCloudConnectors(SubscriptionResource, CancellationToken) |
List PublicCloudConnector resources by subscription ID
|
GetPublicCloudConnectorsAsync(SubscriptionResource, CancellationToken) |
List PublicCloudConnector resources by subscription ID
|
GetPublicCloudConnectorSolutionConfiguration(ArmClient, ResourceIdentifier, String, CancellationToken) |
Get a SolutionConfiguration
|
GetPublicCloudConnectorSolutionConfigurationAsync(ArmClient, ResourceIdentifier, String, CancellationToken) |
Get a SolutionConfiguration
|
GetPublicCloudConnectorSolutionConfigurationResource(ArmClient, ResourceIdentifier) |
Gets an object representing a PublicCloudConnectorSolutionConfigurationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create a PublicCloudConnectorSolutionConfigurationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetPublicCloudConnectorSolutionConfigurationResource(ResourceIdentifier) instead. |
GetPublicCloudConnectorSolutionConfigurations(ArmClient, ResourceIdentifier) |
Gets a collection of PublicCloudConnectorSolutionConfigurationResources in the ArmClient. MockingTo mock this method, please mock GetPublicCloudConnectorSolutionConfigurations(ResourceIdentifier) instead. |
GetPublicCloudConnectorSolutionType(ResourceGroupResource, String, CancellationToken) |
Get a SolutionTypeResource
|
GetPublicCloudConnectorSolutionTypeAsync(ResourceGroupResource, String, CancellationToken) |
Get a SolutionTypeResource
|
GetPublicCloudConnectorSolutionTypeResource(ArmClient, ResourceIdentifier) |
Gets an object representing a PublicCloudConnectorSolutionTypeResource 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 PublicCloudConnectorSolutionTypeResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetPublicCloudConnectorSolutionTypeResource(ResourceIdentifier) instead. |
GetPublicCloudConnectorSolutionTypes(ResourceGroupResource) |
Gets a collection of PublicCloudConnectorSolutionTypeResources in the ResourceGroupResource. MockingTo mock this method, please mock GetPublicCloudConnectorSolutionTypes() instead. |
GetPublicCloudConnectorSolutionTypes(SubscriptionResource, CancellationToken) |
List SolutionTypeResource resources by subscription ID
|
GetPublicCloudConnectorSolutionTypesAsync(SubscriptionResource, CancellationToken) |
List SolutionTypeResource resources by subscription ID
|
GetPublicCloudInventoryResource(ArmClient, ResourceIdentifier) |
Gets an object representing a PublicCloudInventoryResource 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 PublicCloudInventoryResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetPublicCloudInventoryResource(ResourceIdentifier) instead. |
PostGenerateAwsTemplate(SubscriptionResource, GenerateAwsTemplateContent, CancellationToken) |
Retrieve AWS Cloud Formation template
|
PostGenerateAwsTemplateAsync(SubscriptionResource, GenerateAwsTemplateContent, CancellationToken) |
Retrieve AWS Cloud Formation template
|
Applies to
Azure SDK for .NET