Operation 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
Operation() |
Initializes a new instance of the Operation class. |
Operation(String, OperationInfo, String, Nullable<Boolean>, Object) |
Initializes a new instance of the Operation class. |
Operation()
Initializes a new instance of the Operation class.
public Operation ();
Public Sub New ()
Applies to
Operation(String, OperationInfo, String, Nullable<Boolean>, Object)
Initializes a new instance of the Operation class.
public Operation (string name = default, Microsoft.Azure.Management.EventGrid.Models.OperationInfo display = default, string origin = default, bool? isDataAction = default, object properties = default);
new Microsoft.Azure.Management.EventGrid.Models.Operation : string * Microsoft.Azure.Management.EventGrid.Models.OperationInfo * string * Nullable<bool> * obj -> Microsoft.Azure.Management.EventGrid.Models.Operation
Public Sub New (Optional name As String = Nothing, Optional display As OperationInfo = Nothing, Optional origin As String = Nothing, Optional isDataAction As Nullable(Of Boolean) = Nothing, Optional properties As Object = Nothing)
Parameters
- name
- String
Name of the operation.
- display
- OperationInfo
Display name of the operation.
- origin
- String
Origin of the operation.
This Boolean is used to determine if the operation is a data plane action or not.
- properties
- Object
Properties of the operation.