Uses of Class
com.azure.resourcemanager.containerservice.models.NamespaceProperties
Packages that use NamespaceProperties
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of NamespaceProperties in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return NamespacePropertiesModifier and TypeMethodDescriptionManagedNamespaceInner.properties()Get the properties property: Properties of a namespace.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type NamespacePropertiesModifier and TypeMethodDescriptionManagedNamespaceInner.withProperties(NamespaceProperties properties) Set the properties property: Properties of a namespace. -
Uses of NamespaceProperties in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type NamespacePropertiesModifier and TypeClassDescriptionfinal classProperties of a namespace managed by ARM.Methods in com.azure.resourcemanager.containerservice.models that return NamespacePropertiesModifier and TypeMethodDescriptionstatic NamespacePropertiesNamespaceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NamespaceProperties from the JsonReader.NamespaceProperties.withAdoptionPolicy(AdoptionPolicy adoptionPolicy) Set the adoptionPolicy property: Action if Kubernetes namespace with same name already exists.NamespaceProperties.withAnnotations(Map<String, String> annotations) Set the annotations property: The annotations of managed namespace.NamespaceProperties.withDefaultNetworkPolicy(NetworkPolicies defaultNetworkPolicy) Set the defaultNetworkPolicy property: The default network policy enforced upon the namespace.NamespaceProperties.withDefaultResourceQuota(ResourceQuota defaultResourceQuota) Set the defaultResourceQuota property: The default resource quota enforced upon the namespace.NamespaceProperties.withDeletePolicy(DeletePolicy deletePolicy) Set the deletePolicy property: Delete options of a namespace.NamespaceProperties.withLabels(Map<String, String> labels) Set the labels property: The labels of managed namespace.