IDdosSettings.ProtectedIP Property

Definition

Enables DDoS protection on the public IP.

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

Property Value

Attributes

Applies to