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.
Initializes a new instance of StandbyContainerGroupPoolRuntimeViewProperties.
public static Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupPoolRuntimeViewProperties StandbyContainerGroupPoolRuntimeViewProperties(System.Collections.Generic.IEnumerable<Azure.ResourceManager.StandbyPool.Models.ContainerGroupInstanceCountSummary> instanceCountSummary = default, Azure.ResourceManager.StandbyPool.Models.StandbyProvisioningState? provisioningState = default);
static member StandbyContainerGroupPoolRuntimeViewProperties : seq<Azure.ResourceManager.StandbyPool.Models.ContainerGroupInstanceCountSummary> * Nullable<Azure.ResourceManager.StandbyPool.Models.StandbyProvisioningState> -> Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupPoolRuntimeViewProperties
Public Shared Function StandbyContainerGroupPoolRuntimeViewProperties (Optional instanceCountSummary As IEnumerable(Of ContainerGroupInstanceCountSummary) = Nothing, Optional provisioningState As Nullable(Of StandbyProvisioningState) = 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.
- provisioningState
- Nullable<StandbyProvisioningState>
Displays the provisioning state of the standby pool.
Returns
A new StandbyContainerGroupPoolRuntimeViewProperties 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