ArmManagedNetworkFabricModelFactory.NetworkDeviceRunRwCommandResult 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 NetworkDeviceRunRwCommandResult.
public static Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkDeviceRunRwCommandResult NetworkDeviceRunRwCommandResult(Azure.Core.ResourceIdentifier id = default, string name = default, string status = default, double? percentComplete = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricOperationStatusResult> operations = default, Azure.ResponseError error = default, Azure.Core.ResourceIdentifier resourceId = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkDeviceRwCommandResponseProperties properties = default);
static member NetworkDeviceRunRwCommandResult : Azure.Core.ResourceIdentifier * string * string * Nullable<double> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * seq<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricOperationStatusResult> * Azure.ResponseError * Azure.Core.ResourceIdentifier * Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkDeviceRwCommandResponseProperties -> Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkDeviceRunRwCommandResult
Public Shared Function NetworkDeviceRunRwCommandResult (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional status As String = Nothing, Optional percentComplete As Nullable(Of Double) = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional operations As IEnumerable(Of NetworkFabricOperationStatusResult) = Nothing, Optional error As ResponseError = Nothing, Optional resourceId As ResourceIdentifier = Nothing, Optional properties As NetworkDeviceRwCommandResponseProperties = Nothing) As NetworkDeviceRunRwCommandResult
Parameters
Fully qualified ID for the async operation.
- name
- String
Name of the async operation.
- status
- String
Operation status.
- startOn
- Nullable<DateTimeOffset>
The start time of the operation.
- endOn
- Nullable<DateTimeOffset>
The end time of the operation.
- operations
- IEnumerable<NetworkFabricOperationStatusResult>
The operations list.
- error
- ResponseError
If present, details of the operation error.
- resourceId
- ResourceIdentifier
Fully qualified ID of the resource against which the original async operation was started.
- properties
- NetworkDeviceRwCommandResponseProperties
Network Device Run Rw Command Response properties.
Returns
A new NetworkDeviceRunRwCommandResult instance for mocking.