Condividi tramite


ArmStandbyPoolModelFactory.StandbyContainerGroupPoolPatch Method

Definition

The type used for update operations of the StandbyContainerGroupPoolResource.

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

Parameters

tags
IDictionary<String,String>

Resource tags.

properties
StandbyContainerGroupPoolUpdateProperties

The resource-specific properties for this resource.

Returns

A new StandbyContainerGroupPoolPatch instance for mocking.

Applies to