Interface ManagedEnvironmentsDiagnostics
public interface ManagedEnvironmentsDiagnostics
Resource collection API of ManagedEnvironmentsDiagnostics.
-
Method Summary
Modifier and TypeMethodDescriptionGet the properties of a Managed Environment.com.azure.core.http.rest.Response<ManagedEnvironment> getRootWithResponse(String resourceGroupName, String environmentName, com.azure.core.util.Context context) Get the properties of a Managed Environment.
-
Method Details
-
getRootWithResponse
com.azure.core.http.rest.Response<ManagedEnvironment> 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
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.
-