ArmDataLakeStoreModelFactory.DataLakeStoreCapabilityInformation Method
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 DataLakeStoreCapabilityInformation.
public static Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreCapabilityInformation DataLakeStoreCapabilityInformation(Guid? subscriptionId = default, Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreSubscriptionState? state = default, int? maxAccountCount = default, int? accountCount = default, bool? isUnderMigrationState = default);
static member DataLakeStoreCapabilityInformation : Nullable<Guid> * Nullable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreSubscriptionState> * Nullable<int> * Nullable<int> * Nullable<bool> -> Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreCapabilityInformation
Public Shared Function DataLakeStoreCapabilityInformation (Optional subscriptionId As Nullable(Of Guid) = Nothing, Optional state As Nullable(Of DataLakeStoreSubscriptionState) = Nothing, Optional maxAccountCount As Nullable(Of Integer) = Nothing, Optional accountCount As Nullable(Of Integer) = Nothing, Optional isUnderMigrationState As Nullable(Of Boolean) = Nothing) As DataLakeStoreCapabilityInformation
Parameters
The subscription credentials that uniquely identifies the subscription.
The subscription state.
The Boolean value of true or false to indicate the maintenance state.
Returns
A new DataLakeStoreCapabilityInformation instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET