ManagedEnvironmentsDiagnostics interface

Interface representing a ManagedEnvironmentsDiagnostics.

Methods

getRoot(string, string, ManagedEnvironmentsDiagnosticsGetRootOptionalParams)

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

Method Details

getRoot(string, string, ManagedEnvironmentsDiagnosticsGetRootOptionalParams)

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

function getRoot(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentsDiagnosticsGetRootOptionalParams): Promise<ManagedEnvironment>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

environmentName

string

Name of the Environment.

options
ManagedEnvironmentsDiagnosticsGetRootOptionalParams

The options parameters.

Returns