Share via


AvailableRpOperation Constructors

Definition

Overloads

AvailableRpOperation()

Initializes a new instance of the AvailableRpOperation class.

AvailableRpOperation(AvailableRpOperationDisplayInfo, String, String, OperationMetaServiceSpecification, String)

Initializes a new instance of the AvailableRpOperation class.

AvailableRpOperation()

Initializes a new instance of the AvailableRpOperation class.

public AvailableRpOperation ();
Public Sub New ()

Applies to

AvailableRpOperation(AvailableRpOperationDisplayInfo, String, String, OperationMetaServiceSpecification, String)

Initializes a new instance of the AvailableRpOperation class.

public AvailableRpOperation (Microsoft.Azure.Management.Synapse.Models.AvailableRpOperationDisplayInfo display = default, string isDataAction = default, string name = default, Microsoft.Azure.Management.Synapse.Models.OperationMetaServiceSpecification serviceSpecification = default, string origin = default);
new Microsoft.Azure.Management.Synapse.Models.AvailableRpOperation : Microsoft.Azure.Management.Synapse.Models.AvailableRpOperationDisplayInfo * string * string * Microsoft.Azure.Management.Synapse.Models.OperationMetaServiceSpecification * string -> Microsoft.Azure.Management.Synapse.Models.AvailableRpOperation
Public Sub New (Optional display As AvailableRpOperationDisplayInfo = Nothing, Optional isDataAction As String = Nothing, Optional name As String = Nothing, Optional serviceSpecification As OperationMetaServiceSpecification = Nothing, Optional origin As String = Nothing)

Parameters

display
AvailableRpOperationDisplayInfo

Display properties of the operation

isDataAction
String

Whether this operation is a data action

name
String

Operation name

serviceSpecification
OperationMetaServiceSpecification

Operation service specification

origin
String

Operation origin

Applies to