HybridDataExtensions Class

Definition

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

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

Methods

GetHybridDataJobDefinitionResource(ArmClient, ResourceIdentifier)

Gets an object representing a HybridDataJobDefinitionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a HybridDataJobDefinitionResourceResourceIdentifier from its components.

GetHybridDataJobResource(ArmClient, ResourceIdentifier)

Gets an object representing a HybridDataJobResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a HybridDataJobResourceResourceIdentifier from its components.

GetHybridDataManager(ResourceGroupResource, String, CancellationToken)

Gets information about the specified data manager resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}
  • Operation Id: DataManagers_Get
GetHybridDataManagerAsync(ResourceGroupResource, String, CancellationToken)

Gets information about the specified data manager resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}
  • Operation Id: DataManagers_Get
GetHybridDataManagerResource(ArmClient, ResourceIdentifier)

Gets an object representing a HybridDataManagerResource 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 HybridDataManagerResourceResourceIdentifier from its components.

GetHybridDataManagers(ResourceGroupResource)

Gets a collection of HybridDataManagerResources in the ResourceGroupResource.

GetHybridDataManagers(SubscriptionResource, CancellationToken)

Lists all the data manager resources available under the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HybridData/dataManagers
  • Operation Id: DataManagers_List
GetHybridDataManagersAsync(SubscriptionResource, CancellationToken)

Lists all the data manager resources available under the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HybridData/dataManagers
  • Operation Id: DataManagers_List
GetHybridDataPublicKeyResource(ArmClient, ResourceIdentifier)

Gets an object representing a HybridDataPublicKeyResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a HybridDataPublicKeyResourceResourceIdentifier from its components.

GetHybridDataServiceResource(ArmClient, ResourceIdentifier)

Gets an object representing a HybridDataServiceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a HybridDataServiceResourceResourceIdentifier from its components.

GetHybridDataStoreResource(ArmClient, ResourceIdentifier)

Gets an object representing a HybridDataStoreResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a HybridDataStoreResourceResourceIdentifier from its components.

GetHybridDataStoreTypeResource(ArmClient, ResourceIdentifier)

Gets an object representing a HybridDataStoreTypeResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a HybridDataStoreTypeResourceResourceIdentifier from its components.

Applies to