ArmStandbyPoolModelFactory.StandbyContainerGroupPoolProperties 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.
Initializes a new instance of StandbyContainerGroupPoolProperties.
public static Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupPoolProperties StandbyContainerGroupPoolProperties(Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupPoolElasticityProfile elasticityProfile = default, Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupProperties containerGroupProperties = default, Azure.ResourceManager.StandbyPool.Models.StandbyProvisioningState? provisioningState = default);
static member StandbyContainerGroupPoolProperties : Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupPoolElasticityProfile * Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupProperties * Nullable<Azure.ResourceManager.StandbyPool.Models.StandbyProvisioningState> -> Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupPoolProperties
Public Shared Function StandbyContainerGroupPoolProperties (Optional elasticityProfile As StandbyContainerGroupPoolElasticityProfile = Nothing, Optional containerGroupProperties As StandbyContainerGroupProperties = Nothing, Optional provisioningState As Nullable(Of StandbyProvisioningState) = Nothing) As StandbyContainerGroupPoolProperties
Parameters
- elasticityProfile
- StandbyContainerGroupPoolElasticityProfile
Specifies elasticity profile of standby container group pools.
- containerGroupProperties
- StandbyContainerGroupProperties
Specifies container group properties of standby container group pools.
- provisioningState
- Nullable<StandbyProvisioningState>
The status of the last operation.
Returns
A new StandbyContainerGroupPoolProperties instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET