ExpressRouteConnections interface
واجهة تمثل ExpressRouteConnections.
الأساليب
| begin |
إنشاء اتصال بين بوابة ExpressRoute ودائرة ExpressRoute. |
| begin |
إنشاء اتصال بين بوابة ExpressRoute ودائرة ExpressRoute. |
| begin |
حذف اتصال إلى دائرة ExpressRoute. |
| begin |
حذف اتصال إلى دائرة ExpressRoute. |
| get(string, string, string, Express |
يحصل على ExpressRouteConnection المحدد. |
| list(string, string, Express |
يسرد ExpressRouteConnections. |
تفاصيل الأسلوب
beginCreateOrUpdate(string, string, string, ExpressRouteConnection, ExpressRouteConnectionsCreateOrUpdateOptionalParams)
إنشاء اتصال بين بوابة ExpressRoute ودائرة ExpressRoute.
function beginCreateOrUpdate(resourceGroupName: string, expressRouteGatewayName: string, connectionName: string, putExpressRouteConnectionParameters: ExpressRouteConnection, options?: ExpressRouteConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ExpressRouteConnection>, ExpressRouteConnection>>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد.
- expressRouteGatewayName
-
string
اسم بوابة ExpressRoute.
- connectionName
-
string
اسم المصدر الفرعي للاتصال.
- putExpressRouteConnectionParameters
- ExpressRouteConnection
المعلمات المطلوبة في عملية ExpressRouteConnection PUT.
معلمات الخيارات.
المرتجعات
Promise<@azure/core-lro.SimplePollerLike<OperationState<ExpressRouteConnection>, ExpressRouteConnection>>
beginCreateOrUpdateAndWait(string, string, string, ExpressRouteConnection, ExpressRouteConnectionsCreateOrUpdateOptionalParams)
إنشاء اتصال بين بوابة ExpressRoute ودائرة ExpressRoute.
function beginCreateOrUpdateAndWait(resourceGroupName: string, expressRouteGatewayName: string, connectionName: string, putExpressRouteConnectionParameters: ExpressRouteConnection, options?: ExpressRouteConnectionsCreateOrUpdateOptionalParams): Promise<ExpressRouteConnection>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد.
- expressRouteGatewayName
-
string
اسم بوابة ExpressRoute.
- connectionName
-
string
اسم المصدر الفرعي للاتصال.
- putExpressRouteConnectionParameters
- ExpressRouteConnection
المعلمات المطلوبة في عملية ExpressRouteConnection PUT.
معلمات الخيارات.
المرتجعات
Promise<ExpressRouteConnection>
beginDelete(string, string, string, ExpressRouteConnectionsDeleteOptionalParams)
حذف اتصال إلى دائرة ExpressRoute.
function beginDelete(resourceGroupName: string, expressRouteGatewayName: string, connectionName: string, options?: ExpressRouteConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد.
- expressRouteGatewayName
-
string
اسم بوابة ExpressRoute.
- connectionName
-
string
اسم المصدر الفرعي للاتصال.
معلمات الخيارات.
المرتجعات
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, ExpressRouteConnectionsDeleteOptionalParams)
حذف اتصال إلى دائرة ExpressRoute.
function beginDeleteAndWait(resourceGroupName: string, expressRouteGatewayName: string, connectionName: string, options?: ExpressRouteConnectionsDeleteOptionalParams): Promise<void>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد.
- expressRouteGatewayName
-
string
اسم بوابة ExpressRoute.
- connectionName
-
string
اسم المصدر الفرعي للاتصال.
معلمات الخيارات.
المرتجعات
Promise<void>
get(string, string, string, ExpressRouteConnectionsGetOptionalParams)
يحصل على ExpressRouteConnection المحدد.
function get(resourceGroupName: string, expressRouteGatewayName: string, connectionName: string, options?: ExpressRouteConnectionsGetOptionalParams): Promise<ExpressRouteConnection>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد.
- expressRouteGatewayName
-
string
اسم بوابة ExpressRoute.
- connectionName
-
string
اسم اتصال ExpressRoute.
معلمات الخيارات.
المرتجعات
Promise<ExpressRouteConnection>
list(string, string, ExpressRouteConnectionsListOptionalParams)
يسرد ExpressRouteConnections.
function list(resourceGroupName: string, expressRouteGatewayName: string, options?: ExpressRouteConnectionsListOptionalParams): Promise<ExpressRouteConnectionList>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد.
- expressRouteGatewayName
-
string
اسم بوابة ExpressRoute.
معلمات الخيارات.
المرتجعات
Promise<ExpressRouteConnectionList>