Uses of Class
com.azure.resourcemanager.containerservice.models.AdoptionPolicy
Packages that use AdoptionPolicy
Package
Description
Package containing the data models for ContainerService.
-
Uses of AdoptionPolicy in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type AdoptionPolicy in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classAction if Kubernetes namespace with same name already exists.Fields in com.azure.resourcemanager.containerservice.models declared as AdoptionPolicyModifier and TypeFieldDescriptionstatic final AdoptionPolicyAdoptionPolicy.ALWAYSAlways take over the existing namespace to be managed by ARM, some fields might be overwritten.static final AdoptionPolicyAdoptionPolicy.IF_IDENTICALTake over the existing namespace to be managed by ARM, if there is no difference.static final AdoptionPolicyAdoptionPolicy.NEVERIf the namespace already exists in Kubernetes, attempts to create that same namespace in ARM will fail.Methods in com.azure.resourcemanager.containerservice.models that return AdoptionPolicyModifier and TypeMethodDescriptionNamespaceProperties.adoptionPolicy()Get the adoptionPolicy property: Action if Kubernetes namespace with same name already exists.static AdoptionPolicyAdoptionPolicy.fromString(String name) Creates or finds a AdoptionPolicy from its string representation.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type AdoptionPolicyModifier and TypeMethodDescriptionstatic Collection<AdoptionPolicy> AdoptionPolicy.values()Gets known AdoptionPolicy values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type AdoptionPolicyModifier and TypeMethodDescriptionNamespaceProperties.withAdoptionPolicy(AdoptionPolicy adoptionPolicy) Set the adoptionPolicy property: Action if Kubernetes namespace with same name already exists.