OperationModel 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
OperationModel() |
Initializes a new instance of the OperationModel class. |
OperationModel(OperationModelProperties, String, String, OperationMetaServiceSpecification) |
Initializes a new instance of the OperationModel class. |
OperationModel()
Initializes a new instance of the OperationModel class.
public OperationModel ();
Public Sub New ()
Applies to
OperationModel(OperationModelProperties, String, String, OperationMetaServiceSpecification)
Initializes a new instance of the OperationModel class.
public OperationModel (Microsoft.Azure.Management.DataShare.Models.OperationModelProperties display = default, string name = default, string origin = default, Microsoft.Azure.Management.DataShare.Models.OperationMetaServiceSpecification serviceSpecification = default);
new Microsoft.Azure.Management.DataShare.Models.OperationModel : Microsoft.Azure.Management.DataShare.Models.OperationModelProperties * string * string * Microsoft.Azure.Management.DataShare.Models.OperationMetaServiceSpecification -> Microsoft.Azure.Management.DataShare.Models.OperationModel
Public Sub New (Optional display As OperationModelProperties = Nothing, Optional name As String = Nothing, Optional origin As String = Nothing, Optional serviceSpecification As OperationMetaServiceSpecification = Nothing)
Parameters
- display
- OperationModelProperties
Properties on the operation
- name
- String
Operation name for display purposes
- origin
- String
origin of the operation
- serviceSpecification
- OperationMetaServiceSpecification
meta service specification