MockableAppContainersArmClient.GetContainerAppConnectedEnvironmentResource Method

Definition

Gets an object representing a ContainerAppConnectedEnvironmentResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ContainerAppConnectedEnvironmentResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentResource GetContainerAppConnectedEnvironmentResource (Azure.Core.ResourceIdentifier id);
abstract member GetContainerAppConnectedEnvironmentResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentResource
override this.GetContainerAppConnectedEnvironmentResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentResource
Public Overridable Function GetContainerAppConnectedEnvironmentResource (id As ResourceIdentifier) As ContainerAppConnectedEnvironmentResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ContainerAppConnectedEnvironmentResource object.

Applies to