OperationDisplayProperties 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
OperationDisplayProperties() |
Initializes a new instance of the OperationDisplayProperties class. |
OperationDisplayProperties(String, String, String, String) |
Initializes a new instance of the OperationDisplayProperties class. |
OperationDisplayProperties()
Initializes a new instance of the OperationDisplayProperties class.
public OperationDisplayProperties ();
Public Sub New ()
Applies to
OperationDisplayProperties(String, String, String, String)
Initializes a new instance of the OperationDisplayProperties class.
public OperationDisplayProperties (string provider = default, string resource = default, string operation = default, string description = default);
new Microsoft.Azure.Management.ManagementGroups.Models.OperationDisplayProperties : string * string * string * string -> Microsoft.Azure.Management.ManagementGroups.Models.OperationDisplayProperties
Public Sub New (Optional provider As String = Nothing, Optional resource As String = Nothing, Optional operation As String = Nothing, Optional description As String = Nothing)
Parameters
- provider
- String
The name of the provider.
- resource
- String
The resource on which the operation is performed.
- operation
- String
The operation that can be performed.
- description
- String
Operation description.