ExpressRouteConnectionsOperations interface

ExpressRouteConnections műveleteket represztentáló interfész.

Tulajdonságok

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Kapcsolatot hoz létre egy ExpressRoute-átjáró és egy ExpressRoute-áramkör között.

delete

Törli az ExpressRoute-kapcsolatcsoporthoz való kapcsolatot.

get

Lekéri a megadott ExpressRouteConnection-t.

list

Felsorolja az ExpressRouteConnections adatokat.

Tulajdonság adatai

beginCreateOrUpdate

Figyelmeztetés

Ez az API már elavult.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, expressRouteGatewayName: string, connectionName: string, putExpressRouteConnectionParameters: ExpressRouteConnection, options?: ExpressRouteConnectionsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ExpressRouteConnection>, ExpressRouteConnection>>

Tulajdonság értéke

(resourceGroupName: string, expressRouteGatewayName: string, connectionName: string, putExpressRouteConnectionParameters: ExpressRouteConnection, options?: ExpressRouteConnectionsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ExpressRouteConnection>, ExpressRouteConnection>>

beginCreateOrUpdateAndWait

Figyelmeztetés

Ez az API már elavult.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, expressRouteGatewayName: string, connectionName: string, putExpressRouteConnectionParameters: ExpressRouteConnection, options?: ExpressRouteConnectionsCreateOrUpdateOptionalParams) => Promise<ExpressRouteConnection>

Tulajdonság értéke

(resourceGroupName: string, expressRouteGatewayName: string, connectionName: string, putExpressRouteConnectionParameters: ExpressRouteConnection, options?: ExpressRouteConnectionsCreateOrUpdateOptionalParams) => Promise<ExpressRouteConnection>

beginDelete

Figyelmeztetés

Ez az API már elavult.

use delete instead

beginDelete: (resourceGroupName: string, expressRouteGatewayName: string, connectionName: string, options?: ExpressRouteConnectionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Tulajdonság értéke

(resourceGroupName: string, expressRouteGatewayName: string, connectionName: string, options?: ExpressRouteConnectionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Figyelmeztetés

Ez az API már elavult.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, expressRouteGatewayName: string, connectionName: string, options?: ExpressRouteConnectionsDeleteOptionalParams) => Promise<void>

Tulajdonság értéke

(resourceGroupName: string, expressRouteGatewayName: string, connectionName: string, options?: ExpressRouteConnectionsDeleteOptionalParams) => Promise<void>

createOrUpdate

Kapcsolatot hoz létre egy ExpressRoute-átjáró és egy ExpressRoute-áramkör között.

createOrUpdate: (resourceGroupName: string, expressRouteGatewayName: string, connectionName: string, putExpressRouteConnectionParameters: ExpressRouteConnection, options?: ExpressRouteConnectionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ExpressRouteConnection>, ExpressRouteConnection>

Tulajdonság értéke

(resourceGroupName: string, expressRouteGatewayName: string, connectionName: string, putExpressRouteConnectionParameters: ExpressRouteConnection, options?: ExpressRouteConnectionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ExpressRouteConnection>, ExpressRouteConnection>

delete

Törli az ExpressRoute-kapcsolatcsoporthoz való kapcsolatot.

delete: (resourceGroupName: string, expressRouteGatewayName: string, connectionName: string, options?: ExpressRouteConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Tulajdonság értéke

(resourceGroupName: string, expressRouteGatewayName: string, connectionName: string, options?: ExpressRouteConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Lekéri a megadott ExpressRouteConnection-t.

get: (resourceGroupName: string, expressRouteGatewayName: string, connectionName: string, options?: ExpressRouteConnectionsGetOptionalParams) => Promise<ExpressRouteConnection>

Tulajdonság értéke

(resourceGroupName: string, expressRouteGatewayName: string, connectionName: string, options?: ExpressRouteConnectionsGetOptionalParams) => Promise<ExpressRouteConnection>

list

Felsorolja az ExpressRouteConnections adatokat.

list: (resourceGroupName: string, expressRouteGatewayName: string, options?: ExpressRouteConnectionsListOptionalParams) => Promise<ExpressRouteConnectionList>

Tulajdonság értéke

(resourceGroupName: string, expressRouteGatewayName: string, options?: ExpressRouteConnectionsListOptionalParams) => Promise<ExpressRouteConnectionList>