Uses of Class
com.azure.resourcemanager.containerservice.models.DeletePolicy
Packages that use DeletePolicy
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of DeletePolicy in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type DeletePolicy in com.azure.resourcemanager.containerservice.modelsFields in com.azure.resourcemanager.containerservice.models declared as DeletePolicyModifier and TypeFieldDescriptionstatic final DeletePolicyDeletePolicy.DELETEStatic value Delete for DeletePolicy.static final DeletePolicyDeletePolicy.KEEPStatic value Keep for DeletePolicy.Methods in com.azure.resourcemanager.containerservice.models that return DeletePolicyModifier and TypeMethodDescriptionNamespaceProperties.deletePolicy()Get the deletePolicy property: Delete options of a namespace.static DeletePolicyDeletePolicy.fromString(String name) Creates or finds a DeletePolicy from its string representation.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type DeletePolicyModifier and TypeMethodDescriptionstatic Collection<DeletePolicy> DeletePolicy.values()Gets known DeletePolicy values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type DeletePolicyModifier and TypeMethodDescriptionNamespaceProperties.withDeletePolicy(DeletePolicy deletePolicy) Set the deletePolicy property: Delete options of a namespace.