Uses of Class
com.azure.resourcemanager.containerservice.models.DeletePolicy
Packages that use DeletePolicy
Package
Description
Package containing the data models for ContainerService.
-
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.DELETEDelete both the ARM resource and the Kubernetes namespace together.static final DeletePolicyDeletePolicy.KEEPOnly delete the ARM resource, keep the Kubernetes namespace.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.