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