Share via


HybridDataStoreResource Class

Definition

A Class representing a HybridDataStore along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a HybridDataStoreResource from an instance of ArmClient using the GetHybridDataStoreResource method. Otherwise you can get one from its parent resource HybridDataManagerResource using the GetHybridDataStore method.

public class HybridDataStoreResource : Azure.ResourceManager.ArmResource
type HybridDataStoreResource = class
    inherit ArmResource
Public Class HybridDataStoreResource
Inherits ArmResource
Inheritance
HybridDataStoreResource

Constructors

HybridDataStoreResource()

Initializes a new instance of the HybridDataStoreResource class for mocking.

Fields

ResourceType

Gets the resource type for the operations.

Properties

Data

Gets the data representing this Feature.

HasData

Gets whether or not the current instance has data.

Methods

CreateResourceIdentifier(String, String, String, String)

Generate the resource identifier of a HybridDataStoreResource instance.

Delete(WaitUntil, CancellationToken)

This method deletes the given data store/repository.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStores/{dataStoreName}
  • Operation Id: DataStores_Delete
DeleteAsync(WaitUntil, CancellationToken)

This method deletes the given data store/repository.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStores/{dataStoreName}
  • Operation Id: DataStores_Delete
Get(CancellationToken)

This method gets the data store/repository by name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStores/{dataStoreName}
  • Operation Id: DataStores_Get
GetAsync(CancellationToken)

This method gets the data store/repository by name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStores/{dataStoreName}
  • Operation Id: DataStores_Get
Update(WaitUntil, HybridDataStoreData, CancellationToken)

Creates or updates the data store/repository in the data manager.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStores/{dataStoreName}
  • Operation Id: DataStores_CreateOrUpdate
UpdateAsync(WaitUntil, HybridDataStoreData, CancellationToken)

Creates or updates the data store/repository in the data manager.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStores/{dataStoreName}
  • Operation Id: DataStores_CreateOrUpdate

Applies to