ArmStandbyPoolModelFactory.StandbyVirtualMachinePoolProperties 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 StandbyVirtualMachinePoolProperties.
public static Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachinePoolProperties StandbyVirtualMachinePoolProperties (Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachinePoolElasticityProfile elasticityProfile = default, Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachineState virtualMachineState = default, Azure.Core.ResourceIdentifier attachedVirtualMachineScaleSetId = default, Azure.ResourceManager.StandbyPool.Models.StandbyProvisioningState? provisioningState = default);
static member StandbyVirtualMachinePoolProperties : Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachinePoolElasticityProfile * Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachineState * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.StandbyPool.Models.StandbyProvisioningState> -> Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachinePoolProperties
Public Shared Function StandbyVirtualMachinePoolProperties (Optional elasticityProfile As StandbyVirtualMachinePoolElasticityProfile = Nothing, Optional virtualMachineState As StandbyVirtualMachineState = Nothing, Optional attachedVirtualMachineScaleSetId As ResourceIdentifier = Nothing, Optional provisioningState As Nullable(Of StandbyProvisioningState) = Nothing) As StandbyVirtualMachinePoolProperties
Parameters
- elasticityProfile
- StandbyVirtualMachinePoolElasticityProfile
Specifies the elasticity profile of the standby virtual machine pools.
- virtualMachineState
- StandbyVirtualMachineState
Specifies the desired state of virtual machines in the pool.
- attachedVirtualMachineScaleSetId
- ResourceIdentifier
Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to.
- provisioningState
- Nullable<StandbyProvisioningState>
The status of the last operation.
Returns
A new StandbyVirtualMachinePoolProperties instance for mocking.
Applies to
Azure SDK for .NET