다음을 통해 공유


ListVpnGatewaysResult 클래스

VpnGateway를 나열하는 요청의 결과입니다. VpnGateway 목록과 다음 결과 집합을 가져오는 URL nextLink가 포함되어 있습니다.

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

생성자

ListVpnGatewaysResult(*, value: List[_models.VpnGateway] | None = None, next_link: str | None = None, **kwargs: Any)

키워드 전용 매개 변수

Name Description
value

VpnGateway 목록입니다.

next_link
str

다음 작업 목록 결과 집합(있는 경우)을 가져오는 URL입니다.

변수

Name Description
value

VpnGateway 목록입니다.

next_link
str

다음 작업 목록 결과 집합(있는 경우)을 가져오는 URL입니다.