HybridDataStoreData(HybridDataState, ResourceIdentifier) Constructor
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.
Initializes a new instance of HybridDataStoreData.
public HybridDataStoreData (Azure.ResourceManager.HybridData.Models.HybridDataState state, Azure.Core.ResourceIdentifier dataStoreTypeId);
new Azure.ResourceManager.HybridData.HybridDataStoreData : Azure.ResourceManager.HybridData.Models.HybridDataState * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.HybridData.HybridDataStoreData
Public Sub New (state As HybridDataState, dataStoreTypeId As ResourceIdentifier)
Parameters
- state
- HybridDataState
State of the data source.
- dataStoreTypeId
- ResourceIdentifier
The arm id of the data store type.
Exceptions
dataStoreTypeId
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET