Web Apps - Get Vnet Connection Slot

설명 앱(또는 배포 슬롯)이 이름으로 연결된 가상 네트워크를 가져옵니다.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/virtualNetworkConnections/{vnetName}?api-version=2023-12-01

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
name
path True

string

응용 프로그램의 이름입니다.

resourceGroupName
path True

string

리소스가 속한 리소스 그룹의 이름입니다.

Regex pattern: ^[-\w\._\(\)]+[^\.]$

slot
path True

string

배포 슬롯의 이름입니다. 슬롯을 지정하지 않으면 API는 프로덕션 슬롯에 대해 명명된 가상 네트워크를 가져옵니다.

subscriptionId
path True

string

Azure 구독 ID. GUID 형식 문자열입니다(예: 000000000-0000-0000-0000-0000-000000000000).

vnetName
path True

string

가상 네트워크의 이름입니다.

api-version
query True

string

API 버전

응답

Name 형식 Description
200 OK

VnetInfoResource

정상

Other Status Codes

DefaultErrorResponse

오류 응답을 App Service.

보안

azure_auth

Azure Active Directory OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation 사용자 계정 가장

정의

Name Description
DefaultErrorResponse

오류 응답을 App Service.

Details
Error

오류 모델.

RouteType

경로 유형: DEFAULT - 기본적으로 모든 앱에는 상속된 RFC1918 지정된 로컬 주소 범위에 대한 경로가 있습니다. 실제 Virtual Network 경로에서 상속된 경로 STATIC - 앱에서만 설정된 정적 경로

이러한 값은 앱의 경로를 Virtual Network 경로와 동기화하는 데 사용됩니다.

VnetInfoResource

정보 ARM 리소스를 Virtual Network.

VnetRoute

Virtual Network 라우팅 정보를 전달하는 데 사용되는 경로 계약을 Virtual Network.

DefaultErrorResponse

오류 응답을 App Service.

Name 형식 Description
error

Error

오류 모델.

Details

Name 형식 Description
code

string

프로그래밍 방식으로 오류를 식별하는 표준화된 문자열입니다.

message

string

자세한 오류 설명 및 디버깅 정보입니다.

target

string

자세한 오류 설명 및 디버깅 정보입니다.

Error

오류 모델.

Name 형식 Description
code

string

프로그래밍 방식으로 오류를 식별하는 표준화된 문자열입니다.

details

Details[]

자세한 오류입니다.

innererror

string

디버그 오류에 대한 자세한 정보입니다.

message

string

자세한 오류 설명 및 디버깅 정보입니다.

target

string

자세한 오류 설명 및 디버깅 정보입니다.

RouteType

경로 유형: DEFAULT - 기본적으로 모든 앱에는 상속된 RFC1918 지정된 로컬 주소 범위에 대한 경로가 있습니다. 실제 Virtual Network 경로에서 상속된 경로 STATIC - 앱에서만 설정된 정적 경로

이러한 값은 앱의 경로를 Virtual Network 경로와 동기화하는 데 사용됩니다.

Name 형식 Description
DEFAULT

string

INHERITED

string

STATIC

string

VnetInfoResource

정보 ARM 리소스를 Virtual Network.

Name 형식 Description
id

string

리소스 ID입니다.

kind

string

리소스 종류입니다.

name

string

리소스 이름입니다.

properties.certBlob

string

지점 및 사이트간 VPN 연결을 인증하는 데 사용되는 프라이빗 키의 공개 키를 포함하는 인증서 파일(.cer) Blob입니다.

properties.certThumbprint

string

클라이언트 인증서 지문입니다.

properties.dnsServers

string

이 Virtual Network 사용할 DNS 서버입니다. IP 주소의 쉼표로 구분된 목록이어야 합니다.

properties.isSwift

boolean

VNET 삽입인지 나타내는 데 사용되는 플래그

properties.resyncRequired

boolean

true 다시 동기화가 필요한 경우 그렇지 않으면 입니다 false.

properties.routes

VnetRoute[]

이 Virtual Network 연결에서 사용하는 경로입니다.

properties.vnetResourceId

string

Virtual Network 리소스 ID입니다.

type

string

리소스 종류.

VnetRoute

Virtual Network 라우팅 정보를 전달하는 데 사용되는 경로 계약을 Virtual Network.

Name 형식 Description
id

string

리소스 ID입니다.

kind

string

리소스 종류입니다.

name

string

리소스 이름입니다.

properties.endAddress

string

이 경로의 끝 주소입니다. 시작 주소가 CIDR 표기법으로 지정된 경우 생략해야 합니다.

properties.routeType

RouteType

경로 유형: DEFAULT - 기본적으로 모든 앱에는 상속된 RFC1918 지정된 로컬 주소 범위에 대한 경로가 있습니다. 실제 Virtual Network 경로에서 상속된 경로 STATIC - 앱에서만 설정된 정적 경로

이러한 값은 앱의 경로를 Virtual Network 경로와 동기화하는 데 사용됩니다.

properties.startAddress

string

이 경로의 시작 주소입니다. 여기에는 CIDR 표기법이 포함될 수도 있습니다. 이 경우 끝 주소를 지정해서는 안 됩니다.

type

string

리소스 종류.