IPublicIPAddress.ExtendedLocation Property

Definition

The extended location of the public ip address.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="The extended location of the public ip address.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IExtendedLocation) }, Read=true, ReadOnly=false, Required=false, SerializedName="extendedLocation", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IExtendedLocation ExtendedLocation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="The extended location of the public ip address.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IExtendedLocation) }, Read=true, ReadOnly=false, Required=false, SerializedName="extendedLocation", Update=true)>]
member this.ExtendedLocation : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IExtendedLocation with get, set
Public Property ExtendedLocation As IExtendedLocation

Property Value

Attributes

Applies to