Condividi tramite


ArmStandbyPoolModelFactory.StandbyVirtualMachinePoolPatch Method

Definition

The type used for update operations of the StandbyVirtualMachinePoolResource.

public static Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachinePoolPatch StandbyVirtualMachinePoolPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachinePoolUpdateProperties properties = default);
static member StandbyVirtualMachinePoolPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachinePoolUpdateProperties -> Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachinePoolPatch
Public Shared Function StandbyVirtualMachinePoolPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As StandbyVirtualMachinePoolUpdateProperties = Nothing) As StandbyVirtualMachinePoolPatch

Parameters

tags
IDictionary<String,String>

Resource tags.

properties
StandbyVirtualMachinePoolUpdateProperties

The resource-specific properties for this resource.

Returns

A new StandbyVirtualMachinePoolPatch instance for mocking.

Applies to