OperationValue 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
OperationValue() |
Initializes a new instance of the OperationValue class. |
OperationValue(String, String, String, String, String, String) |
Initializes a new instance of the OperationValue class. |
OperationValue()
Initializes a new instance of the OperationValue class.
public OperationValue ();
Public Sub New ()
Applies to
OperationValue(String, String, String, String, String, String)
Initializes a new instance of the OperationValue class.
public OperationValue (string origin = default, string name = default, string operation = default, string resource = default, string description = default, string provider = default);
new Microsoft.Azure.Management.HybridCompute.Models.OperationValue : string * string * string * string * string * string -> Microsoft.Azure.Management.HybridCompute.Models.OperationValue
Public Sub New (Optional origin As String = Nothing, Optional name As String = Nothing, Optional operation As String = Nothing, Optional resource As String = Nothing, Optional description As String = Nothing, Optional provider As String = Nothing)
Parameters
- origin
- String
The origin of the compute operation.
- name
- String
The name of the compute operation.
- operation
- String
The display name of the compute operation.
- resource
- String
The display name of the resource the operation applies to.
- description
- String
The description of the operation.
- provider
- String
The resource provider for the operation.
Applies to
Azure SDK for .NET