Share via


ILocation.SupportedCarrier Property

Definition

A list of carriers that are supported at this location.

[Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.Info(Create=true, Description="A list of carriers that are supported at this location. ", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="supportedCarriers", Update=true)]
public System.Collections.Generic.List<string> SupportedCarrier { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.Info(Create=true, Description="A list of carriers that are supported at this location. ", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="supportedCarriers", Update=true)>]
member this.SupportedCarrier : System.Collections.Generic.List<string> with get, set
Public Property SupportedCarrier As List(Of String)

Property Value

Attributes

Applies to