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, String, Properties, Nullable<Boolean>, Nullable<ActionType>) |
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, String, Properties, Nullable<Boolean>, Nullable<ActionType>)
Initializes a new instance of the Operation class.
public Operation (string name, Microsoft.Azure.Management.VideoAnalyzer.Models.OperationDisplay display = default, string origin = default, Microsoft.Azure.Management.VideoAnalyzer.Models.Properties properties = default, bool? isDataAction = default, Microsoft.Azure.Management.VideoAnalyzer.Models.ActionType? actionType = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.Operation : string * Microsoft.Azure.Management.VideoAnalyzer.Models.OperationDisplay * string * Microsoft.Azure.Management.VideoAnalyzer.Models.Properties * Nullable<bool> * Nullable<Microsoft.Azure.Management.VideoAnalyzer.Models.ActionType> -> Microsoft.Azure.Management.VideoAnalyzer.Models.Operation
Public Sub New (name As String, Optional display As OperationDisplay = Nothing, Optional origin As String = Nothing, Optional properties As Properties = Nothing, Optional isDataAction As Nullable(Of Boolean) = Nothing, Optional actionType As Nullable(Of ActionType) = Nothing)
Parameters
- name
- String
The operation name.
- display
- OperationDisplay
The operation display name.
- origin
- String
Origin of the operation.
- properties
- Properties
Operation properties format.
- actionType
- Nullable<ActionType>
Indicates the action type. Possible values include: 'Internal'
Applies to
Azure SDK for .NET