PrivateLinkHubs interface
Interface représentant un PrivateLinkHubs.
Méthodes
| begin |
Supprime un privateLinkHub |
| begin |
Supprime un privateLinkHub |
| create |
Crée ou met à jour un privateLinkHub |
| get(string, string, Private |
Obtient un privateLinkHub |
| list(Private |
Retourne une liste de privateLinkHubs dans un abonnement |
| list |
Retourne une liste de privateLinkHubs dans un groupe de ressources |
| update(string, string, Private |
Met à jour un privateLinkHub |
Détails de la méthode
beginDelete(string, string, PrivateLinkHubsDeleteOptionalParams)
Supprime un privateLinkHub
function beginDelete(resourceGroupName: string, privateLinkHubName: string, options?: PrivateLinkHubsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- privateLinkHubName
-
string
Nom du privateLinkHub
Paramètres d’options.
Retours
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, PrivateLinkHubsDeleteOptionalParams)
Supprime un privateLinkHub
function beginDeleteAndWait(resourceGroupName: string, privateLinkHubName: string, options?: PrivateLinkHubsDeleteOptionalParams): Promise<void>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- privateLinkHubName
-
string
Nom du privateLinkHub
Paramètres d’options.
Retours
Promise<void>
createOrUpdate(string, string, PrivateLinkHub, PrivateLinkHubsCreateOrUpdateOptionalParams)
Crée ou met à jour un privateLinkHub
function createOrUpdate(resourceGroupName: string, privateLinkHubName: string, privateLinkHubInfo: PrivateLinkHub, options?: PrivateLinkHubsCreateOrUpdateOptionalParams): Promise<PrivateLinkHub>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- privateLinkHubName
-
string
Nom du privateLinkHub
- privateLinkHubInfo
- PrivateLinkHub
Propriétés de la demande de création ou de mise à jour privateLinkHub
Paramètres d’options.
Retours
Promise<PrivateLinkHub>
get(string, string, PrivateLinkHubsGetOptionalParams)
Obtient un privateLinkHub
function get(resourceGroupName: string, privateLinkHubName: string, options?: PrivateLinkHubsGetOptionalParams): Promise<PrivateLinkHub>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- privateLinkHubName
-
string
Nom du privateLinkHub
- options
- PrivateLinkHubsGetOptionalParams
Paramètres d’options.
Retours
Promise<PrivateLinkHub>
list(PrivateLinkHubsListOptionalParams)
Retourne une liste de privateLinkHubs dans un abonnement
function list(options?: PrivateLinkHubsListOptionalParams): PagedAsyncIterableIterator<PrivateLinkHub, PrivateLinkHub[], PageSettings>
Paramètres
Paramètres d’options.
Retours
listByResourceGroup(string, PrivateLinkHubsListByResourceGroupOptionalParams)
Retourne une liste de privateLinkHubs dans un groupe de ressources
function listByResourceGroup(resourceGroupName: string, options?: PrivateLinkHubsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PrivateLinkHub, PrivateLinkHub[], PageSettings>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
Paramètres d’options.
Retours
update(string, string, PrivateLinkHubPatchInfo, PrivateLinkHubsUpdateOptionalParams)
Met à jour un privateLinkHub
function update(resourceGroupName: string, privateLinkHubName: string, privateLinkHubPatchInfo: PrivateLinkHubPatchInfo, options?: PrivateLinkHubsUpdateOptionalParams): Promise<PrivateLinkHub>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- privateLinkHubName
-
string
Nom du privateLinkHub
- privateLinkHubPatchInfo
- PrivateLinkHubPatchInfo
Propriétés de demande de correctif PrivateLinkHub
Paramètres d’options.
Retours
Promise<PrivateLinkHub>