다음을 통해 공유


HubRoute 클래스

RouteTable 경로.

Azure로 보내려면 모든 필수 매개 변수를 채워야 합니다.

상속
azure.mgmt.network._serialization.Model
HubRoute

생성자

HubRoute(*, name: str, destination_type: str, destinations: List[str], next_hop_type: str, next_hop: str, **kwargs: Any)

키워드 전용 매개 변수

Name Description
name
str

RouteTable 내에서 고유한 Route의 이름입니다. 이 이름은 이 경로에 액세스하는 데 사용할 수 있습니다. 필수 요소.

destination_type
str

대상 유형(예: CIDR, ResourceId, Service)입니다. 필수 요소.

destinations

모든 대상 목록입니다. 필수 요소.

next_hop_type
str

다음 홉의 형식입니다(예: ResourceId). 필수 요소.

next_hop
str

NextHop 리소스 ID입니다. 필수 요소.

변수

Name Description
name
str

RouteTable 내에서 고유한 Route의 이름입니다. 이 이름은 이 경로에 액세스하는 데 사용할 수 있습니다. 필수 요소.

destination_type
str

대상 유형(예: CIDR, ResourceId, Service)입니다. 필수 요소.

destinations

모든 대상 목록입니다. 필수 요소.

next_hop_type
str

다음 홉의 형식입니다(예: ResourceId). 필수 요소.

next_hop
str

NextHop 리소스 ID입니다. 필수 요소.