SingleOperationDisplay 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
SingleOperationDisplay() |
Initializes a new instance of the SingleOperationDisplay class. |
SingleOperationDisplay(String, String, String, String) |
Initializes a new instance of the SingleOperationDisplay class. |
SingleOperationDisplay()
Initializes a new instance of the SingleOperationDisplay class.
public SingleOperationDisplay ();
Public Sub New ()
Applies to
SingleOperationDisplay(String, String, String, String)
Initializes a new instance of the SingleOperationDisplay class.
public SingleOperationDisplay (string provider = default, string resource = default, string operation = default, string description = default);
new Microsoft.Azure.Management.Marketplace.Models.SingleOperationDisplay : string * string * string * string -> Microsoft.Azure.Management.Marketplace.Models.SingleOperationDisplay
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
Service provider: Microsoft.Marketplace
- resource
- String
Resource on which the operation is performed
- operation
- String
Operation type
- description
- String
Friendly description for the operation,