ArmStorageCacheModelFactory.StorageCacheUsageModel 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 StorageCacheUsageModel.
public static Azure.ResourceManager.StorageCache.Models.StorageCacheUsageModel StorageCacheUsageModel (string displayDescription = default, string modelName = default, string targetType = default);
static member StorageCacheUsageModel : string * string * string -> Azure.ResourceManager.StorageCache.Models.StorageCacheUsageModel
Public Shared Function StorageCacheUsageModel (Optional displayDescription As String = Nothing, Optional modelName As String = Nothing, Optional targetType As String = Nothing) As StorageCacheUsageModel
Parameters
- displayDescription
- String
Localized information describing this usage model.
- modelName
- String
Non-localized keyword name for this usage model.
- targetType
- String
The type of Storage Target to which this model is applicable (only nfs3 as of this version).
Returns
A new StorageCacheUsageModel 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