ArmStandbyPoolModelFactory.StandbyContainerGroupPoolRuntimeViewProperties 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.
Contains information about a standby pool as last known by the StandbyPool resource provider.
public static Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupPoolRuntimeViewProperties StandbyContainerGroupPoolRuntimeViewProperties(System.Collections.Generic.IEnumerable<Azure.ResourceManager.StandbyPool.Models.ContainerGroupInstanceCountSummary> instanceCountSummary = default, Azure.ResourceManager.StandbyPool.Models.StandbyPoolStatus status = default, Azure.ResourceManager.StandbyPool.Models.StandbyProvisioningState? provisioningState = default, Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupPoolPrediction prediction = default);
static member StandbyContainerGroupPoolRuntimeViewProperties : seq<Azure.ResourceManager.StandbyPool.Models.ContainerGroupInstanceCountSummary> * Azure.ResourceManager.StandbyPool.Models.StandbyPoolStatus * Nullable<Azure.ResourceManager.StandbyPool.Models.StandbyProvisioningState> * Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupPoolPrediction -> Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupPoolRuntimeViewProperties
Public Shared Function StandbyContainerGroupPoolRuntimeViewProperties (Optional instanceCountSummary As IEnumerable(Of ContainerGroupInstanceCountSummary) = Nothing, Optional status As StandbyPoolStatus = Nothing, Optional provisioningState As Nullable(Of StandbyProvisioningState) = Nothing, Optional prediction As StandbyContainerGroupPoolPrediction = Nothing) As StandbyContainerGroupPoolRuntimeViewProperties
Parameters
- instanceCountSummary
- IEnumerable<ContainerGroupInstanceCountSummary>
A list containing the counts of container groups in each possible state, as known by the StandbyPool resource provider.
- status
- StandbyPoolStatus
Display status of the standby pool.
- provisioningState
- Nullable<StandbyProvisioningState>
Displays the provisioning state of the standby pool.
- prediction
- StandbyContainerGroupPoolPrediction
Displays prediction information of the standby pool.
Returns
A new StandbyContainerGroupPoolRuntimeViewProperties instance for mocking.