ArmContainerServiceFleetModelFactory.ManagedNamespaceProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The namespace properties for the fleet managed namespace.
public static Azure.ResourceManager.ContainerServiceFleet.Models.ManagedNamespaceProperties ManagedNamespaceProperties(System.Collections.Generic.IDictionary<string,string> labels = default, System.Collections.Generic.IDictionary<string,string> annotations = default, Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetResourceQuota defaultResourceQuota = default, Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetNetworkPolicy defaultNetworkPolicy = default);
static member ManagedNamespaceProperties : System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetResourceQuota * Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetNetworkPolicy -> Azure.ResourceManager.ContainerServiceFleet.Models.ManagedNamespaceProperties
Public Shared Function ManagedNamespaceProperties (Optional labels As IDictionary(Of String, String) = Nothing, Optional annotations As IDictionary(Of String, String) = Nothing, Optional defaultResourceQuota As ContainerServiceFleetResourceQuota = Nothing, Optional defaultNetworkPolicy As ContainerServiceFleetNetworkPolicy = Nothing) As ManagedNamespaceProperties
Parameters
- labels
- IDictionary<String,String>
The labels for the fleet managed namespace.
- annotations
- IDictionary<String,String>
The annotations for the fleet managed namespace.
- defaultResourceQuota
- ContainerServiceFleetResourceQuota
The default resource quota for the fleet managed namespace.
- defaultNetworkPolicy
- ContainerServiceFleetNetworkPolicy
The default network policy for the fleet managed namespace.
Returns
A new ManagedNamespaceProperties instance for mocking.