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

Parameters

provider
String

Friendly name of the resource provider.

operation
String

The operation type.

resource
String

The resource type on which the operation is performed.

description
String

The friendly name of the operation.

Applies to