PrivateLinkResourcesOperations interface
Schnittstelle, die einen PrivateLinkResources-Vorgang darstellt.
Eigenschaften
| get | Ruft die privaten Linkressourcen ab, die für einen Azure Monitor PrivateLinkScope erstellt werden müssen. |
| list |
Ruft die privaten Linkressourcen ab, die für einen Azure Monitor PrivateLinkScope erstellt werden müssen. |
Details zur Eigenschaft
get
Ruft die privaten Linkressourcen ab, die für einen Azure Monitor PrivateLinkScope erstellt werden müssen.
get: (resourceGroupName: string, scopeName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
Eigenschaftswert
(resourceGroupName: string, scopeName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
listByPrivateLinkScope
Ruft die privaten Linkressourcen ab, die für einen Azure Monitor PrivateLinkScope erstellt werden müssen.
listByPrivateLinkScope: (resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>