PrivateLinkResourcesOperations interface
Interface representing a PrivateLinkResources operations.
Properties
| get | Get specific private link resource information for this grafana resource |
| list | List all private link resources information for this grafana resource |
Property Details
get
Get specific private link resource information for this grafana resource
get: (resourceGroupName: string, workspaceName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
Property Value
(resourceGroupName: string, workspaceName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
list
List all private link resources information for this grafana resource
list: (resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Property Value
(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>