Uses of Class
com.azure.resourcemanager.cdn.models.SecurityPolicyType
Packages that use SecurityPolicyType
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of SecurityPolicyType in com.azure.resourcemanager.cdn.models
Subclasses with type arguments of type SecurityPolicyType in com.azure.resourcemanager.cdn.modelsModifier and TypeClassDescriptionfinal classThe type of the Security policy to create.Fields in com.azure.resourcemanager.cdn.models declared as SecurityPolicyTypeModifier and TypeFieldDescriptionstatic final SecurityPolicyTypeSecurityPolicyType.WEB_APPLICATION_FIREWALLStatic value WebApplicationFirewall for SecurityPolicyType.Methods in com.azure.resourcemanager.cdn.models that return SecurityPolicyTypeModifier and TypeMethodDescriptionstatic SecurityPolicyTypeSecurityPolicyType.fromString(String name) Creates or finds a SecurityPolicyType from its string representation.SecurityPolicyPropertiesParameters.type()Get the type property: The type of the Security policy to create.SecurityPolicyWebApplicationFirewallParameters.type()Get the type property: The type of the Security policy to create.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type SecurityPolicyTypeModifier and TypeMethodDescriptionstatic Collection<SecurityPolicyType> SecurityPolicyType.values()Gets known SecurityPolicyType values.