ArmStandbyPoolModelFactory.StandbyContainerGroupPoolUpdateProperties 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 updatable properties of the StandbyContainerGroupPoolResource.
public static Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupPoolUpdateProperties StandbyContainerGroupPoolUpdateProperties(Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupPoolElasticityProfile elasticityProfile = default, Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupProperties containerGroupProperties = default, System.Collections.Generic.IEnumerable<string> zones = default);
static member StandbyContainerGroupPoolUpdateProperties : Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupPoolElasticityProfile * Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupProperties * seq<string> -> Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupPoolUpdateProperties
Public Shared Function StandbyContainerGroupPoolUpdateProperties (Optional elasticityProfile As StandbyContainerGroupPoolElasticityProfile = Nothing, Optional containerGroupProperties As StandbyContainerGroupProperties = Nothing, Optional zones As IEnumerable(Of String) = Nothing) As StandbyContainerGroupPoolUpdateProperties
Parameters
- elasticityProfile
- StandbyContainerGroupPoolElasticityProfile
Specifies elasticity profile of standby container group pools.
- containerGroupProperties
- StandbyContainerGroupProperties
Specifies container group properties of standby container group pools.
- zones
- IEnumerable<String>
Specifies zones of standby container group pools.
Returns
A new StandbyContainerGroupPoolUpdateProperties instance for mocking.