ArmStorageCacheModelFactory.StorageCacheUsage 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 StorageCacheUsage.
public static Azure.ResourceManager.StorageCache.Models.StorageCacheUsage StorageCacheUsage (int? limit = default, string unit = default, int? currentValue = default, Azure.ResourceManager.StorageCache.Models.StorageCacheUsageName name = default);
static member StorageCacheUsage : Nullable<int> * string * Nullable<int> * Azure.ResourceManager.StorageCache.Models.StorageCacheUsageName -> Azure.ResourceManager.StorageCache.Models.StorageCacheUsage
Public Shared Function StorageCacheUsage (Optional limit As Nullable(Of Integer) = Nothing, Optional unit As String = Nothing, Optional currentValue As Nullable(Of Integer) = Nothing, Optional name As StorageCacheUsageName = Nothing) As StorageCacheUsage
Parameters
- unit
- String
Unit that the limit and usages are expressed in, such as 'Count'.
Naming information for this resource type.
Returns
A new StorageCacheUsage instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET