PrivateLinkResources interface
Interface die een PrivateLinkResources vertegenwoordigt.
Methoden
get(string, string, string, Private |
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. |
Methodedetails
get(string, string, string, PrivateLinkResourcesGetOptionalParams)
Hiermee haalt u de private link-resources op die moeten worden gemaakt voor een Azure Monitor PrivateLinkScope.
function get(resourceGroupName: string, scopeName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- scopeName
-
string
De naam van de Azure Arc PrivateLinkScope-resource.
- groupName
-
string
De naam van de private link-resource.
De optiesparameters.
Retouren
Promise<PrivateLinkResource>
listByPrivateLinkScope(string, string, PrivateLinkResourcesListByPrivateLinkScopeOptionalParams)
Hiermee haalt u de private link-resources op die moeten worden gemaakt voor een Azure Monitor PrivateLinkScope.
function listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- scopeName
-
string
De naam van de Azure Arc PrivateLinkScope-resource.
De optiesparameters.