Interface ManagedEnvironmentsDiagnosticsClient


public interface ManagedEnvironmentsDiagnosticsClient
An instance of this class provides access to all the operations defined in ManagedEnvironmentsDiagnosticsClient.
  • Method Details

    • getRootWithResponse

      com.azure.core.http.rest.Response<ManagedEnvironmentInner> getRootWithResponse(String resourceGroupName, String environmentName, com.azure.core.util.Context context)
      Get the properties of a Managed Environment.

      Get the properties of a Managed Environment used to host container apps.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      environmentName - Name of the Environment.
      context - The context to associate with this operation.
      Returns:
      the properties of a Managed Environment used to host container apps along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getRoot

      ManagedEnvironmentInner getRoot(String resourceGroupName, String environmentName)
      Get the properties of a Managed Environment.

      Get the properties of a Managed Environment used to host container apps.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      environmentName - Name of the Environment.
      Returns:
      the properties of a Managed Environment used to host container apps.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.