ArmStandbyPoolModelFactory.StandbyVirtualMachinePoolPatch 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.
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.