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