ArmComputeFleetModelFactory.ComputeFleetPatch 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.
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.