ArmAutomationModelFactory.DscNodeCount(String, Nullable<Int32>) Method
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.
Initializes a new instance of DscNodeCount.
public static Azure.ResourceManager.Automation.Models.DscNodeCount DscNodeCount (string name = default, int? nameCount = default);
static member DscNodeCount : string * Nullable<int> -> Azure.ResourceManager.Automation.Models.DscNodeCount
Public Shared Function DscNodeCount (Optional name As String = Nothing, Optional nameCount As Nullable(Of Integer) = Nothing) As DscNodeCount
Parameters
- name
- String
Gets the name of a count type.
Returns
A new DscNodeCount instance for mocking.