OperationDetail Constructors

Definition

Overloads

OperationDetail()

Initializes a new instance of the OperationDetail class.

OperationDetail(String, String, String, String)

Initializes a new instance of the OperationDetail class.

OperationDetail()

Initializes a new instance of the OperationDetail class.

public OperationDetail ();
Public Sub New ()

Applies to

OperationDetail(String, String, String, String)

Initializes a new instance of the OperationDetail class.

public OperationDetail (string provider = default, string resource = default, string operation = default, string description = default);
new Microsoft.Azure.Management.DeploymentManager.Models.OperationDetail : string * string * string * string -> Microsoft.Azure.Management.DeploymentManager.Models.OperationDetail
Public Sub New (Optional provider As String = Nothing, Optional resource As String = Nothing, Optional operation As String = Nothing, Optional description As String = Nothing)

Parameters

provider
String

The name of the provider that supports the operation.

resource
String

The resource type on which this operation can be performed.

operation
String

The name of the operation.

description
String

The description of the operation.

Applies to