ArmConnectedCacheModelFactory.CacheNodeDriveConfiguration 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.ConnectedCache.Models.CacheNodeDriveConfiguration CacheNodeDriveConfiguration(string physicalPath = default, int? sizeInGb = default, int? cacheNumber = default, string nginxMapping = default);
static member CacheNodeDriveConfiguration : string * Nullable<int> * Nullable<int> * string -> Azure.ResourceManager.ConnectedCache.Models.CacheNodeDriveConfiguration
Public Shared Function CacheNodeDriveConfiguration (Optional physicalPath As String = Nothing, Optional sizeInGb As Nullable(Of Integer) = Nothing, Optional cacheNumber As Nullable(Of Integer) = Nothing, Optional nginxMapping As String = Nothing) As CacheNodeDriveConfiguration
Parameters
- physicalPath
- String
physical path location of the folder used for caching content.
- nginxMapping
- String
full binding for corresponding nginx cache drive.
Returns
A new CacheNodeDriveConfiguration instance for mocking.