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