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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET