HybridDataExtensions 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.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.
|
GetHybridDataManagerAsync(ResourceGroupResource, String, CancellationToken) |
Gets information about the specified data manager resource.
|
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.
|
GetHybridDataManagersAsync(SubscriptionResource, CancellationToken) |
Lists all the data manager resources available under the subscription.
|
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
Azure SDK for .NET