ArmStorageCacheModelFactory.StorageCacheAscOperationInfo 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.StorageCacheAscOperationInfo StorageCacheAscOperationInfo(string id = default, string name = default, string startTime = default, string endTime = default, string status = default, Azure.ResourceManager.StorageCache.Models.StorageCacheAscOperationError error = default, System.Collections.Generic.IDictionary<string,BinaryData> output = default);
static member StorageCacheAscOperationInfo : string * string * string * string * string * Azure.ResourceManager.StorageCache.Models.StorageCacheAscOperationError * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.ResourceManager.StorageCache.Models.StorageCacheAscOperationInfo
Public Shared Function StorageCacheAscOperationInfo (Optional id As String = Nothing, Optional name As String = Nothing, Optional startTime As String = Nothing, Optional endTime As String = Nothing, Optional status As String = Nothing, Optional error As StorageCacheAscOperationError = Nothing, Optional output As IDictionary(Of String, BinaryData) = Nothing) As StorageCacheAscOperationInfo
Parameters
- id
- String
The operation Id.
- name
- String
The operation name.
- startTime
- String
The start time of the operation.
- endTime
- String
The end time of the operation.
- status
- String
The status of the operation.
The error detail of the operation if any.
- output
- IDictionary<String,BinaryData>
Additional operation-specific output.
Returns
A new StorageCacheAscOperationInfo instance for mocking.