ArmComputeFleetModelFactory.ComputeFleetPatch Method

Definition

Fleet Update Model.

public static Azure.ResourceManager.ComputeFleet.Models.ComputeFleetPatch ComputeFleetPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.Models.ArmPlan plan = default, Azure.ResourceManager.ComputeFleet.Models.ComputeFleetProperties properties = default);
static member ComputeFleetPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Models.ManagedServiceIdentity * Azure.ResourceManager.Models.ArmPlan * Azure.ResourceManager.ComputeFleet.Models.ComputeFleetProperties -> Azure.ResourceManager.ComputeFleet.Models.ComputeFleetPatch
Public Shared Function ComputeFleetPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional plan As ArmPlan = Nothing, Optional properties As ComputeFleetProperties = Nothing) As ComputeFleetPatch

Parameters

tags
IDictionary<String,String>

Resource tags.

identity
ManagedServiceIdentity

Updatable managed service identity.

plan
ArmPlan

Updatable resource plan.

properties
ComputeFleetProperties

RP-specific updatable properties.

Returns

A new ComputeFleetPatch instance for mocking.

Applies to