ClientDiscoveryDisplay 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
ClientDiscoveryDisplay() |
Initializes a new instance of the ClientDiscoveryDisplay class. |
ClientDiscoveryDisplay(String, String, String, String) |
Initializes a new instance of the ClientDiscoveryDisplay class. |
ClientDiscoveryDisplay()
Initializes a new instance of the ClientDiscoveryDisplay class.
public ClientDiscoveryDisplay ();
Public Sub New ()
Applies to
ClientDiscoveryDisplay(String, String, String, String)
Initializes a new instance of the ClientDiscoveryDisplay class.
public ClientDiscoveryDisplay (string provider = default, string resource = default, string operation = default, string description = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.ClientDiscoveryDisplay : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ClientDiscoveryDisplay
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
Name of the provider for display purposes
- resource
- String
ResourceType for which this Operation can be performed.
- operation
- String
Operations Name itself.
- description
- String
Description of the operation having details of what operation is about.
Applies to
Azure SDK for .NET