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
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