ArmDataLakeStoreModelFactory.DataLakeStoreUsage 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 DataLakeStoreUsage.
public static Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreUsage DataLakeStoreUsage(Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreUsageUnit? unit = default, Azure.Core.ResourceIdentifier id = default, int? currentValue = default, int? limit = default, Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreUsageName name = default);
static member DataLakeStoreUsage : Nullable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreUsageUnit> * Azure.Core.ResourceIdentifier * Nullable<int> * Nullable<int> * Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreUsageName -> Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreUsage
Public Shared Function DataLakeStoreUsage (Optional unit As Nullable(Of DataLakeStoreUsageUnit) = Nothing, Optional id As ResourceIdentifier = Nothing, Optional currentValue As Nullable(Of Integer) = Nothing, Optional limit As Nullable(Of Integer) = Nothing, Optional name As DataLakeStoreUsageName = Nothing) As DataLakeStoreUsage
Parameters
Gets the unit of measurement.
Resource identifier.
Gets the maximum count of the resources that can be allocated in the subscription.
Gets the name of the type of usage.
Returns
A new DataLakeStoreUsage instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET