Share via


ProjectCatalogEnvironmentDefinitionsClient Interface

public interface ProjectCatalogEnvironmentDefinitionsClient

An instance of this class provides access to all the operations defined in ProjectCatalogEnvironmentDefinitionsClient.

Method Details

getErrorDetails

public abstract CatalogResourceValidationErrorDetailsInner getErrorDetails(String resourceGroupName, String projectName, String catalogName, String environmentDefinitionName)

Gets Environment Definition error details.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
projectName - The name of the project.
catalogName - The name of the Catalog.
environmentDefinitionName - The name of the Environment Definition.

Returns:

environment Definition error details.

getErrorDetailsWithResponse

public abstract Response<CatalogResourceValidationErrorDetailsInner> getErrorDetailsWithResponse(String resourceGroupName, String projectName, String catalogName, String environmentDefinitionName, Context context)

Gets Environment Definition error details.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
projectName - The name of the project.
catalogName - The name of the Catalog.
environmentDefinitionName - The name of the Environment Definition.
context - The context to associate with this operation.

Returns:

environment Definition error details along with Response<T>.

Applies to