Condividi tramite


OperationsList Constructors

Definition

Overloads

OperationsList()

Initializes a new instance of the OperationsList class.

OperationsList(Operation)

Initializes a new instance of the OperationsList class.

OperationsList()

Initializes a new instance of the OperationsList class.

public OperationsList ();
Public Sub New ()

Applies to

OperationsList(Operation)

Initializes a new instance of the OperationsList class.

public OperationsList (Microsoft.Azure.Management.DeploymentManager.Models.Operation value = default);
new Microsoft.Azure.Management.DeploymentManager.Models.OperationsList : Microsoft.Azure.Management.DeploymentManager.Models.Operation -> Microsoft.Azure.Management.DeploymentManager.Models.OperationsList
Public Sub New (Optional value As Operation = Nothing)

Parameters

value
Operation

The list of supported operations

Applies to