AvailableRpOperation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET