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