ArmStorageCacheModelFactory.StorageTargetSpaceAllocation Method

Definition

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.

allocationPercentage
Nullable<Int32>

The percentage of cache space allocated for this storage target.

Returns

A new StorageTargetSpaceAllocation instance for mocking.

Applies to