PrivateLinkResourcesOperations interface
Interface die een PrivateLinkResources-bewerking vertegenwoordigt.
Eigenschappen
| get | Hiermee haalt u de private link-resources op die moeten worden gemaakt voor een Azure Monitor PrivateLinkScope. |
| list |
Hiermee haalt u de private link-resources op die moeten worden gemaakt voor een Azure Monitor PrivateLinkScope. |
Eigenschapdetails
get
Hiermee haalt u de private link-resources op die moeten worden gemaakt voor een Azure Monitor PrivateLinkScope.
get: (resourceGroupName: string, scopeName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
Waarde van eigenschap
(resourceGroupName: string, scopeName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
listByPrivateLinkScope
Hiermee haalt u de private link-resources op die moeten worden gemaakt voor een Azure Monitor PrivateLinkScope.
listByPrivateLinkScope: (resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Waarde van eigenschap
(resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>