ConnectedEnvironments interface

Interface representing a ConnectedEnvironments.

Methods

beginCreateOrUpdate(string, string, ConnectedEnvironment, ConnectedEnvironmentsCreateOrUpdateOptionalParams)

Creates or updates an connectedEnvironment.

beginCreateOrUpdateAndWait(string, string, ConnectedEnvironment, ConnectedEnvironmentsCreateOrUpdateOptionalParams)

Creates or updates an connectedEnvironment.

beginDelete(string, string, ConnectedEnvironmentsDeleteOptionalParams)

Delete an connectedEnvironment.

beginDeleteAndWait(string, string, ConnectedEnvironmentsDeleteOptionalParams)

Delete an connectedEnvironment.

checkNameAvailability(string, string, CheckNameAvailabilityRequest, ConnectedEnvironmentsCheckNameAvailabilityOptionalParams)

Checks if resource connectedEnvironmentName is available.

get(string, string, ConnectedEnvironmentsGetOptionalParams)

Get the properties of an connectedEnvironment.

listByResourceGroup(string, ConnectedEnvironmentsListByResourceGroupOptionalParams)

Get all connectedEnvironments in a resource group.

listBySubscription(ConnectedEnvironmentsListBySubscriptionOptionalParams)

Get all connectedEnvironments for a subscription.

update(string, string, ConnectedEnvironmentsUpdateOptionalParams)

Patches a Managed Environment. Only patching of tags is supported currently

Method Details

beginCreateOrUpdate(string, string, ConnectedEnvironment, ConnectedEnvironmentsCreateOrUpdateOptionalParams)

Creates or updates an connectedEnvironment.

function beginCreateOrUpdate(resourceGroupName: string, connectedEnvironmentName: string, environmentEnvelope: ConnectedEnvironment, options?: ConnectedEnvironmentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConnectedEnvironment>, ConnectedEnvironment>>

Parameters

resourceGroupName

string

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

connectedEnvironmentName

string

Name of the connectedEnvironment.

environmentEnvelope
ConnectedEnvironment

Configuration details of the connectedEnvironment.

options
ConnectedEnvironmentsCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<ConnectedEnvironment>, ConnectedEnvironment>>

beginCreateOrUpdateAndWait(string, string, ConnectedEnvironment, ConnectedEnvironmentsCreateOrUpdateOptionalParams)

Creates or updates an connectedEnvironment.

function beginCreateOrUpdateAndWait(resourceGroupName: string, connectedEnvironmentName: string, environmentEnvelope: ConnectedEnvironment, options?: ConnectedEnvironmentsCreateOrUpdateOptionalParams): Promise<ConnectedEnvironment>

Parameters

resourceGroupName

string

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

connectedEnvironmentName

string

Name of the connectedEnvironment.

environmentEnvelope
ConnectedEnvironment

Configuration details of the connectedEnvironment.

options
ConnectedEnvironmentsCreateOrUpdateOptionalParams

The options parameters.

Returns

beginDelete(string, string, ConnectedEnvironmentsDeleteOptionalParams)

Delete an connectedEnvironment.

function beginDelete(resourceGroupName: string, connectedEnvironmentName: string, options?: ConnectedEnvironmentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

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

connectedEnvironmentName

string

Name of the connectedEnvironment.

options
ConnectedEnvironmentsDeleteOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, ConnectedEnvironmentsDeleteOptionalParams)

Delete an connectedEnvironment.

function beginDeleteAndWait(resourceGroupName: string, connectedEnvironmentName: string, options?: ConnectedEnvironmentsDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

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

connectedEnvironmentName

string

Name of the connectedEnvironment.

options
ConnectedEnvironmentsDeleteOptionalParams

The options parameters.

Returns

Promise<void>

checkNameAvailability(string, string, CheckNameAvailabilityRequest, ConnectedEnvironmentsCheckNameAvailabilityOptionalParams)

Checks if resource connectedEnvironmentName is available.

function checkNameAvailability(resourceGroupName: string, connectedEnvironmentName: string, checkNameAvailabilityRequest: CheckNameAvailabilityRequest, options?: ConnectedEnvironmentsCheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityResponse>

Parameters

resourceGroupName

string

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

connectedEnvironmentName

string

Name of the Managed Environment.

checkNameAvailabilityRequest
CheckNameAvailabilityRequest

The check connectedEnvironmentName availability request.

Returns

get(string, string, ConnectedEnvironmentsGetOptionalParams)

Get the properties of an connectedEnvironment.

function get(resourceGroupName: string, connectedEnvironmentName: string, options?: ConnectedEnvironmentsGetOptionalParams): Promise<ConnectedEnvironment>

Parameters

resourceGroupName

string

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

connectedEnvironmentName

string

Name of the connectedEnvironment.

options
ConnectedEnvironmentsGetOptionalParams

The options parameters.

Returns

listByResourceGroup(string, ConnectedEnvironmentsListByResourceGroupOptionalParams)

Get all connectedEnvironments in a resource group.

function listByResourceGroup(resourceGroupName: string, options?: ConnectedEnvironmentsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ConnectedEnvironment, ConnectedEnvironment[], PageSettings>

Parameters

resourceGroupName

string

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

Returns

listBySubscription(ConnectedEnvironmentsListBySubscriptionOptionalParams)

Get all connectedEnvironments for a subscription.

function listBySubscription(options?: ConnectedEnvironmentsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ConnectedEnvironment, ConnectedEnvironment[], PageSettings>

Parameters

Returns

update(string, string, ConnectedEnvironmentsUpdateOptionalParams)

Patches a Managed Environment. Only patching of tags is supported currently

function update(resourceGroupName: string, connectedEnvironmentName: string, options?: ConnectedEnvironmentsUpdateOptionalParams): Promise<ConnectedEnvironment>

Parameters

resourceGroupName

string

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

connectedEnvironmentName

string

Name of the connectedEnvironment.

options
ConnectedEnvironmentsUpdateOptionalParams

The options parameters.

Returns