SingleOperation 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
SingleOperation() |
Initializes a new instance of the SingleOperation class. |
SingleOperation(String, Nullable<Boolean>, SingleOperationDisplay, String, Object) |
Initializes a new instance of the SingleOperation class. |
SingleOperation()
Initializes a new instance of the SingleOperation class.
public SingleOperation ();
Public Sub New ()
Applies to
SingleOperation(String, Nullable<Boolean>, SingleOperationDisplay, String, Object)
Initializes a new instance of the SingleOperation class.
public SingleOperation (string name = default, bool? isDataAction = default, Microsoft.Azure.Management.Marketplace.Models.SingleOperationDisplay display = default, string origin = default, object properties = default);
new Microsoft.Azure.Management.Marketplace.Models.SingleOperation : string * Nullable<bool> * Microsoft.Azure.Management.Marketplace.Models.SingleOperationDisplay * string * obj -> Microsoft.Azure.Management.Marketplace.Models.SingleOperation
Public Sub New (Optional name As String = Nothing, Optional isDataAction As Nullable(Of Boolean) = Nothing, Optional display As SingleOperationDisplay = Nothing, Optional origin As String = Nothing, Optional properties As Object = Nothing)
Parameters
- name
- String
Operation name: {provider}/{resource}/{operation}
- display
- SingleOperationDisplay
The object that represents the operation.
- origin
- String
Origin of the operation
- properties
- Object
Properties of the operation
Applies to
Azure SDK for .NET