PrivateLinkResourcesOperations interface
Interface representing a PrivateLinkResources operations.
Properties
| get | Get the specified private link resource associated with the private link. |
| list | List all private link resources in a private link. |
Property Details
get
Get the specified private link resource associated with the private link.
get: (resourceGroupName: string, privateLinkName: string, groupId: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkGroupResource>
Property Value
(resourceGroupName: string, privateLinkName: string, groupId: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkGroupResource>
list
List all private link resources in a private link.
list: (resourceGroupName: string, privateLinkName: string, options?: PrivateLinkResourcesListOptionalParams) => PagedAsyncIterableIterator<PrivateLinkGroupResource, PrivateLinkGroupResource[], PageSettings>
Property Value
(resourceGroupName: string, privateLinkName: string, options?: PrivateLinkResourcesListOptionalParams) => PagedAsyncIterableIterator<PrivateLinkGroupResource, PrivateLinkGroupResource[], PageSettings>