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() | |
ComputeOperationValue(String, String, String, String, String, String) |
ComputeOperationValue()
public ComputeOperationValue ();
Public Sub New ()
Applies to
ComputeOperationValue(String, String, String, String, String, String)
public ComputeOperationValue (string origin = default, string name = default, string operation = default, string resource = default, string description = default, string provider = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ComputeOperationValue : string * string * string * string * string * string -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.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
- name
- String
- operation
- String
- resource
- String
- description
- String
- provider
- String