PrivateLinkResourcesOperations interface
Interface representing a PrivateLinkResourcesOperations.
Methods
get(string, string, string, Private |
Returns a specified private link resource that need to be created for Backup and SiteRecovery |
list(string, string, Private |
Returns the list of private link resources that need to be created for Backup and SiteRecovery |
Method Details
get(string, string, string, PrivateLinkResourcesGetOptionalParams)
Returns a specified private link resource that need to be created for Backup and SiteRecovery
function get(resourceGroupName: string, vaultName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- vaultName
-
string
The name of the recovery services vault.
- privateLinkResourceName
-
string
The options parameters.
Returns
Promise<PrivateLinkResource>
list(string, string, PrivateLinkResourcesListOptionalParams)
Returns the list of private link resources that need to be created for Backup and SiteRecovery
function list(resourceGroupName: string, vaultName: string, options?: PrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- vaultName
-
string
The name of the recovery services vault.
The options parameters.