atlas privateEndpoints azure interfaces create
지정된 Azure 비공개 엔드포인트에 대한 새 인터페이스를 만듭니다.
Atlas CLI를 사용하여 비공개 엔드포인트를 설정하는 방법에 대해 자세히 알아보려면 Atlas CLI 탭의 튜토리얼을 참조하세요: https://www.mongodb.com/ko-kr/docs/atlas/security-cluster-private-endpoint/ .
이 명령을 사용하려면 프로젝트 소유자 역할이 있는 사용자 계정 또는 API 키로 인증해야 합니다.
구문
명령 구문
atlas privateEndpoints azure interfaces create <endpointServiceId> [options]
arguments
이름 | 유형 | 필수 사항 | 설명 |
---|---|---|---|
endpointServiceId | 문자열 | true | Atlas의 비공개 엔드포인트를 식별하는 고유한 24자 영숫자 문자열입니다. |
옵션
이름 | 유형 | 필수 사항 | 설명 |
---|---|---|---|
-h, --help | 거짓 | 만들기 도움말 | |
-o, --output | 문자열 | 거짓 | 출력 형식입니다. 유효한 값은 json, json-path, go-템플릿 또는 go-템플릿 파일입니다. 전체 출력을 보려면 -o json 옵션을 사용합니다. |
--privateEndpointId | 문자열 | true | Azure에서 Azure 비공개 엔드포인트를 식별하는 고유 문자열입니다. Azure 대시보드의 비공개 엔드포인트에 대한 속성 페이지는 리소스 ID 필드에 이 속성을 표시합니다. |
--privateEndpointIpAddress | 문자열 | true | Azure VNet에서 만든 비공개 엔드포인트 네트워크 인터페이스의 비공개 IP 주소입니다. |
--projectId | 문자열 | 거짓 | 사용할 프로젝트를 식별하는 16진수 문자열입니다. 이 옵션은 구성 파일 또는 환경 변수의 설정을 재정의합니다. |
상속된 옵션
이름 | 유형 | 필수 사항 | 설명 |
---|---|---|---|
-P, --profile | 문자열 | 거짓 | 구성 파일에서 사용할 프로필의 이름입니다. Atlas CLI의 프로필에 대해 자세히 알아보려면 https://dochub.mongodb.org/core/atlas-cli-save-connection-settings를 참조하세요. |
출력
명령이 성공하면 Atlas CLI는 다음 샘플과 유사한 출력을 반환합니다. 괄호 안의 값은 사용자의 값을 나타냅니다.
Interface endpoint '<PrivateEndpointResourceId>' created.
예시
# Create a new interface for an Azure private endpoint with the ID 5f4fc14da2b47835a58c63a2 in Atlas and the ID /subscriptions/4e133d35-e734-4385-a565-c0945567ae346/resourceGroups/rg_95847a959b876e255dbb9b33_dfragd7w/providers/Microsoft.Network/privateEndpoints/test-endpoint in Azure for the project with the ID 5e2211c17a3e5a48f5497de3: atlas privateEndpoints azure interfaces create 5f4fc14da2b47835a58c63a2 --privateEndpointId /subscriptions/4e133d35-e734-4385-a565-c0945567ae346/resourceGroups/rg_95847a959b876e255dbb9b33_dfragd7w/providers/Microsoft.Network/privateEndpoints/test-endpoint --projectId 5e2211c17a3e5a48f5497de3 --privateEndpointIpAddress 192.0.2.5 --output json