ArmNetworkCloudModelFactory.ControlPlaneNodeConfiguration 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.
public static Azure.ResourceManager.NetworkCloud.Models.ControlPlaneNodeConfiguration ControlPlaneNodeConfiguration(Azure.ResourceManager.NetworkCloud.Models.AdministratorConfiguration administratorConfiguration = default, System.Collections.Generic.IEnumerable<string> availabilityZones = default, long count = 0, string vmSkuName = default);
static member ControlPlaneNodeConfiguration : Azure.ResourceManager.NetworkCloud.Models.AdministratorConfiguration * seq<string> * int64 * string -> Azure.ResourceManager.NetworkCloud.Models.ControlPlaneNodeConfiguration
Public Shared Function ControlPlaneNodeConfiguration (Optional administratorConfiguration As AdministratorConfiguration = Nothing, Optional availabilityZones As IEnumerable(Of String) = Nothing, Optional count As Long = 0, Optional vmSkuName As String = Nothing) As ControlPlaneNodeConfiguration
Parameters
- administratorConfiguration
- AdministratorConfiguration
The administrator credentials to be used for the nodes in the control plane.
- availabilityZones
- IEnumerable<String>
The list of availability zones of the Network Cloud cluster to be used for the provisioning of nodes in the control plane. If not specified, all availability zones will be used.
- count
- Int64
The number of virtual machines that use this configuration.
- vmSkuName
- String
The name of the VM SKU supplied during creation.
Returns
A new ControlPlaneNodeConfiguration instance for mocking.