Uses of Class
com.azure.resourcemanager.cdn.models.DeleteRule
Packages that use DeleteRule
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of DeleteRule in com.azure.resourcemanager.cdn.models
Subclasses with type arguments of type DeleteRule in com.azure.resourcemanager.cdn.modelsModifier and TypeClassDescriptionfinal classDescribes the action that shall be taken when the certificate is removed from Key Vault.Fields in com.azure.resourcemanager.cdn.models declared as DeleteRuleModifier and TypeFieldDescriptionstatic final DeleteRuleDeleteRule.NO_ACTIONStatic value NoAction for DeleteRule.Methods in com.azure.resourcemanager.cdn.models that return DeleteRuleModifier and TypeMethodDescriptionKeyVaultCertificateSourceParameters.deleteRule()Get the deleteRule property: Describes the action that shall be taken when the certificate is removed from Key Vault.static DeleteRuleDeleteRule.fromString(String name) Creates or finds a DeleteRule from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type DeleteRuleModifier and TypeMethodDescriptionstatic Collection<DeleteRule> DeleteRule.values()Gets known DeleteRule values.Methods in com.azure.resourcemanager.cdn.models with parameters of type DeleteRuleModifier and TypeMethodDescriptionKeyVaultCertificateSourceParameters.withDeleteRule(DeleteRule deleteRule) Set the deleteRule property: Describes the action that shall be taken when the certificate is removed from Key Vault.