ExecutionParameters interface

Extra details needed to run the user's request

Properties

capacityRecommendationParameters

Capacity recommendation parameters for the request. When provided on an executeStart request, the service computes placement recommendations only if the VM fails to start due to an allocation failure; the recommendations for the desired sizes and locations are then surfaced in the operation's capacityRecommendation response.

optimizationPreference

Details that could optimize the user's request

retryPolicy

Retry policy the user can pass

verifyVmAgentHealth

When true on an executeStart request, run a post-Start VM agent health check and engage the fallback chain if the guest agent does not report Ready. Ignored for non-Start operations.

Property Details

capacityRecommendationParameters

Capacity recommendation parameters for the request. When provided on an executeStart request, the service computes placement recommendations only if the VM fails to start due to an allocation failure; the recommendations for the desired sizes and locations are then surfaced in the operation's capacityRecommendation response.

capacityRecommendationParameters?: CapacityRecommendationParameters

Property Value

optimizationPreference

Details that could optimize the user's request

optimizationPreference?: string

Property Value

string

retryPolicy

Retry policy the user can pass

retryPolicy?: RetryPolicy

Property Value

verifyVmAgentHealth

When true on an executeStart request, run a post-Start VM agent health check and engage the fallback chain if the guest agent does not report Ready. Ignored for non-Start operations.

verifyVmAgentHealth?: boolean

Property Value

boolean