IClusterPatchParameters.ClusterLocation 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.
The customer-provided location information to identify where the cluster resides.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The customer-provided location information to identify where the cluster resides.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="clusterLocation")]
public string ClusterLocation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The customer-provided location information to identify where the cluster resides.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="clusterLocation")>]
member this.ClusterLocation : string with get, set
Public Property ClusterLocation As String
Property Value
- Attributes