HybridDataStoreTypeResource 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 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
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.
|
GetAsync(CancellationToken) |
Gets the data store/repository type given its name.
|
Applies to
Azure SDK for .NET