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, Object, Nullable<Boolean>) |
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, Object, Nullable<Boolean>)
Initializes a new instance of the Operation class.
public Operation (string name = default, Microsoft.Azure.Management.Maintenance.Models.OperationInfo display = default, string origin = default, object properties = default, bool? isDataAction = default);
new Microsoft.Azure.Management.Maintenance.Models.Operation : string * Microsoft.Azure.Management.Maintenance.Models.OperationInfo * string * obj * Nullable<bool> -> Microsoft.Azure.Management.Maintenance.Models.Operation
Public Sub New (Optional name As String = Nothing, Optional display As OperationInfo = Nothing, Optional origin As String = Nothing, Optional properties As Object = Nothing, Optional isDataAction As Nullable(Of Boolean) = Nothing)
Parameters
- name
- String
Name of the operation
- display
- OperationInfo
Display name of the operation
- origin
- String
Origin of the operation
- properties
- Object
Properties of the operation
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET