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