ClientDiscoveryValueForSingleApi 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
ClientDiscoveryValueForSingleApi() |
Initializes a new instance of the ClientDiscoveryValueForSingleApi class. |
ClientDiscoveryValueForSingleApi(String, ClientDiscoveryDisplay, String, ClientDiscoveryForProperties) |
Initializes a new instance of the ClientDiscoveryValueForSingleApi class. |
ClientDiscoveryValueForSingleApi()
Initializes a new instance of the ClientDiscoveryValueForSingleApi class.
public ClientDiscoveryValueForSingleApi ();
Public Sub New ()
Applies to
ClientDiscoveryValueForSingleApi(String, ClientDiscoveryDisplay, String, ClientDiscoveryForProperties)
Initializes a new instance of the ClientDiscoveryValueForSingleApi class.
public ClientDiscoveryValueForSingleApi (string name = default, Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryDisplay display = default, string origin = default, Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryForProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryValueForSingleApi : string * Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryDisplay * string * Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryForProperties -> Microsoft.Azure.Management.RecoveryServices.Models.ClientDiscoveryValueForSingleApi
Public Sub New (Optional name As String = Nothing, Optional display As ClientDiscoveryDisplay = Nothing, Optional origin As String = Nothing, Optional properties As ClientDiscoveryForProperties = Nothing)
Parameters
- name
- String
Name of the Operation.
- display
- ClientDiscoveryDisplay
Contains the localized display information for this particular operation
- origin
- String
The intended executor of the operation;governs the display of the operation in the RBAC UX and the audit logs UX
- properties
- ClientDiscoveryForProperties
ShoeBox properties for the given operation.
Applies to
Azure SDK for .NET