DeploymentOperation Constructors

Definition

Overloads

DeploymentOperation()

Initializes a new instance of the DeploymentOperation class.

DeploymentOperation(String, String, DeploymentOperationProperties)

Initializes a new instance of the DeploymentOperation class.

DeploymentOperation()

Initializes a new instance of the DeploymentOperation class.

public DeploymentOperation ();
Public Sub New ()

Applies to

DeploymentOperation(String, String, DeploymentOperationProperties)

Initializes a new instance of the DeploymentOperation class.

public DeploymentOperation (string id = default, string operationId = default, Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperationProperties properties = default);
new Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation : string * string * Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperationProperties -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation
Public Sub New (Optional id As String = Nothing, Optional operationId As String = Nothing, Optional properties As DeploymentOperationProperties = Nothing)

Parameters

id
String

Full deployment operation ID.

operationId
String

Deployment operation ID.

properties
DeploymentOperationProperties

Deployment properties.

Applies to