你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ResizeError interface

An error that occurred when resizing a pool.

Properties

code

An identifier for the error. Codes are invariant and are intended to be consumed programmatically.

details

Additional details about the error.

message

A message describing the error, intended to be suitable for display in a user interface.

Property Details

code

An identifier for the error. Codes are invariant and are intended to be consumed programmatically.

code: string

Property Value

string

details

Additional details about the error.

details?: ResizeError[]

Property Value

message

A message describing the error, intended to be suitable for display in a user interface.

message: string

Property Value

string