PSCluster 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
PSCluster() | |
PSCluster(Cluster) |
Creates a PSCluster instance from SDK response. |
PSCluster()
public PSCluster ();
Public Sub New ()
Applies to
PSCluster(Cluster)
Creates a PSCluster instance from SDK response.
public PSCluster (Microsoft.Azure.Management.OperationalInsights.Models.Cluster cluster);
new Microsoft.Azure.Commands.OperationalInsights.Models.PSCluster : Microsoft.Azure.Management.OperationalInsights.Models.Cluster -> Microsoft.Azure.Commands.OperationalInsights.Models.PSCluster
Public Sub New (cluster As Cluster)
Parameters
- cluster
- Cluster