ComputeOperationValue 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
ComputeOperationValue() |
Initializes a new instance of the ComputeOperationValue class. |
ComputeOperationValue(String, String, String, String, String, String) |
Initializes a new instance of the ComputeOperationValue class. |
ComputeOperationValue()
Initializes a new instance of the ComputeOperationValue class.
public ComputeOperationValue ();
Public Sub New ()
Applies to
ComputeOperationValue(String, String, String, String, String, String)
Initializes a new instance of the ComputeOperationValue class.
public ComputeOperationValue (string origin = default, string name = default, string operation = default, string resource = default, string description = default, string provider = default);
new Microsoft.Azure.Management.Compute.Models.ComputeOperationValue : string * string * string * string * string * string -> Microsoft.Azure.Management.Compute.Models.ComputeOperationValue
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.