Class SecurityPolicyInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.cdn.fluent.models.SecurityPolicyInner
-
public final class SecurityPolicyInner extends com.azure.core.management.ProxyResourceSecurityPolicy association for AzureFrontDoor profile.
-
-
Constructor Summary
Constructors Constructor Description SecurityPolicyInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentStatusdeploymentStatus()Get the deploymentStatus property: The deploymentStatus property.SecurityPolicyPropertiesParametersparameters()Get the parameters property: object which contains security policy parameters.StringprofileName()Get the profileName property: The name of the profile which holds the security policy.AfdProvisioningStateprovisioningState()Get the provisioningState property: Provisioning status.com.azure.core.management.SystemDatasystemData()Get the systemData property: Read only system data.voidvalidate()Validates the instance.SecurityPolicyInnerwithParameters(SecurityPolicyPropertiesParameters parameters)Set the parameters property: object which contains security policy parameters.
-
-
-
Method Detail
-
systemData
public com.azure.core.management.SystemData systemData()
Get the systemData property: Read only system data.- Returns:
- the systemData value.
-
profileName
public String profileName()
Get the profileName property: The name of the profile which holds the security policy.- Returns:
- the profileName value.
-
parameters
public SecurityPolicyPropertiesParameters parameters()
Get the parameters property: object which contains security policy parameters.- Returns:
- the parameters value.
-
withParameters
public SecurityPolicyInner withParameters(SecurityPolicyPropertiesParameters parameters)
Set the parameters property: object which contains security policy parameters.- Parameters:
parameters- the parameters value to set.- Returns:
- the SecurityPolicyInner object itself.
-
provisioningState
public AfdProvisioningState provisioningState()
Get the provisioningState property: Provisioning status.- Returns:
- the provisioningState value.
-
deploymentStatus
public DeploymentStatus deploymentStatus()
Get the deploymentStatus property: The deploymentStatus property.- Returns:
- the deploymentStatus value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-