Share via


OperationDisplay Constructors

Definition

Overloads

OperationDisplay()

Initializes a new instance of the OperationDisplay class.

OperationDisplay(String, String, String, String)

Initializes a new instance of the OperationDisplay class.

OperationDisplay()

Initializes a new instance of the OperationDisplay class.

public OperationDisplay ();
Public Sub New ()

Applies to

OperationDisplay(String, String, String, String)

Initializes a new instance of the OperationDisplay class.

public OperationDisplay (string provider = default, string resource = default, string operation = default, string description = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.OperationDisplay : string * string * string * string -> Microsoft.Azure.Management.DataBoxEdge.Models.OperationDisplay
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

Provider name.

resource
String

The type of resource in which the operation is performed.

operation
String

Operation to be performed on the resource.

description
String

Description of the operation to be performed.

Applies to