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, OperationDisplay, Object, String) |
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, OperationDisplay, Object, String)
Initializes a new instance of the Operation class.
public Operation (string name, Microsoft.Azure.Management.ContainerInstance.Fluent.Models.OperationDisplay display, object properties = default, string origin = default);
new Microsoft.Azure.Management.ContainerInstance.Fluent.Models.Operation : string * Microsoft.Azure.Management.ContainerInstance.Fluent.Models.OperationDisplay * obj * string -> Microsoft.Azure.Management.ContainerInstance.Fluent.Models.Operation
Public Sub New (name As String, display As OperationDisplay, Optional properties As Object = Nothing, Optional origin As String = Nothing)
Parameters
- name
- String
The name of the operation.
- display
- OperationDisplay
The display information of the operation.
- properties
- Object
The additional properties.
- origin
- String
The intended executor of the operation. Possible values include: 'User', 'System'