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