ArmManagedNetworkFabricModelFactory.CommonPostActionResponseForDeviceROCommandsOperationStatusResult Method

Definition

public static Azure.ResourceManager.ManagedNetworkFabric.Models.CommonPostActionResponseForDeviceROCommandsOperationStatusResult CommonPostActionResponseForDeviceROCommandsOperationStatusResult(Azure.ResponseError error = default, DateTimeOffset? endOn = default, string id = default, string name = default, Azure.ResourceManager.ManagedNetworkFabric.Models.CommonPostActionResponseForDeviceROCommands properties = default, Azure.Core.ResourceIdentifier resourceId = default, DateTimeOffset? startOn = default, string status = default);
static member CommonPostActionResponseForDeviceROCommandsOperationStatusResult : Azure.ResponseError * Nullable<DateTimeOffset> * string * string * Azure.ResourceManager.ManagedNetworkFabric.Models.CommonPostActionResponseForDeviceROCommands * Azure.Core.ResourceIdentifier * Nullable<DateTimeOffset> * string -> Azure.ResourceManager.ManagedNetworkFabric.Models.CommonPostActionResponseForDeviceROCommandsOperationStatusResult
Public Shared Function CommonPostActionResponseForDeviceROCommandsOperationStatusResult (Optional error As ResponseError = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional properties As CommonPostActionResponseForDeviceROCommands = Nothing, Optional resourceId As ResourceIdentifier = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional status As String = Nothing) As CommonPostActionResponseForDeviceROCommandsOperationStatusResult

Parameters

error
ResponseError

The error object.

endOn
Nullable<DateTimeOffset>

The end time of the operation.

id
String

Fully qualified ID for the async operation.

name
String

Name of the async operation.

properties
CommonPostActionResponseForDeviceROCommands

The additional properties of the operation status result.

resourceId
ResourceIdentifier

Fully qualified ID of the resource against which the original async operation was started.

startOn
Nullable<DateTimeOffset>

The start time of the operation.

status
String

Operation status.

Returns

A new CommonPostActionResponseForDeviceROCommandsOperationStatusResult instance for mocking.

Applies to