ArmNetworkCloudModelFactory.ClusterDeployContent 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.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.