Batch Account - List Outbound Network Dependencies Endpoints
이 Batch 계정의 Batch 컴퓨팅 노드가 Batch 서비스 관리의 일부로 호출할 수 있는 엔드포인트를 나열합니다. 지정한 가상 네트워크 내에 풀을 배포하는 경우 네트워크에서 이러한 엔드포인트에 대한 아웃바운드 액세스를 허용하는지 확인해야 합니다. 이러한 엔드포인트에 대한 액세스를 허용하지 않으면 Batch에서 영향을 받는 노드를 사용할 수 없는 것으로 표시할 수 있습니다. 가상 네트워크 내에서 풀을 만드는 방법에 대한 자세한 내용은 https://learn.microsoft.com/azure/batch/batch-virtual-network참조하세요.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/outboundNetworkDependenciesEndpoints?api-version=2024-07-01
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
account
|
path | True |
string |
Batch 계정의 이름입니다. regex 패턴: |
resource
|
path | True |
string |
Batch 계정을 포함하는 리소스 그룹의 이름입니다. |
subscription
|
path | True |
string |
Azure 구독 ID입니다. GUID 형식 문자열입니다(예: 000000000-0000-0000-0000-0000000000000). |
api-version
|
query | True |
string |
HTTP 요청과 함께 사용할 API 버전입니다. |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
작업이 성공했습니다. 응답에는 아웃바운드 네트워크 종속성 목록이 포함되어 있습니다. |
|
Other Status Codes |
작업이 실패한 이유를 설명하는 오류 응답입니다. |
보안
azure_auth
Microsoft Entra OAuth 2.0 인증 코드 흐름
형식:
oauth2
Flow:
implicit
권한 부여 URL:
https://login.microsoftonline.com/common/oauth2/authorize
범위
Name | Description |
---|---|
user_impersonation | 사용자 계정 가장 |
예제
ListOutboundNetworkDependencies
샘플 요청
샘플 응답
{
"value": [
{
"category": "Azure Batch",
"endpoints": [
{
"domainName": "sampleacct.japaneast.batch.azure.com",
"description": "Applicable to job manager tasks, tasks that use job scoped authentication, or any task that makes calls to Batch.",
"endpointDetails": [
{
"port": 443
}
]
},
{
"domainName": "japaneast.service.batch.azure.com",
"description": "Applicable to all Azure Batch pools.",
"endpointDetails": [
{
"port": 443
}
]
}
]
},
{
"category": "Azure Storage",
"endpoints": [
{
"domainName": "autostorageaccountname.blob.core.windows.net",
"description": "AutoStorage endpoint for this Batch account. Applicable to all Azure Batch pools under this account.",
"endpointDetails": [
{
"port": 443
}
]
},
{
"domainName": "*.blob.core.windows.net",
"description": "Applicable to all Azure Batch pools.",
"endpointDetails": [
{
"port": 443
}
]
},
{
"domainName": "*.table.core.windows.net",
"description": "Applicable to all Azure Batch pools.",
"endpointDetails": [
{
"port": 443
}
]
},
{
"domainName": "*.queue.core.windows.net",
"description": "Applicable to all Azure Batch pools.",
"endpointDetails": [
{
"port": 443
}
]
}
]
},
{
"category": "Microsoft Package Repository",
"endpoints": [
{
"domainName": "packages.microsoft.com",
"description": "Only applicable to pools containing a Mount Configuration. Learn about Mount Configurations in Batch at https://learn.microsoft.com/azure/batch/virtual-file-mount.",
"endpointDetails": [
{
"port": 443
}
]
}
]
},
{
"category": "Azure Key Vault",
"endpoints": [
{
"domainName": "*.vault.azure.net",
"description": "Only applicable to pools containing a Disk Encryption Configuration and whose VM size does not support encryption at host. Learn more about disk encryption in Azure Batch at https://learn.microsoft.com/azure/batch/disk-encryption. Learn more about encryption at host and supported VM sizes at https://learn.microsoft.com/azure/virtual-machines/disks-enable-host-based-encryption-portal.",
"endpointDetails": [
{
"port": 443
}
]
}
]
}
]
}
정의
Name | Description |
---|---|
Cloud |
Batch 서비스의 오류 응답입니다. |
Cloud |
Batch 서비스의 오류 응답입니다. |
Endpoint |
종속성에 액세스하는 데 사용되는 도메인 이름 및 연결 세부 정보입니다. |
Endpoint |
Batch 서비스와 엔드포인트 간의 연결에 대한 세부 정보입니다. |
Outbound |
Batch 서비스에 아웃바운드 액세스가 필요한 동일한 서비스의 관련 엔드포인트 컬렉션입니다. |
Outbound |
목록 작업에서 반환된 값입니다. |
CloudError
Batch 서비스의 오류 응답입니다.
Name | 형식 | Description |
---|---|---|
error |
오류 응답의 본문입니다. |
CloudErrorBody
Batch 서비스의 오류 응답입니다.
Name | 형식 | Description |
---|---|---|
code |
string |
오류의 식별자입니다. 코드는 고정적이며 프로그래밍 방식으로 사용할 수 있습니다. |
details |
오류에 대한 추가 세부 정보 목록입니다. |
|
message |
string |
사용자 인터페이스에 표시하기에 적합한 오류를 설명하는 메시지입니다. |
target |
string |
특정 오류의 대상입니다. 예를 들어 오류가 발생한 속성의 이름입니다. |
EndpointDependency
종속성에 액세스하는 데 사용되는 도메인 이름 및 연결 세부 정보입니다.
Name | 형식 | Description |
---|---|---|
description |
string |
종속성 및 적용 가능한 시기에 대한 사람이 읽을 수 있는 추가 정보입니다. |
domainName |
string |
종속성의 도메인 이름입니다. 도메인 이름은 정규화되거나 * 와일드카드를 포함할 수 있습니다. |
endpointDetails |
이 엔드포인트에 대한 연결 세부 정보 목록입니다. |
EndpointDetail
Batch 서비스와 엔드포인트 간의 연결에 대한 세부 정보입니다.
Name | 형식 | Description |
---|---|---|
port |
integer |
엔드포인트가 연결된 포트입니다. |
OutboundEnvironmentEndpoint
Batch 서비스에 아웃바운드 액세스가 필요한 동일한 서비스의 관련 엔드포인트 컬렉션입니다.
Name | 형식 | Description |
---|---|---|
category |
string |
Batch 서비스가 연결하는 서비스의 유형입니다. |
endpoints |
Batch 서비스가 아웃바운드 호출을 수행하는 이 서비스의 엔드포인트입니다. |
OutboundEnvironmentEndpointCollection
목록 작업에서 반환된 값입니다.
Name | 형식 | Description |
---|---|---|
nextLink |
string |
연속 토큰입니다. |
value |
목록 작업에서 반환된 아웃바운드 네트워크 종속성 엔드포인트의 컬렉션입니다. |