NodeCountProperties 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
NodeCountProperties() |
Initializes a new instance of the NodeCountProperties class. |
NodeCountProperties(Nullable<Int32>) |
Initializes a new instance of the NodeCountProperties class. |
NodeCountProperties()
Initializes a new instance of the NodeCountProperties class.
public NodeCountProperties();
Public Sub New ()
Applies to
NodeCountProperties(Nullable<Int32>)
Initializes a new instance of the NodeCountProperties class.
public NodeCountProperties(int? count = default);
new Microsoft.Azure.Management.Automation.Models.NodeCountProperties : Nullable<int> -> Microsoft.Azure.Management.Automation.Models.NodeCountProperties
Public Sub New (Optional count As Nullable(Of Integer) = Nothing)