PrivateLinkResourcesOperations interface
Interfaccia che rappresenta un'operazione PrivateLinkResources.
Proprietà
| get | Ottiene le risorse di collegamento privato che devono essere create per un privatelinkscope di Monitoraggio di Azure. |
| list |
Ottiene le risorse di collegamento privato che devono essere create per un privatelinkscope di Monitoraggio di Azure. |
Dettagli proprietà
get
Ottiene le risorse di collegamento privato che devono essere create per un privatelinkscope di Monitoraggio di Azure.
get: (resourceGroupName: string, scopeName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
Valore della proprietà
(resourceGroupName: string, scopeName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
listByPrivateLinkScope
Ottiene le risorse di collegamento privato che devono essere create per un privatelinkscope di Monitoraggio di Azure.
listByPrivateLinkScope: (resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Valore della proprietà
(resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>