ContainerAppPrivateLinkResourcesOperations interface
Interface representing a ContainerAppPrivateLinkResources operations.
Properties
| get | Gets the details of a private link resource supported by a Container App. |
| list | Lists the private link resources supported by a Container App. |
Property Details
get
Gets the details of a private link resource supported by a Container App.
get: (resourceGroupName: string, containerAppName: string, privateLinkResourceName: string, options?: ContainerAppPrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
Property Value
(resourceGroupName: string, containerAppName: string, privateLinkResourceName: string, options?: ContainerAppPrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
list
Lists the private link resources supported by a Container App.
list: (resourceGroupName: string, containerAppName: string, options?: ContainerAppPrivateLinkResourcesListOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Property Value
(resourceGroupName: string, containerAppName: string, options?: ContainerAppPrivateLinkResourcesListOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>