PoolResizeErrorCodes Class
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 error codes specific to pool resize errors.
public static class PoolResizeErrorCodes
type PoolResizeErrorCodes = class
Public Class PoolResizeErrorCodes
- Inheritance
-
PoolResizeErrorCodes
Fields
AccountCoreQuotaReached |
The specified account has reached core quota |
AccountLowPriorityCoreQuotaReached |
The specified account has reached low priority core quota |
AccountSpotCoreQuotaReached |
The specified account has reached spot core quota |
AllocationFailed |
Desired number of nodes could not be allocated |
AllocationTimedOut |
Desired number of nodes could not be allocated as the resize timeout was reached |
CommunicationEnabledPoolReachedMaxVMCount |
Communication enabled pool has reached the maximum VM count |
DependentResourceNotFound |
A dependent resource specified for the Pool was not found. |
DiskEncryptionFailure |
Pool creation failed with disk encryption error |
FailedIdentityOperation |
Pool creation failed with error 'Failed to perform resource identity operation' |
IncompatibleVMSize |
Requested VM size is not compatible with requested configuration. |
MissingPublisherPropertyInMarketPlacePlan |
The marketplace resource plan is missing required publisher property |
OperationsOnImageRestrictedByPolicy |
Assigned policy on Custom Image has blocked pool operation. |
OperationsOnLoadBalancerRestrictedByPolicy |
Assigned policy on Load Balancer has blocked pool operation. |
OperationsOnNetworkSecurityGroupRestrictedByPolicy |
Assigned policy on Network Security Group has blocked pool operation. |
OperationsOnPrivateEndpointRestrictedByPolicy |
Assigned policy on Private Endpoint has blocked pool operation. |
OperationsOnPrivateLinkRestrictedByPolicy |
Assigned policy on Private Link has blocked pool operation. |
OperationsOnPublicIPRestrictedByPolicy |
Assigned policy on PublicIP has blocked pool operation. |
OperationsOnVirtualNetworkRestrictedByPolicy |
Assigned policy on Virtual Network has blocked pool operation. |
OperationsRestrictedByPolicy |
Assigned policy on resource has blocked pool operation. |
OverconstrainedAllocationRequestError |
Allocation failed because the allocation condition is too restrictive. Please remove some constraints and try again |
RemoveNodesFailed |
One or more failures were encountered in removing nodes from the pool |
ResizeStopped |
Desired number of nodes could not be allocated due to a stop resize operation |
Unknown |
The reason for the failure is not known. |
UnsupportedVMSize |
Requested VM size is not supported. |