OperationResultContract Class

Definition

Long Running Git Operation Results.

[Microsoft.Rest.Serialization.JsonTransformation]
public class OperationResultContract : Microsoft.Azure.Management.ApiManagement.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type OperationResultContract = class
    inherit Resource
Public Class OperationResultContract
Inherits Resource
Inheritance
OperationResultContract
Attributes

Constructors

OperationResultContract()

Initializes a new instance of the OperationResultContract class.

OperationResultContract(String, String, String, String, Nullable<AsyncOperationStatus>, Nullable<DateTime>, Nullable<DateTime>, String, ErrorResponseBody, IList<OperationResultLogItemContract>)

Initializes a new instance of the OperationResultContract class.

Properties

ActionLog

Gets this property if only provided as part of the TenantConfiguration_Validate operation. It contains the log the entities which will be updated/created/deleted as part of the TenantConfiguration_Deploy operation.

Error

Gets or sets error Body Contract

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
OperationResultContractId

Gets or sets operation result identifier.

ResultInfo

Gets or sets optional result info.

Started

Gets or sets start time of an async operation. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.

Status

Gets or sets status of an async operation. Possible values include: 'Started', 'InProgress', 'Succeeded', 'Failed'

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)
Updated

Gets or sets last update time of an async operation. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.

Applies to