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

ArmDevCenterModelFactory.DevCenterImageCreationErrorDetails Method

Definition

Image creation error details.

public static Azure.ResourceManager.DevCenter.Models.DevCenterImageCreationErrorDetails DevCenterImageCreationErrorDetails(string code = default, string message = default);
static member DevCenterImageCreationErrorDetails : string * string -> Azure.ResourceManager.DevCenter.Models.DevCenterImageCreationErrorDetails
Public Shared Function DevCenterImageCreationErrorDetails (Optional code As String = Nothing, Optional message As String = Nothing) As DevCenterImageCreationErrorDetails

Parameters

code
String

An identifier for the error.

message
String

A message describing the error.

Returns

A new DevCenterImageCreationErrorDetails instance for mocking.

Applies to