Dela via


HybridDataStoreTypeResource Class

Definition

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

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

Constructors

HybridDataStoreTypeResource()

Initializes a new instance of the HybridDataStoreTypeResource 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 HybridDataStoreTypeResource instance.

Get(CancellationToken)

Gets the data store/repository type given its name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStoreTypes/{dataStoreTypeName}
  • Operation Id: DataStoreTypes_Get
GetAsync(CancellationToken)

Gets the data store/repository type given its name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStoreTypes/{dataStoreTypeName}
  • Operation Id: DataStoreTypes_Get

Applies to