다음을 통해 공유


Microsoft.Network expressRouteGateways/expressRouteConnections 2021-08-01

Bicep 리소스 정의

expressRouteGateways/expressRouteConnections 리소스 종류는 다음을 대상으로 하는 작업을 사용하여 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.

리소스 형식

Microsoft.Network/expressRouteGateways/expressRouteConnections 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.

resource symbolicname 'Microsoft.Network/expressRouteGateways/expressRouteConnections@2021-08-01' = {
  name: 'string'
  parent: resourceSymbolicName
  properties: {
    authorizationKey: 'string'
    enableInternetSecurity: bool
    expressRouteCircuitPeering: {
      id: 'string'
    }
    expressRouteGatewayBypass: bool
    routingConfiguration: {
      associatedRouteTable: {
        id: 'string'
      }
      propagatedRouteTables: {
        ids: [
          {
            id: 'string'
          }
        ]
        labels: [
          'string'
        ]
      }
      vnetRoutes: {
        staticRoutes: [
          {
            addressPrefixes: [
              'string'
            ]
            name: 'string'
            nextHopIpAddress: 'string'
          }
        ]
      }
    }
    routingWeight: int
  }
}

속성 값

expressRouteGateways/expressRouteConnections

Name Description
name 리소스 이름

Bicep에서 자식 리소스의 이름과 형식을 설정하는 방법을 참조하세요.
string(필수)
부모(parent) Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가하면 됩니다.

자세한 내용은 부모 리소스 외부의 자식 리소스를 참조하세요.
형식의 리소스에 대한 기호 이름: expressRouteGateways
properties Express 경로 연결의 속성입니다. ExpressRouteConnectionProperties

ExpressRouteConnectionProperties

Name Description
authorizationKey 연결을 설정하는 권한 부여 키입니다. 문자열
enableInternetSecurity 인터넷 보안을 사용하도록 설정합니다. bool
expressRouteCircuitPeering ExpressRoute 회로 피어링입니다. ExpressRouteCircuitPeeringId (필수)
expressRouteGatewayBypass vWan 방화벽 허브에 FastPath를 사용하도록 설정합니다. bool
routingConfiguration 이 연결에 연결된 경로 테이블과 전파된 경로 테이블을 나타내는 라우팅 구성입니다. RoutingConfiguration
routingWeight 연결에 연결된 라우팅 가중치입니다. int

ExpressRouteCircuitPeeringId

Name Description
id ExpressRoute 회로 피어링의 ID입니다. string

RoutingConfiguration

Name Description
associatedRouteTable 이 RoutingConfiguration과 연결된 리소스 ID RouteTable입니다. SubResource
propagatedRouteTables 경로를 보급할 RouteTable 목록입니다. PropagatedRouteTable
vnetRoutes VirtualHub에서 가상 네트워크 연결로 라우팅을 제어하는 경로 목록입니다. VnetRoute

SubResource

Name Description
id 리소스 ID입니다. string

PropagatedRouteTable

Name Description
ids 모든 RouteTable의 리소스 ID 목록입니다. SubResource[]
레이블 레이블 목록입니다. string[]

VnetRoute

Name Description
staticRoutes 모든 정적 경로 목록입니다. StaticRoute[]

StaticRoute

Name Description
addressPrefixes 모든 주소 접두사 목록입니다. string[]
name VnetRoute 내에서 고유한 StaticRoute의 이름입니다. 문자열
nextHopIpAddress 다음 홉의 IP 주소입니다. 문자열

ARM 템플릿 리소스 정의

expressRouteGateways/expressRouteConnections 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.

리소스 형식

Microsoft.Network/expressRouteGateways/expressRouteConnections 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.

{
  "type": "Microsoft.Network/expressRouteGateways/expressRouteConnections",
  "apiVersion": "2021-08-01",
  "name": "string",
  "properties": {
    "authorizationKey": "string",
    "enableInternetSecurity": "bool",
    "expressRouteCircuitPeering": {
      "id": "string"
    },
    "expressRouteGatewayBypass": "bool",
    "routingConfiguration": {
      "associatedRouteTable": {
        "id": "string"
      },
      "propagatedRouteTables": {
        "ids": [
          {
            "id": "string"
          }
        ],
        "labels": [ "string" ]
      },
      "vnetRoutes": {
        "staticRoutes": [
          {
            "addressPrefixes": [ "string" ],
            "name": "string",
            "nextHopIpAddress": "string"
          }
        ]
      }
    },
    "routingWeight": "int"
  }
}

속성 값

expressRouteGateways/expressRouteConnections

Name Description
형식 리소스 종류 'Microsoft.Network/expressRouteGateways/expressRouteConnections'
apiVersion 리소스 api 버전 '2021-08-01'
name 리소스 이름

JSON ARM 템플릿에서 자식 리소스의 이름 및 형식을 설정하는 방법을 참조하세요.
string(필수)
properties Express 경로 연결의 속성입니다. ExpressRouteConnectionProperties

ExpressRouteConnectionProperties

Name Description
authorizationKey 연결을 설정하는 권한 부여 키입니다. 문자열
enableInternetSecurity 인터넷 보안을 사용하도록 설정합니다. bool
expressRouteCircuitPeering ExpressRoute 회로 피어링입니다. ExpressRouteCircuitPeeringId (필수)
expressRouteGatewayBypass vWan 방화벽 허브에 FastPath를 사용하도록 설정합니다. bool
routingConfiguration 이 연결에 연결된 경로 테이블과 전파된 경로 테이블을 나타내는 라우팅 구성입니다. RoutingConfiguration
routingWeight 연결에 연결된 라우팅 가중치입니다. int

ExpressRouteCircuitPeeringId

Name Description
id ExpressRoute 회로 피어링의 ID입니다. string

RoutingConfiguration

Name Description
associatedRouteTable 이 RoutingConfiguration과 연결된 리소스 ID RouteTable입니다. SubResource
propagatedRouteTables 경로를 보급할 RouteTable 목록입니다. 전파된RouteTable
vnetRoutes VirtualHub에서 가상 네트워크 연결로 라우팅을 제어하는 경로 목록입니다. VnetRoute

SubResource

Name Description
id 리소스 ID입니다. 문자열

전파된RouteTable

Name Description
ids 모든 RouteTable의 리소스 ID 목록입니다. SubResource[]
레이블 레이블 목록입니다. string[]

VnetRoute

Name Description
staticRoutes 모든 정적 경로 목록입니다. StaticRoute[]

StaticRoute

Name Description
addressPrefixes 모든 주소 접두사 목록입니다. string[]
name VnetRoute 내에서 고유한 StaticRoute의 이름입니다. string
nextHopIpAddress 다음 홉의 IP 주소입니다. 문자열

Terraform(AzAPI 공급자) 리소스 정의

expressRouteGateways/expressRouteConnections 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

  • 리소스 그룹

각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.

리소스 형식

Microsoft.Network/expressRouteGateways/expressRouteConnections 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Network/expressRouteGateways/expressRouteConnections@2021-08-01"
  name = "string"
  parent_id = "string"
  body = jsonencode({
    properties = {
      authorizationKey = "string"
      enableInternetSecurity = bool
      expressRouteCircuitPeering = {
        id = "string"
      }
      expressRouteGatewayBypass = bool
      routingConfiguration = {
        associatedRouteTable = {
          id = "string"
        }
        propagatedRouteTables = {
          ids = [
            {
              id = "string"
            }
          ]
          labels = [
            "string"
          ]
        }
        vnetRoutes = {
          staticRoutes = [
            {
              addressPrefixes = [
                "string"
              ]
              name = "string"
              nextHopIpAddress = "string"
            }
          ]
        }
      }
      routingWeight = int
    }
  })
}

속성 값

expressRouteGateways/expressRouteConnections

Name Description
형식 리소스 종류 "Microsoft.Network/expressRouteGateways/expressRouteConnections@2021-08-01"
name 리소스 이름 string(필수)
parent_id 이 리소스의 부모인 리소스의 ID입니다. 형식의 리소스에 대한 ID: expressRouteGateways
properties Express 경로 연결의 속성입니다. ExpressRouteConnectionProperties

ExpressRouteConnectionProperties

Name Description
authorizationKey 연결을 설정하는 권한 부여 키입니다. 문자열
enableInternetSecurity 인터넷 보안을 사용하도록 설정합니다. bool
expressRouteCircuitPeering ExpressRoute 회로 피어링입니다. ExpressRouteCircuitPeeringId (필수)
expressRouteGatewayBypass vWan 방화벽 허브에 FastPath를 사용하도록 설정합니다. bool
routingConfiguration 이 연결에 연결된 경로 테이블과 전파된 경로 테이블을 나타내는 라우팅 구성입니다. RoutingConfiguration
routingWeight 연결에 연결된 라우팅 가중치입니다. int

ExpressRouteCircuitPeeringId

Name Description
id ExpressRoute 회로 피어링의 ID입니다. string

RoutingConfiguration

Name Description
associatedRouteTable 이 RoutingConfiguration과 연결된 리소스 ID RouteTable입니다. SubResource
propagatedRouteTables 경로를 보급할 RouteTable 목록입니다. 전파된RouteTable
vnetRoutes VirtualHub에서 가상 네트워크 연결로 라우팅을 제어하는 경로 목록입니다. VnetRoute

SubResource

Name Description
id 리소스 ID입니다. 문자열

전파된RouteTable

Name Description
ids 모든 RouteTable의 리소스 ID 목록입니다. SubResource[]
레이블 레이블 목록입니다. string[]

VnetRoute

Name Description
staticRoutes 모든 정적 경로 목록입니다. StaticRoute[]

StaticRoute

Name Description
addressPrefixes 모든 주소 접두사 목록입니다. string[]
name VnetRoute 내에서 고유한 StaticRoute의 이름입니다. string
nextHopIpAddress 다음 홉의 IP 주소입니다. string