ContainerAppConnectedEnvironmentCollection.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the properties of an connectedEnvironment.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}
- Operation Id: ConnectedEnvironments_Get
- Default Api Version: 2024-03-01
- Resource: ContainerAppConnectedEnvironmentResource
public virtual Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentResource> Get (string connectedEnvironmentName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentResource>
Public Overridable Function Get (connectedEnvironmentName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ContainerAppConnectedEnvironmentResource)
Parameters
- connectedEnvironmentName
- String
Name of the connectedEnvironment.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
connectedEnvironmentName
is an empty string, and was expected to be non-empty.
connectedEnvironmentName
is null.