Partager via


VNetPeering interface

Interface représentant un VNetPeering.

Méthodes

beginCreateOrUpdate(string, string, string, VirtualNetworkPeering, VNetPeeringCreateOrUpdateOptionalParams)

Crée le peering de réseaux virtuels pour l’espace de travail.

beginCreateOrUpdateAndWait(string, string, string, VirtualNetworkPeering, VNetPeeringCreateOrUpdateOptionalParams)

Crée le peering de réseaux virtuels pour l’espace de travail.

beginDelete(string, string, string, VNetPeeringDeleteOptionalParams)

Supprime l’espace de travail vNetPeering.

beginDeleteAndWait(string, string, string, VNetPeeringDeleteOptionalParams)

Supprime l’espace de travail vNetPeering.

get(string, string, string, VNetPeeringGetOptionalParams)

Obtient l’appairage de réseaux virtuels de l’espace de travail.

listByWorkspace(string, string, VNetPeeringListByWorkspaceOptionalParams)

Répertorie les peerings de réseaux virtuels de l’espace de travail.

Détails de la méthode

beginCreateOrUpdate(string, string, string, VirtualNetworkPeering, VNetPeeringCreateOrUpdateOptionalParams)

Crée le peering de réseaux virtuels pour l’espace de travail.

function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, peeringName: string, virtualNetworkPeeringParameters: VirtualNetworkPeering, options?: VNetPeeringCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworkPeering>, VirtualNetworkPeering>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

peeringName

string

Nom du peering de réseaux virtuels de l’espace de travail.

virtualNetworkPeeringParameters
VirtualNetworkPeering

Paramètres fournis à l’appairage de réseau virtuel de l’espace de travail de création.

options
VNetPeeringCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<VirtualNetworkPeering>, VirtualNetworkPeering>>

beginCreateOrUpdateAndWait(string, string, string, VirtualNetworkPeering, VNetPeeringCreateOrUpdateOptionalParams)

Crée le peering de réseaux virtuels pour l’espace de travail.

function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, peeringName: string, virtualNetworkPeeringParameters: VirtualNetworkPeering, options?: VNetPeeringCreateOrUpdateOptionalParams): Promise<VirtualNetworkPeering>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

peeringName

string

Nom du peering de réseaux virtuels de l’espace de travail.

virtualNetworkPeeringParameters
VirtualNetworkPeering

Paramètres fournis à l’appairage de réseau virtuel de l’espace de travail de création.

options
VNetPeeringCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

beginDelete(string, string, string, VNetPeeringDeleteOptionalParams)

Supprime l’espace de travail vNetPeering.

function beginDelete(resourceGroupName: string, workspaceName: string, peeringName: string, options?: VNetPeeringDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

peeringName

string

Nom du peering de réseaux virtuels de l’espace de travail.

options
VNetPeeringDeleteOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, VNetPeeringDeleteOptionalParams)

Supprime l’espace de travail vNetPeering.

function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, peeringName: string, options?: VNetPeeringDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

peeringName

string

Nom du peering de réseaux virtuels de l’espace de travail.

options
VNetPeeringDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, VNetPeeringGetOptionalParams)

Obtient l’appairage de réseaux virtuels de l’espace de travail.

function get(resourceGroupName: string, workspaceName: string, peeringName: string, options?: VNetPeeringGetOptionalParams): Promise<VirtualNetworkPeering>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

peeringName

string

Nom du peering de réseaux virtuels de l’espace de travail.

options
VNetPeeringGetOptionalParams

Paramètres d’options.

Retours

listByWorkspace(string, string, VNetPeeringListByWorkspaceOptionalParams)

Répertorie les peerings de réseaux virtuels de l’espace de travail.

function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: VNetPeeringListByWorkspaceOptionalParams): PagedAsyncIterableIterator<VirtualNetworkPeering, VirtualNetworkPeering[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

options
VNetPeeringListByWorkspaceOptionalParams

Paramètres d’options.

Retours