az network express-route gateway connection

ExpressRoute 게이트웨이 연결을 관리합니다.

명령

az network express-route gateway connection create

ExpressRoute 게이트웨이 연결을 만듭니다.

az network express-route gateway connection delete

ExpressRoute 게이트웨이 연결을 삭제합니다.

az network express-route gateway connection list

ExpressRoute 게이트웨이 연결을 나열합니다.

az network express-route gateway connection show

ExpressRoute 게이트웨이 연결의 세부 정보를 얻습니다.

az network express-route gateway connection update

ExpressRoute 게이트웨이 연결을 업데이트합니다.

az network express-route gateway connection create

ExpressRoute 게이트웨이 연결을 만듭니다.

az network express-route gateway connection create --gateway-name
                                                   --name
                                                   --peering
                                                   --resource-group
                                                   [--associated]
                                                   [--authorization-key]
                                                   [--circuit-name]
                                                   [--internet-security {false, true}]
                                                   [--labels]
                                                   [--propagated]
                                                   [--routing-weight]
                                                   [--subscription]

예제

ExpressRoute 게이트웨이 연결을 만듭니다.

az network express-route gateway connection create --gateway-name MyGateway -n MyExpressRouteConnection -g MyResourceGroup --peering /subscriptions/MySub/resourceGroups/MyResourceGroup/providers/Microsoft.Network/expressRouteCircuits/MyCircuit/peerings/AzurePrivatePeering --associated-route-table /MySub/resourceGroups/MyResourceGroup/providers/Microsoft.Network/virtualHubs/MyHub/hubRouteTables/MyRouteTable1 --propagated-route-tables /MySub/resourceGroups/MyResourceGroup/providers/Microsoft.Network/virtualHubs/MyHub/hubRouteTables/MyRouteTable1 /MySub/resourceGroups/MyResourceGroup/providers/Microsoft.Network/virtualHubs/MyHub/hubRouteTables/MyRouteTable2 --labels label1 label2

ExpressRoute 게이트웨이 연결을 만듭니다. (자동 생성)

az network express-route gateway connection create --gateway-name MyGateway --name MyExpressRouteConnection --peering /subscriptions/MySub/resourceGroups/MyResourceGroup/providers/Microsoft.Network/expressRouteCircuits/MyCircuit/peerings/AzurePrivatePeering --resource-group MyResourceGroup

필수 매개 변수

--gateway-name

ExpressRoute 게이트웨이 이름입니다.

--name -n

ExpressRoute 연결 이름입니다.

--peering

ExpressRoute 피어링의 이름 또는 ID입니다.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

선택적 매개 변수

--associated --associated-route-table

이 라우팅 구성과 연결된 경로 테이블의 리소스 ID입니다.

--authorization-key

연결을 설정하는 권한 부여 키입니다.

--circuit-name

ExpressRoute 회로 이름입니다.

--internet-security

인터넷 보안을 사용하도록 설정합니다. 가상 허브는 학습된 기본 경로를 이 ExpressRoute 연결로 전파하는 기능을 가질 수 있습니다. 이 https://review.docs.microsoft.com/en-us/azure/virtual-wan/effective-routes-virtual-hub?branch=pr-en-us-91866#aboutdefaultroute 참조가 유용할 수 있습니다.

허용되는 값: false, true
--labels

전파된 경로 테이블에 대한 공백으로 구분된 레이블 목록입니다.

--propagated --propagated-route-tables

전파된 경로 테이블의 리소스 ID에 대한 공백으로 구분된 목록입니다.

--routing-weight

연결과 연결된 라우팅 가중치입니다.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 기본 구독을 구성할 수 az account set -s NAME_OR_ID 있습니다.

az network express-route gateway connection delete

ExpressRoute 게이트웨이 연결을 삭제합니다.

az network express-route gateway connection delete [--gateway-name]
                                                   [--ids]
                                                   [--name]
                                                   [--resource-group]
                                                   [--subscription]

예제

ExpressRoute 게이트웨이 연결을 삭제합니다. (자동 생성)

az network express-route gateway connection delete --gateway-name MyGateway --name MyExpressRouteConnection --resource-group MyResourceGroup

선택적 매개 변수

--gateway-name

ExpressRoute 게이트웨이 이름입니다.

--ids

하나 이상의 리소스 ID(공백으로 구분). '리소스 ID' 인수의 모든 정보를 포함하는 전체 리소스 ID여야 합니다. --ids 또는 다른 '리소스 ID' 인수를 제공해야 합니다.

--name -n

ExpressRoute 연결 이름입니다.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 기본 구독을 구성할 수 az account set -s NAME_OR_ID 있습니다.

az network express-route gateway connection list

ExpressRoute 게이트웨이 연결을 나열합니다.

az network express-route gateway connection list --gateway-name
                                                 --resource-group
                                                 [--query-examples]
                                                 [--subscription]

예제

ExpressRoute 게이트웨이 연결을 나열합니다. (자동 생성)

az network express-route gateway connection list --gateway-name MyGateway --resource-group MyResourceGroup

필수 매개 변수

--gateway-name

ExpressRoute 게이트웨이 이름입니다.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

선택적 매개 변수

--query-examples

JMESPath 문자열을 권장합니다. 쿼리 중 하나를 복사하여 큰따옴표 안에 --query 매개 변수를 붙여넣어 결과를 볼 수 있습니다. 이러한 키워드를 기반으로 제안을 제공할 수 있도록 하나 이상의 위치 키워드를 추가할 수 있습니다.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 기본 구독을 구성할 수 az account set -s NAME_OR_ID 있습니다.

az network express-route gateway connection show

ExpressRoute 게이트웨이 연결의 세부 정보를 얻습니다.

az network express-route gateway connection show [--gateway-name]
                                                 [--ids]
                                                 [--name]
                                                 [--query-examples]
                                                 [--resource-group]
                                                 [--subscription]

예제

ExpressRoute 게이트웨이 연결의 세부 정보를 얻습니다. (자동 생성)

az network express-route gateway connection show --gateway-name MyGateway --name MyExpressRouteConnection --resource-group MyResourceGroup

선택적 매개 변수

--gateway-name

ExpressRoute 게이트웨이 이름입니다.

--ids

하나 이상의 리소스 ID(공백으로 구분). '리소스 ID' 인수의 모든 정보를 포함하는 전체 리소스 ID여야 합니다. --ids 또는 다른 '리소스 ID' 인수를 제공해야 합니다.

--name -n

ExpressRoute 연결 이름입니다.

--query-examples

JMESPath 문자열을 권장합니다. 쿼리 중 하나를 복사하여 큰따옴표 안에 --query 매개 변수를 붙여넣어 결과를 볼 수 있습니다. 이러한 키워드를 기반으로 제안을 제공할 수 있도록 하나 이상의 위치 키워드를 추가할 수 있습니다.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 기본 구독을 구성할 수 az account set -s NAME_OR_ID 있습니다.

az network express-route gateway connection update

ExpressRoute 게이트웨이 연결을 업데이트합니다.

az network express-route gateway connection update [--add]
                                                   [--associated]
                                                   [--authorization-key]
                                                   [--circuit-name]
                                                   [--force-string]
                                                   [--gateway-name]
                                                   [--ids]
                                                   [--internet-security {false, true}]
                                                   [--labels]
                                                   [--name]
                                                   [--peering]
                                                   [--propagated]
                                                   [--remove]
                                                   [--resource-group]
                                                   [--routing-weight]
                                                   [--set]
                                                   [--subscription]

예제

ExpressRoute 게이트웨이 연결을 업데이트합니다.

az network express-route gateway connection update --gateway-name MyGateway -n MyExpressRouteConnection -g MyResourceGroup --peering /subscriptions/MySub/resourceGroups/MyResourceGroup/providers/Microsoft.Network/expressRouteCircuits/MyCircuit/peerings/AzurePrivatePeering --associated-route-table /MySub/resourceGroups/MyResourceGroup/providers/Microsoft.Network/virtualHubs/MyHub/hubRouteTables/MyRouteTable1 --propagated-route-tables /MySub/resourceGroups/MyResourceGroup/providers/Microsoft.Network/virtualHubs/MyHub/hubRouteTables/MyRouteTable1 /MySub/resourceGroups/MyResourceGroup/providers/Microsoft.Network/virtualHubs/MyHub/hubRouteTables/MyRouteTable2 --labels label1 label2

선택적 매개 변수

--add

경로 및 키 값 쌍을 지정하여 개체를 개체 목록에 추가합니다. 예: --add property.listProperty <key=value, string 또는 JSON string>.

--associated --associated-route-table

이 라우팅 구성과 연결된 경로 테이블의 리소스 ID입니다.

--authorization-key

연결을 설정하는 권한 부여 키입니다.

--circuit-name

ExpressRoute 회로 이름입니다.

--force-string

'set' 또는 'add'를 사용하는 경우 JSON으로 변환하는 대신 문자열 리터럴을 유지합니다.

--gateway-name

ExpressRoute 게이트웨이 이름입니다.

--ids

하나 이상의 리소스 ID(공백으로 구분). '리소스 ID' 인수의 모든 정보를 포함하는 전체 리소스 ID여야 합니다. --ids 또는 다른 '리소스 ID' 인수를 제공해야 합니다.

--internet-security

인터넷 보안을 사용하도록 설정합니다. 가상 허브는 학습된 기본 경로를 이 ExpressRoute 연결로 전파하는 기능을 가질 수 있습니다. 이 https://review.docs.microsoft.com/en-us/azure/virtual-wan/effective-routes-virtual-hub?branch=pr-en-us-91866#aboutdefaultroute 참조가 유용할 수 있습니다.

허용되는 값: false, true
--labels

전파된 경로 테이블에 대한 공백으로 구분된 레이블 목록입니다.

--name -n

ExpressRoute 연결 이름입니다.

--peering

ExpressRoute 피어링의 이름 또는 ID입니다.

--propagated --propagated-route-tables

전파된 경로 테이블의 리소스 ID에 대한 공백으로 구분된 목록입니다.

--remove

목록에서 속성 또는 요소를 제거합니다. 예: --remove property.list OR --remove propertyToRemove.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

--routing-weight

연결과 연결된 라우팅 가중치입니다.

--set

설정할 속성 경로와 값을 지정하여 개체를 업데이트합니다. 예: --set property1.property2=.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 기본 구독을 구성할 수 az account set -s NAME_OR_ID 있습니다.