PrivateLinkResources interface
Interfejs reprezentujący element PrivateLinkResources.
Metody
get(string, string, string, Private |
Pobiera zasoby łącza prywatnego, które należy utworzyć dla usługi Azure Monitor PrivateLinkScope. |
list |
Pobiera zasoby łącza prywatnego, które należy utworzyć dla usługi Azure Monitor PrivateLinkScope. |
Szczegóły metody
get(string, string, string, PrivateLinkResourcesGetOptionalParams)
Pobiera zasoby łącza prywatnego, które należy utworzyć dla usługi Azure Monitor PrivateLinkScope.
function get(resourceGroupName: string, scopeName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.
- scopeName
-
string
Nazwa zasobu Azure Arc PrivateLinkScope.
- groupName
-
string
Nazwa zasobu łącza prywatnego.
Parametry opcji.
Zwraca
Promise<PrivateLinkResource>
listByPrivateLinkScope(string, string, PrivateLinkResourcesListByPrivateLinkScopeOptionalParams)
Pobiera zasoby łącza prywatnego, które należy utworzyć dla usługi Azure Monitor PrivateLinkScope.
function listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.
- scopeName
-
string
Nazwa zasobu Azure Arc PrivateLinkScope.
Parametry opcji.