azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

108 строки
7.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.DdosSettings"
fullName: "com.microsoft.azure.management.network.DdosSettings"
name: "DdosSettings"
nameWithType: "DdosSettings"
summary: "Contains the DDoS protection settings of the public IP."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **DdosSettings**"
constructors:
- uid: "com.microsoft.azure.management.network.DdosSettings.DdosSettings()"
fullName: "com.microsoft.azure.management.network.DdosSettings.DdosSettings()"
name: "DdosSettings()"
nameWithType: "DdosSettings.DdosSettings()"
syntax: "public DdosSettings()"
methods:
- uid: "com.microsoft.azure.management.network.DdosSettings.ddosCustomPolicy()"
fullName: "com.microsoft.azure.management.network.DdosSettings.ddosCustomPolicy()"
name: "ddosCustomPolicy()"
nameWithType: "DdosSettings.ddosCustomPolicy()"
summary: "Get the DDoS custom policy associated with the public IP."
syntax: "public SubResource ddosCustomPolicy()"
desc: "Get the DDoS custom policy associated with the public IP."
returns:
description: "the ddosCustomPolicy value"
type: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.DdosSettings.protectedIP()"
fullName: "com.microsoft.azure.management.network.DdosSettings.protectedIP()"
name: "protectedIP()"
nameWithType: "DdosSettings.protectedIP()"
summary: "Get enables DDoS protection on the public IP."
syntax: "public Boolean protectedIP()"
desc: "Get enables DDoS protection on the public IP."
returns:
description: "the protectedIP value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.DdosSettings.protectionCoverage()"
fullName: "com.microsoft.azure.management.network.DdosSettings.protectionCoverage()"
name: "protectionCoverage()"
nameWithType: "DdosSettings.protectionCoverage()"
summary: "Get the DDoS protection policy customizability of the public IP."
syntax: "public DdosSettingsProtectionCoverage protectionCoverage()"
desc: "Get the DDoS protection policy customizability of the public IP. Only standard coverage will have the ability to be customized. Possible values include: 'Basic', 'Standard'."
returns:
description: "the protectionCoverage value"
type: "<xref href=\"com.microsoft.azure.management.network.DdosSettingsProtectionCoverage?alt=com.microsoft.azure.management.network.DdosSettingsProtectionCoverage&text=DdosSettingsProtectionCoverage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.DdosSettings.withDdosCustomPolicy(com.microsoft.azure.SubResource)"
fullName: "com.microsoft.azure.management.network.DdosSettings.withDdosCustomPolicy(SubResource ddosCustomPolicy)"
name: "withDdosCustomPolicy(SubResource ddosCustomPolicy)"
nameWithType: "DdosSettings.withDdosCustomPolicy(SubResource ddosCustomPolicy)"
summary: "Set the DDoS custom policy associated with the public IP."
parameters:
- description: "the ddosCustomPolicy value to set"
name: "ddosCustomPolicy"
type: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DdosSettings withDdosCustomPolicy(SubResource ddosCustomPolicy)"
desc: "Set the DDoS custom policy associated with the public IP."
returns:
description: "the DdosSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.network.DdosSettings?alt=com.microsoft.azure.management.network.DdosSettings&text=DdosSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.DdosSettings.withProtectedIP(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.network.DdosSettings.withProtectedIP(Boolean protectedIP)"
name: "withProtectedIP(Boolean protectedIP)"
nameWithType: "DdosSettings.withProtectedIP(Boolean protectedIP)"
summary: "Set enables DDoS protection on the public IP."
parameters:
- description: "the protectedIP value to set"
name: "protectedIP"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DdosSettings withProtectedIP(Boolean protectedIP)"
desc: "Set enables DDoS protection on the public IP."
returns:
description: "the DdosSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.network.DdosSettings?alt=com.microsoft.azure.management.network.DdosSettings&text=DdosSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.DdosSettings.withProtectionCoverage(com.microsoft.azure.management.network.DdosSettingsProtectionCoverage)"
fullName: "com.microsoft.azure.management.network.DdosSettings.withProtectionCoverage(DdosSettingsProtectionCoverage protectionCoverage)"
name: "withProtectionCoverage(DdosSettingsProtectionCoverage protectionCoverage)"
nameWithType: "DdosSettings.withProtectionCoverage(DdosSettingsProtectionCoverage protectionCoverage)"
summary: "Set the DDoS protection policy customizability of the public IP."
parameters:
- description: "the protectionCoverage value to set"
name: "protectionCoverage"
type: "<xref href=\"com.microsoft.azure.management.network.DdosSettingsProtectionCoverage?alt=com.microsoft.azure.management.network.DdosSettingsProtectionCoverage&text=DdosSettingsProtectionCoverage\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DdosSettings withProtectionCoverage(DdosSettingsProtectionCoverage protectionCoverage)"
desc: "Set the DDoS protection policy customizability of the public IP. Only standard coverage will have the ability to be customized. Possible values include: 'Basic', 'Standard'."
returns:
description: "the DdosSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.network.DdosSettings?alt=com.microsoft.azure.management.network.DdosSettings&text=DdosSettings\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Contains the DDoS protection settings of the public IP."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4