Share via


ArmAppServiceModelFactory.WebAppErrorInfo(String) Method

Definition

Initializes a new instance of WebAppErrorInfo.

public static Azure.ResourceManager.AppService.Models.WebAppErrorInfo WebAppErrorInfo (string code = default);
static member WebAppErrorInfo : string -> Azure.ResourceManager.AppService.Models.WebAppErrorInfo
Public Shared Function WebAppErrorInfo (Optional code As String = Nothing) As WebAppErrorInfo

Parameters

code
String

The error code.

Returns

A new WebAppErrorInfo instance for mocking.

Applies to