Partilhar via


ArmContainerServiceFleetModelFactory.ContainerServiceFleetManagedNamespacePatch Method

Definition

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.

Applies to