ArmContainerServiceFleetModelFactory.ContainerServiceFleetManagedNamespacePatch 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 properties of a fleet managed namespace that can be patched.
public static Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetManagedNamespacePatch ContainerServiceFleetManagedNamespacePatch(System.Collections.Generic.IDictionary<string,string> tags = default);
static member ContainerServiceFleetManagedNamespacePatch : System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetManagedNamespacePatch
Public Shared Function ContainerServiceFleetManagedNamespacePatch (Optional tags As IDictionary(Of String, String) = Nothing) As ContainerServiceFleetManagedNamespacePatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new ContainerServiceFleetManagedNamespacePatch instance for mocking.