ArmDependencyMapModelFactory.ExportDependenciesOperationResult 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.
Model representing the result of the export dependencies asynchronous operation.
public static Azure.ResourceManager.DependencyMap.Models.ExportDependenciesOperationResult ExportDependenciesOperationResult(string id = default, string name = default, string status = default, Azure.ResponseError error = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, Azure.ResourceManager.DependencyMap.Models.ExportDependenciesResultProperties properties = default);
static member ExportDependenciesOperationResult : string * string * string * Azure.ResponseError * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Azure.ResourceManager.DependencyMap.Models.ExportDependenciesResultProperties -> Azure.ResourceManager.DependencyMap.Models.ExportDependenciesOperationResult
Public Shared Function ExportDependenciesOperationResult (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 properties As ExportDependenciesResultProperties = Nothing) As ExportDependenciesOperationResult
Parameters
- id
- String
The status URL of export dependencies 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.
- properties
- ExportDependenciesResultProperties
Properties for export dependencies. These should only be set if the status is Succeeded.
Returns
A new ExportDependenciesOperationResult instance for mocking.