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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET