ContainerAppResource.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.
Overloads
| Name | Description |
|---|---|
| Get(String, CancellationToken) |
Gets the details of a private link resource supported by a Container App.
|
| Get(CancellationToken) |
Get the properties of a Container App.
|
Get(String, CancellationToken)
- Source:
- ContainerAppResource.cs
Gets the details of a private link resource supported by a Container App.
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/privateLinkResources/{privateLinkResourceName}.
- Operation Id. : ContainerAppPrivateLinkResources_Get.
- Default Api Version. : 2026-07-01.
- Resource. : ContainerAppResource.
public virtual Azure.Response<Azure.ResourceManager.AppContainers.Models.ContainerAppPrivateLink> Get(string privateLinkResourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.Models.ContainerAppPrivateLink>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.Models.ContainerAppPrivateLink>
Public Overridable Function Get (privateLinkResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ContainerAppPrivateLink)
Parameters
- privateLinkResourceName
- String
The name of the private link associated with the Azure resource.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
privateLinkResourceName is null.
privateLinkResourceName is an empty string, and was expected to be non-empty.
Applies to
Get(CancellationToken)
- Source:
- ContainerAppResource.cs
- Source:
- ContainerAppResource.cs
Get the properties of a Container App.
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}.
- Operation Id. : ContainerApps_Get.
- Default Api Version. : 2026-07-01.
- Resource. : ContainerAppResource.
public virtual Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppResource> Get(System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ContainerAppResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.