ArmStorageCacheModelFactory.StorageCacheAscOperationError 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.StorageCacheAscOperationError StorageCacheAscOperationError(string code = default, string message = default);
static member StorageCacheAscOperationError : string * string -> Azure.ResourceManager.StorageCache.Models.StorageCacheAscOperationError
Public Shared Function StorageCacheAscOperationError (Optional code As String = Nothing, Optional message As String = Nothing) As StorageCacheAscOperationError
Parameters
- code
- String
Error code.
- message
- String
Error message indicating why the operation failed.
Returns
A new StorageCacheAscOperationError instance for mocking.