IDdosSettings.ProtectedIP Property

Definition

Enables DDoS protection on the public IP.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Enables DDoS protection on the public IP.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="protectedIP")]
public bool? ProtectedIP { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Enables DDoS protection on the public IP.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="protectedIP")>]
member this.ProtectedIP : Nullable<bool> with get, set
Public Property ProtectedIP As Nullable(Of Boolean)

Property Value

Attributes

Applies to