ConnectedEnvironments interface
Interface representing a ConnectedEnvironments.
Methods
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.
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.
The options parameters.
Returns
Promise<ConnectedEnvironment>
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.
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.
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.
The options parameters.
Returns
Promise<CheckNameAvailabilityResponse>
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.
The options parameters.
Returns
Promise<ConnectedEnvironment>
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.
The options parameters.
Returns
listBySubscription(ConnectedEnvironmentsListBySubscriptionOptionalParams)
Get all connectedEnvironments for a subscription.
function listBySubscription(options?: ConnectedEnvironmentsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ConnectedEnvironment, ConnectedEnvironment[], PageSettings>
Parameters
The options 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.
The options parameters.
Returns
Promise<ConnectedEnvironment>