ArmNetworkCloudModelFactory.ClusterDeployContent Method

Definition

public static Azure.ResourceManager.NetworkCloud.Models.ClusterDeployContent ClusterDeployContent(System.Collections.Generic.IEnumerable<string> skipValidationsForMachines = default);
static member ClusterDeployContent : seq<string> -> Azure.ResourceManager.NetworkCloud.Models.ClusterDeployContent
Public Shared Function ClusterDeployContent (Optional skipValidationsForMachines As IEnumerable(Of String) = Nothing) As ClusterDeployContent

Parameters

skipValidationsForMachines
IEnumerable<String>

The names of bare metal machines in the cluster that should be skipped during environment validation.

Returns

A new ClusterDeployContent instance for mocking.

Applies to