Share via


PrivateLinkResourcesOperations interface

Interface representing a PrivateLinkResources operations.

Properties

get

Returns a specified private link resource that need to be created for Backup and SiteRecovery

list

Returns the list of private link resources that need to be created for Backup and SiteRecovery

Property Details

get

Returns a specified private link resource that need to be created for Backup and SiteRecovery

get: (resourceGroupName: string, vaultName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>

Property Value

(resourceGroupName: string, vaultName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>

list

Returns the list of private link resources that need to be created for Backup and SiteRecovery

list: (resourceGroupName: string, vaultName: string, options?: PrivateLinkResourcesListOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Property Value

(resourceGroupName: string, vaultName: string, options?: PrivateLinkResourcesListOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>