ArmDevCenterModelFactory.DevCenterImageCreationErrorDetails 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.
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.