ArmManagedNetworkFabricModelFactory.NetworkFabricOperationStatusResult Method

Definition

Initializes a new instance of NetworkFabricOperationStatusResult.

public static Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricOperationStatusResult NetworkFabricOperationStatusResult(Azure.Core.ResourceIdentifier id = default, Azure.Core.ResourceIdentifier resourceId = default, string name = default, string status = default, float? percentComplete = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricOperationStatusResult> operations = default, Azure.ResponseError error = default);
static member NetworkFabricOperationStatusResult : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * string * string * Nullable<single> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * seq<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricOperationStatusResult> * Azure.ResponseError -> Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricOperationStatusResult
Public Shared Function NetworkFabricOperationStatusResult (Optional id As ResourceIdentifier = Nothing, Optional resourceId As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional status As String = Nothing, Optional percentComplete As Nullable(Of Single) = 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) As NetworkFabricOperationStatusResult

Parameters

id
ResourceIdentifier

Fully qualified ID for the async operation.

resourceId
ResourceIdentifier

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

name
String

Name of the async operation.

status
String

Operation status.

percentComplete
Nullable<Single>

Percent of the operation that is complete.

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.

Returns

A new NetworkFabricOperationStatusResult instance for mocking.

Applies to