IThreeTierFullResourceNames.ApplicationServerAvailabilitySetName 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 full name for availability set. In case name is not provided, it will be defaulted to {SID}-App-AvSet.
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.Info(Description="The full name for availability set. In case name is not provided, it will be defaulted to {SID}-App-AvSet.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="availabilitySetName")]
public string ApplicationServerAvailabilitySetName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.Info(Description="The full name for availability set. In case name is not provided, it will be defaulted to {SID}-App-AvSet.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="availabilitySetName")>]
member this.ApplicationServerAvailabilitySetName : string with get, set
Public Property ApplicationServerAvailabilitySetName As String
Property Value
- Attributes