OperationInner 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
OperationInner() |
Initializes a new instance of the OperationInner class. |
OperationInner(String, OperationDisplay, OperationOrigin, IDictionary<String,Object>) |
Initializes a new instance of the OperationInner class. |
OperationInner()
Initializes a new instance of the OperationInner class.
public OperationInner ();
Public Sub New ()
Applies to
OperationInner(String, OperationDisplay, OperationOrigin, IDictionary<String,Object>)
Initializes a new instance of the OperationInner class.
public OperationInner (string name = default, Microsoft.Azure.Management.Sql.Fluent.Models.OperationDisplay display = default, Microsoft.Azure.Management.Sql.Fluent.Models.OperationOrigin origin = default, System.Collections.Generic.IDictionary<string,object> properties = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.OperationInner : string * Microsoft.Azure.Management.Sql.Fluent.Models.OperationDisplay * Microsoft.Azure.Management.Sql.Fluent.Models.OperationOrigin * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.Sql.Fluent.Models.OperationInner
Public Sub New (Optional name As String = Nothing, Optional display As OperationDisplay = Nothing, Optional origin As OperationOrigin = Nothing, Optional properties As IDictionary(Of String, Object) = Nothing)
Parameters
- name
- String
The name of the operation being performed on this particular object.
- display
- OperationDisplay
The localized display information for this particular operation / action.
- origin
- OperationOrigin
The intended executor of the operation. Possible values include: 'user', 'system'
- properties
- IDictionary<String,Object>
Additional descriptions for the operation.
Applies to
Azure SDK for .NET