PSDestinationsSpec 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
PSDestinationsSpec() |
Initializes a new instance of the PSDestinationsSpec class. |
PSDestinationsSpec(DestinationsSpec) |
Initializes a new instance of the PSDestinationsSpec class. |
PSDestinationsSpec()
Initializes a new instance of the PSDestinationsSpec class.
public PSDestinationsSpec ();
Public Sub New ()
Applies to
PSDestinationsSpec(DestinationsSpec)
Initializes a new instance of the PSDestinationsSpec class.
public PSDestinationsSpec (Microsoft.Azure.Management.Monitor.Models.DestinationsSpec destinationsSpec);
new Microsoft.Azure.Commands.Insights.OutputClasses.PSDestinationsSpec : Microsoft.Azure.Management.Monitor.Models.DestinationsSpec -> Microsoft.Azure.Commands.Insights.OutputClasses.PSDestinationsSpec
Public Sub New (destinationsSpec As DestinationsSpec)
Parameters
- destinationsSpec
- DestinationsSpec
The DestinationsSpec to wrap.