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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET