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 description = default, string provider = default, string resource = default, string operation = default);
new Microsoft.Azure.Management.DataFactory.Models.OperationDisplay : string * string * string * string -> Microsoft.Azure.Management.DataFactory.Models.OperationDisplay
Public Sub New (Optional description As String = Nothing, Optional provider As String = Nothing, Optional resource As String = Nothing, Optional operation As String = Nothing)

Parameters

description
String

The description of the operation.

provider
String

The name of the provider.

resource
String

The name of the resource type on which the operation is performed.

operation
String

The type of operation: get, read, delete, etc.

Applies to