Uses of Class
com.azure.resourcemanager.cdn.models.UpdateRule
Packages that use UpdateRule
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of UpdateRule in com.azure.resourcemanager.cdn.models
Subclasses with type arguments of type UpdateRule in com.azure.resourcemanager.cdn.modelsModifier and TypeClassDescriptionfinal classDescribes the action that shall be taken when the certificate is updated in Key Vault.Fields in com.azure.resourcemanager.cdn.models declared as UpdateRuleModifier and TypeFieldDescriptionstatic final UpdateRuleUpdateRule.NO_ACTIONStatic value NoAction for UpdateRule.Methods in com.azure.resourcemanager.cdn.models that return UpdateRuleModifier and TypeMethodDescriptionstatic UpdateRuleUpdateRule.fromString(String name) Creates or finds a UpdateRule from its string representation.KeyVaultCertificateSourceParameters.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 UpdateRuleModifier and TypeMethodDescriptionstatic Collection<UpdateRule> UpdateRule.values()Gets known UpdateRule values.Methods in com.azure.resourcemanager.cdn.models with parameters of type UpdateRuleModifier and TypeMethodDescriptionKeyVaultCertificateSourceParameters.withUpdateRule(UpdateRule updateRule) Set the updateRule property: Describes the action that shall be taken when the certificate is updated in Key Vault.