ArmStorageCacheModelFactory.StorageTargetSpaceAllocation 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.
public static Azure.ResourceManager.StorageCache.Models.StorageTargetSpaceAllocation StorageTargetSpaceAllocation(string name = default, int? allocationPercentage = default);
static member StorageTargetSpaceAllocation : string * Nullable<int> -> Azure.ResourceManager.StorageCache.Models.StorageTargetSpaceAllocation
Public Shared Function StorageTargetSpaceAllocation (Optional name As String = Nothing, Optional allocationPercentage As Nullable(Of Integer) = Nothing) As StorageTargetSpaceAllocation
Parameters
- name
- String
Name of the storage target.
The percentage of cache space allocated for this storage target.
Returns
A new StorageTargetSpaceAllocation instance for mocking.