Uses of Class
com.azure.resourcemanager.cdn.models.UpdateRule
-
Packages that use UpdateRule Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of UpdateRule in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as UpdateRule Modifier and Type Field Description static UpdateRuleUpdateRule. NO_ACTIONStatic value NoAction for UpdateRule.Methods in com.azure.resourcemanager.cdn.models that return UpdateRule Modifier and Type Method Description static UpdateRuleUpdateRule. fromString(String name)Creates or finds a UpdateRule from its string representation.UpdateRuleKeyVaultCertificateSourceParameters. updateRule()Get the updateRule property: Describes the action that shall be taken when the certificate is updated in Key Vault.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type UpdateRule Modifier and Type Method Description static Collection<UpdateRule>UpdateRule. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type UpdateRule Modifier and Type Method Description KeyVaultCertificateSourceParametersKeyVaultCertificateSourceParameters. withUpdateRule(UpdateRule updateRule)Set the updateRule property: Describes the action that shall be taken when the certificate is updated in Key Vault.
-