ArmDependencyMapModelFactory.GetDependencyViewForAllMachinesOperationResult Method

Definition

public static Azure.ResourceManager.DependencyMap.Models.GetDependencyViewForAllMachinesOperationResult GetDependencyViewForAllMachinesOperationResult(string id = default, string name = default, string status = default, Azure.ResponseError error = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, string getDependencyViewForAllMachinesResultLayoutFileSasUri = default);
static member GetDependencyViewForAllMachinesOperationResult : string * string * string * Azure.ResponseError * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string -> Azure.ResourceManager.DependencyMap.Models.GetDependencyViewForAllMachinesOperationResult
Public Shared Function GetDependencyViewForAllMachinesOperationResult (Optional id As String = Nothing, Optional name As String = Nothing, Optional status As String = Nothing, Optional error As ResponseError = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional getDependencyViewForAllMachinesResultLayoutFileSasUri As String = Nothing) As GetDependencyViewForAllMachinesOperationResult

Parameters

id
String

The status URL of the asynchronous operation.

name
String

The resource name of the operation status. It must match the last segment of 'id' field.

status
String

The overall arm status of the operation. It has one of the terminal states - Succeeded/Failed/Canceled.

error
ResponseError

Contains error details if status is Failed/Canceled.

startOn
Nullable<DateTimeOffset>

The start time of the operation.

endOn
Nullable<DateTimeOffset>

The end time of the operation.

getDependencyViewForAllMachinesResultLayoutFileSasUri
String

The SAS URI of the blob containing the layout file for the multi-server view.

Returns

A new GetDependencyViewForAllMachinesOperationResult instance for mocking.

Applies to