PrivateLinkResourcesOperations interface
Interfaccia che rappresenta un'operazione PrivateLinkResources.
Proprietà
| get | Restituisce una risorsa collegamento privato specificata che deve essere creata per Backup e SiteRecovery |
| list | Restituisce l'elenco di risorse collegamento privato che devono essere create per Backup e SiteRecovery |
Dettagli proprietà
get
Restituisce una risorsa collegamento privato specificata che deve essere creata per Backup e SiteRecovery
get: (resourceGroupName: string, vaultName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
Valore della proprietà
(resourceGroupName: string, vaultName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
list
Restituisce l'elenco di risorse collegamento privato che devono essere create per Backup e SiteRecovery
list: (resourceGroupName: string, vaultName: string, options?: PrivateLinkResourcesListOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Valore della proprietà
(resourceGroupName: string, vaultName: string, options?: PrivateLinkResourcesListOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>