Partager via


PrivateLinkHubs interface

Interface représentant un PrivateLinkHubs.

Méthodes

beginDelete(string, string, PrivateLinkHubsDeleteOptionalParams)

Supprime un privateLinkHub

beginDeleteAndWait(string, string, PrivateLinkHubsDeleteOptionalParams)

Supprime un privateLinkHub

createOrUpdate(string, string, PrivateLinkHub, PrivateLinkHubsCreateOrUpdateOptionalParams)

Crée ou met à jour un privateLinkHub

get(string, string, PrivateLinkHubsGetOptionalParams)

Obtient un privateLinkHub

list(PrivateLinkHubsListOptionalParams)

Retourne une liste de privateLinkHubs dans un abonnement

listByResourceGroup(string, PrivateLinkHubsListByResourceGroupOptionalParams)

Retourne une liste de privateLinkHubs dans un groupe de ressources

update(string, string, PrivateLinkHubPatchInfo, PrivateLinkHubsUpdateOptionalParams)

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

options
PrivateLinkHubsDeleteOptionalParams

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

options
PrivateLinkHubsDeleteOptionalParams

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

options
PrivateLinkHubsCreateOrUpdateOptionalParams

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

options
PrivateLinkHubsListOptionalParams

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.

options
PrivateLinkHubsListByResourceGroupOptionalParams

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

options
PrivateLinkHubsUpdateOptionalParams

Paramètres d’options.

Retours

Promise<PrivateLinkHub>