Cluster.DefinitionStages.WithSubnet Interface

public static interface Cluster.DefinitionStages.WithSubnet

The stage of the Cluster definition allowing to specify subnet.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSubnet(ResourceId subnet)

Specifies the subnet property: Existing virtual network subnet to put the cluster nodes in.

Method Details

withSubnet

public abstract Cluster.DefinitionStages.WithCreate withSubnet(ResourceId subnet)

Specifies the subnet property: Existing virtual network subnet to put the cluster nodes in. Note, if a File Server mount configured in node setup, the File Server's subnet will be used automatically..

Parameters:

subnet - Existing virtual network subnet to put the cluster nodes in. Note, if a File Server mount configured in node setup, the File Server's subnet will be used automatically.

Returns:

the next definition stage.

Applies to