다음을 통해 공유


CloudServicesNetworkPatchParameters interface

CloudServicesNetworkPatchParameters는 클라우드 서비스 네트워크를 패치하기 위한 요청의 본문을 나타냅니다.

속성

additionalEgressEndpoints

송신 엔드포인트 목록입니다. 이렇게 하면 하이브리드 AKS 클러스터에서 지정된 엔드포인트로 연결할 수 있습니다.

enableDefaultEgressEndpoints

송신 트래픽에 대해 플랫폼 기본 엔드포인트가 허용되는지 여부를 나타내는 지표입니다.

tags

기존 리소스 태그를 대체할 Azure 리소스 태그입니다.

속성 세부 정보

additionalEgressEndpoints

송신 엔드포인트 목록입니다. 이렇게 하면 하이브리드 AKS 클러스터에서 지정된 엔드포인트로 연결할 수 있습니다.

additionalEgressEndpoints?: EgressEndpoint[]

속성 값

enableDefaultEgressEndpoints

송신 트래픽에 대해 플랫폼 기본 엔드포인트가 허용되는지 여부를 나타내는 지표입니다.

enableDefaultEgressEndpoints?: string

속성 값

string

tags

기존 리소스 태그를 대체할 Azure 리소스 태그입니다.

tags?: {[propertyName: string]: string}

속성 값

{[propertyName: string]: string}