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

ArmDevCenterModelFactory.DevCenterCatalogConflictError(String, String) Method

Definition

An individual conflict error.

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

Parameters

path
String

The path of the file that has a conflicting name.

name
String

Name of the conflicting catalog item.

Returns

A new DevCenterCatalogConflictError instance for mocking.

Applies to