ContainerServiceFleetPlacementPolicy.ClusterNames Property
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.
ClusterNames contains a list of names of MemberCluster to place the selected resources. Only valid if the placement type is "PickFixed".
public System.Collections.Generic.IList<string> ClusterNames { get; }
member this.ClusterNames : System.Collections.Generic.IList<string>
Public ReadOnly Property ClusterNames As IList(Of String)