ArmDevCenterModelFactory.DevCenterCatalogConflictError(String, String) 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.
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.