PrivateLinkResourcesOperations interface
Interface representing a PrivateLinkResources operations.
Properties
| get | Gets a private link resource for MySQL server. |
| list |
Lists the private link resources for MySQL server. |
Property Details
get
Gets a private link resource for MySQL server.
get: (resourceGroupName: string, serverName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
Property Value
(resourceGroupName: string, serverName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
listByServer
Lists the private link resources for MySQL server.
listByServer: (resourceGroupName: string, serverName: string, options?: PrivateLinkResourcesListByServerOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Property Value
(resourceGroupName: string, serverName: string, options?: PrivateLinkResourcesListByServerOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>