Uses of Class
com.azure.resourcemanager.cdn.models.PolicySettingsDefaultCustomBlockResponseStatusCode
-
Packages that use PolicySettingsDefaultCustomBlockResponseStatusCode Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of PolicySettingsDefaultCustomBlockResponseStatusCode in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as PolicySettingsDefaultCustomBlockResponseStatusCode Modifier and Type Field Description static PolicySettingsDefaultCustomBlockResponseStatusCodePolicySettingsDefaultCustomBlockResponseStatusCode. FOUR_TWO_NINEStatic value 429 for PolicySettingsDefaultCustomBlockResponseStatusCode.static PolicySettingsDefaultCustomBlockResponseStatusCodePolicySettingsDefaultCustomBlockResponseStatusCode. FOUR_ZERO_FIVEStatic value 405 for PolicySettingsDefaultCustomBlockResponseStatusCode.static PolicySettingsDefaultCustomBlockResponseStatusCodePolicySettingsDefaultCustomBlockResponseStatusCode. FOUR_ZERO_SIXStatic value 406 for PolicySettingsDefaultCustomBlockResponseStatusCode.static PolicySettingsDefaultCustomBlockResponseStatusCodePolicySettingsDefaultCustomBlockResponseStatusCode. FOUR_ZERO_THREEStatic value 403 for PolicySettingsDefaultCustomBlockResponseStatusCode.static PolicySettingsDefaultCustomBlockResponseStatusCodePolicySettingsDefaultCustomBlockResponseStatusCode. TWO_ZERO_ZEROStatic value 200 for PolicySettingsDefaultCustomBlockResponseStatusCode.Methods in com.azure.resourcemanager.cdn.models that return PolicySettingsDefaultCustomBlockResponseStatusCode Modifier and Type Method Description PolicySettingsDefaultCustomBlockResponseStatusCodePolicySettings. defaultCustomBlockResponseStatusCode()Get the defaultCustomBlockResponseStatusCode property: If the action type is block, this field defines the default customer overridable http response status code.static PolicySettingsDefaultCustomBlockResponseStatusCodePolicySettingsDefaultCustomBlockResponseStatusCode. 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 PolicySettingsDefaultCustomBlockResponseStatusCode Modifier and Type Method Description static Collection<PolicySettingsDefaultCustomBlockResponseStatusCode>PolicySettingsDefaultCustomBlockResponseStatusCode. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type PolicySettingsDefaultCustomBlockResponseStatusCode Modifier and Type Method Description PolicySettingsPolicySettings. withDefaultCustomBlockResponseStatusCode(PolicySettingsDefaultCustomBlockResponseStatusCode defaultCustomBlockResponseStatusCode)Set the defaultCustomBlockResponseStatusCode property: If the action type is block, this field defines the default customer overridable http response status code.
-