PrivateLinkResources interface
Interface die een PrivateLinkResources vertegenwoordigt.
Methoden
| get(string, string, string, Private |
Hiermee haalt u een private link-resource op die moet worden gemaakt voor een configuratiearchief. |
| list |
Hiermee haalt u de private link-resources op die moeten worden gemaakt voor een configuratiearchief. |
Methodedetails
get(string, string, string, PrivateLinkResourcesGetOptionalParams)
Hiermee haalt u een private link-resource op die moet worden gemaakt voor een configuratiearchief.
function get(resourceGroupName: string, configStoreName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep waartoe het containerregister behoort.
- configStoreName
-
string
De naam van het configuratiearchief.
- groupName
-
string
De naam van de private link-resourcegroep.
De optiesparameters.
Retouren
Promise<PrivateLinkResource>
listByConfigurationStore(string, string, PrivateLinkResourcesListByConfigurationStoreOptionalParams)
Hiermee haalt u de private link-resources op die moeten worden gemaakt voor een configuratiearchief.
function listByConfigurationStore(resourceGroupName: string, configStoreName: string, options?: PrivateLinkResourcesListByConfigurationStoreOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep waartoe het containerregister behoort.
- configStoreName
-
string
De naam van het configuratiearchief.
De optiesparameters.