PrivateLinkResourceOperations interface
Interfaccia che rappresenta un'operazione PrivateLinkResource.
Proprietà
| get | Ottiene informazioni sulla risorsa collegamento privato specificata. |
| list |
Elenca tutte le risorse di collegamento privato nell'account specificato. |
Dettagli proprietà
get
Ottiene informazioni sulla risorsa collegamento privato specificata.
get: (resourceGroupName: string, accountName: string, privateLinkResourceName: string, options?: PrivateLinkResourceGetOptionalParams) => Promise<PrivateLinkResource>
Valore della proprietà
(resourceGroupName: string, accountName: string, privateLinkResourceName: string, options?: PrivateLinkResourceGetOptionalParams) => Promise<PrivateLinkResource>
listByBatchAccount
Elenca tutte le risorse di collegamento privato nell'account specificato.
listByBatchAccount: (resourceGroupName: string, accountName: string, options?: PrivateLinkResourceListByBatchAccountOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Valore della proprietà
(resourceGroupName: string, accountName: string, options?: PrivateLinkResourceListByBatchAccountOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>