ClientDiscoveryForServiceSpecification 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
ClientDiscoveryForServiceSpecification() |
Initializes a new instance of the ClientDiscoveryForServiceSpecification class. |
ClientDiscoveryForServiceSpecification(IList<ClientDiscoveryForLogSpecification>) |
Initializes a new instance of the ClientDiscoveryForServiceSpecification class. |
ClientDiscoveryForServiceSpecification()
Initializes a new instance of the ClientDiscoveryForServiceSpecification class.
public ClientDiscoveryForServiceSpecification ();
Public Sub New ()
Applies to
ClientDiscoveryForServiceSpecification(IList<ClientDiscoveryForLogSpecification>)
Initializes a new instance of the ClientDiscoveryForServiceSpecification class.
public ClientDiscoveryForServiceSpecification (System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ClientDiscoveryForLogSpecification> logSpecifications = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.ClientDiscoveryForServiceSpecification : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ClientDiscoveryForLogSpecification> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ClientDiscoveryForServiceSpecification
Public Sub New (Optional logSpecifications As IList(Of ClientDiscoveryForLogSpecification) = Nothing)
Parameters
- logSpecifications
- IList<ClientDiscoveryForLogSpecification>
List of log specifications of this operation.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET