Uses of Class
com.azure.resourcemanager.cdn.models.PolicySettingsDefaultCustomBlockResponseStatusCode
Packages that use PolicySettingsDefaultCustomBlockResponseStatusCode
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of PolicySettingsDefaultCustomBlockResponseStatusCode in com.azure.resourcemanager.cdn.models
Subclasses with type arguments of type PolicySettingsDefaultCustomBlockResponseStatusCode in com.azure.resourcemanager.cdn.modelsModifier and TypeClassDescriptionfinal classIf the action type is block, this field defines the default customer overridable http response status code.Fields in com.azure.resourcemanager.cdn.models declared as PolicySettingsDefaultCustomBlockResponseStatusCodeModifier and TypeFieldDescriptionstatic final PolicySettingsDefaultCustomBlockResponseStatusCodePolicySettingsDefaultCustomBlockResponseStatusCode.FOUR_TWO_NINEStatic value 429 for PolicySettingsDefaultCustomBlockResponseStatusCode.static final PolicySettingsDefaultCustomBlockResponseStatusCodePolicySettingsDefaultCustomBlockResponseStatusCode.FOUR_ZERO_FIVEStatic value 405 for PolicySettingsDefaultCustomBlockResponseStatusCode.static final PolicySettingsDefaultCustomBlockResponseStatusCodePolicySettingsDefaultCustomBlockResponseStatusCode.FOUR_ZERO_SIXStatic value 406 for PolicySettingsDefaultCustomBlockResponseStatusCode.static final PolicySettingsDefaultCustomBlockResponseStatusCodePolicySettingsDefaultCustomBlockResponseStatusCode.FOUR_ZERO_THREEStatic value 403 for PolicySettingsDefaultCustomBlockResponseStatusCode.static final PolicySettingsDefaultCustomBlockResponseStatusCodePolicySettingsDefaultCustomBlockResponseStatusCode.TWO_ZERO_ZEROStatic value 200 for PolicySettingsDefaultCustomBlockResponseStatusCode.Methods in com.azure.resourcemanager.cdn.models that return PolicySettingsDefaultCustomBlockResponseStatusCodeModifier and TypeMethodDescriptionPolicySettings.defaultCustomBlockResponseStatusCode()Get the defaultCustomBlockResponseStatusCode property: If the action type is block, this field defines the default customer overridable http response status code.PolicySettingsDefaultCustomBlockResponseStatusCode.fromInt(int name) Creates or finds a PolicySettingsDefaultCustomBlockResponseStatusCode from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type PolicySettingsDefaultCustomBlockResponseStatusCodeModifier and TypeMethodDescriptionPolicySettingsDefaultCustomBlockResponseStatusCode.values()Gets known PolicySettingsDefaultCustomBlockResponseStatusCode values.Methods in com.azure.resourcemanager.cdn.models with parameters of type PolicySettingsDefaultCustomBlockResponseStatusCodeModifier and TypeMethodDescriptionPolicySettings.withDefaultCustomBlockResponseStatusCode(PolicySettingsDefaultCustomBlockResponseStatusCode defaultCustomBlockResponseStatusCode) Set the defaultCustomBlockResponseStatusCode property: If the action type is block, this field defines the default customer overridable http response status code.