HybridDataStoreResource 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 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
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.
|
DeleteAsync(WaitUntil, CancellationToken) |
This method deletes the given data store/repository.
|
Get(CancellationToken) |
This method gets the data store/repository by name.
|
GetAsync(CancellationToken) |
This method gets the data store/repository by name.
|
Update(WaitUntil, HybridDataStoreData, CancellationToken) |
Creates or updates the data store/repository in the data manager.
|
UpdateAsync(WaitUntil, HybridDataStoreData, CancellationToken) |
Creates or updates the data store/repository in the data manager.
|
Applies to
Azure SDK for .NET