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