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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET