BatchAccountOperations interface

BatchAccountOperations를 나타내는 인터페이스입니다.

메서드

beginCreate(string, string, BatchAccountCreateParameters, BatchAccountCreateOptionalParams)

지정된 매개 변수를 사용하여 새 Batch 계정을 만듭니다. 기존 계정은 이 API로 업데이트할 수 없으며 대신 Batch 계정 API 업데이트로 업데이트해야 합니다.

beginCreateAndWait(string, string, BatchAccountCreateParameters, BatchAccountCreateOptionalParams)

지정된 매개 변수를 사용하여 새 Batch 계정을 만듭니다. 기존 계정은 이 API로 업데이트할 수 없으며 대신 Batch 계정 API 업데이트로 업데이트해야 합니다.

beginDelete(string, string, BatchAccountDeleteOptionalParams)

지정된 Batch 계정을 삭제합니다.

beginDeleteAndWait(string, string, BatchAccountDeleteOptionalParams)

지정된 Batch 계정을 삭제합니다.

get(string, string, BatchAccountGetOptionalParams)

지정된 Batch 계정에 대한 정보를 가져옵니다.

getDetector(string, string, string, BatchAccountGetDetectorOptionalParams)

지정된 Batch 계정에 대한 지정된 탐지기에 대한 정보를 가져옵니다.

getKeys(string, string, BatchAccountGetKeysOptionalParams)

이 작업은 'SharedKey'가 포함된 allowedAuthenticationModes가 있는 Batch 계정에만 적용됩니다. Batch 계정에 allowedAuthenticationMode에 'SharedKey'가 없는 경우 클라이언트는 공유 키를 사용하여 인증할 수 없으며 대신 다른 allowedAuthenticationModes를 사용해야 합니다. 이 경우 키를 가져오지 못합니다.

list(BatchAccountListOptionalParams)

구독과 연결된 Batch 계정에 대한 정보를 가져옵니다.

listByResourceGroup(string, BatchAccountListByResourceGroupOptionalParams)

지정된 리소스 그룹과 연결된 Batch 계정에 대한 정보를 가져옵니다.

listDetectors(string, string, BatchAccountListDetectorsOptionalParams)

지정된 Batch 계정에 사용할 수 있는 탐지기에 대한 정보를 가져옵니다.

listOutboundNetworkDependenciesEndpoints(string, string, BatchAccountListOutboundNetworkDependenciesEndpointsOptionalParams)

이 Batch 계정 아래의 Batch 컴퓨팅 노드가 Batch 서비스 관리의 일부로 호출할 수 있는 엔드포인트를 Lists. 지정한 가상 네트워크 내에 풀을 배포하는 경우 네트워크에서 이러한 엔드포인트에 대한 아웃바운드 액세스를 허용하는지 확인해야 합니다. 이러한 엔드포인트에 대한 액세스를 허용하지 않으면 Batch가 영향을 받는 노드를 사용할 수 없음으로 표시할 수 있습니다. 가상 네트워크 내에서 풀을 만드는 방법에 대한 자세한 내용은 를 참조하세요 https://docs.microsoft.com/en-us/azure/batch/batch-virtual-network.

regenerateKey(string, string, BatchAccountRegenerateKeyParameters, BatchAccountRegenerateKeyOptionalParams)

이 작업은 'SharedKey'가 포함된 allowedAuthenticationModes가 있는 Batch 계정에만 적용됩니다. Batch 계정에 allowedAuthenticationMode에 'SharedKey'가 없는 경우 클라이언트는 공유 키를 사용하여 인증할 수 없으며 대신 다른 allowedAuthenticationModes를 사용해야 합니다. 이 경우 키를 다시 생성하지 못합니다.

synchronizeAutoStorageKeys(string, string, BatchAccountSynchronizeAutoStorageKeysOptionalParams)

스토리지 키 인증을 사용하는 경우에만 지정된 Batch 계정에 대해 구성된 자동 스토리지 계정에 대한 액세스 키를 동기화합니다.

update(string, string, BatchAccountUpdateParameters, BatchAccountUpdateOptionalParams)

기존 Batch 계정의 속성을 업데이트.

메서드 세부 정보

beginCreate(string, string, BatchAccountCreateParameters, BatchAccountCreateOptionalParams)

지정된 매개 변수를 사용하여 새 Batch 계정을 만듭니다. 기존 계정은 이 API로 업데이트할 수 없으며 대신 Batch 계정 API 업데이트로 업데이트해야 합니다.

function beginCreate(resourceGroupName: string, accountName: string, parameters: BatchAccountCreateParameters, options?: BatchAccountCreateOptionalParams): Promise<SimplePollerLike<OperationState<BatchAccount>, BatchAccount>>

매개 변수

resourceGroupName

string

Batch 계정을 포함하는 리소스 그룹의 이름입니다.

accountName

string

지역 내에서 고유해야 하는 Batch 계정의 이름입니다. Batch 계정 이름은 길이가 3자에서 24자 사이여야 하며 숫자와 소문자만 사용해야 합니다. 이 이름은 계정이 만들어진 지역의 Batch 서비스에 액세스하는 데 사용되는 DNS 이름의 일부로 사용됩니다. 예: http://accountname.region.batch.azure.com/

parameters
BatchAccountCreateParameters

계정 만들기를 위한 추가 매개 변수입니다.

options
BatchAccountCreateOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<BatchAccount>, BatchAccount>>

beginCreateAndWait(string, string, BatchAccountCreateParameters, BatchAccountCreateOptionalParams)

지정된 매개 변수를 사용하여 새 Batch 계정을 만듭니다. 기존 계정은 이 API로 업데이트할 수 없으며 대신 Batch 계정 API 업데이트로 업데이트해야 합니다.

function beginCreateAndWait(resourceGroupName: string, accountName: string, parameters: BatchAccountCreateParameters, options?: BatchAccountCreateOptionalParams): Promise<BatchAccount>

매개 변수

resourceGroupName

string

Batch 계정을 포함하는 리소스 그룹의 이름입니다.

accountName

string

지역 내에서 고유해야 하는 Batch 계정의 이름입니다. Batch 계정 이름은 길이가 3자에서 24자 사이여야 하며 숫자와 소문자만 사용해야 합니다. 이 이름은 계정이 만들어진 지역의 Batch 서비스에 액세스하는 데 사용되는 DNS 이름의 일부로 사용됩니다. 예: http://accountname.region.batch.azure.com/

parameters
BatchAccountCreateParameters

계정 만들기를 위한 추가 매개 변수입니다.

options
BatchAccountCreateOptionalParams

옵션 매개 변수입니다.

반환

Promise<BatchAccount>

beginDelete(string, string, BatchAccountDeleteOptionalParams)

지정된 Batch 계정을 삭제합니다.

function beginDelete(resourceGroupName: string, accountName: string, options?: BatchAccountDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

매개 변수

resourceGroupName

string

Batch 계정을 포함하는 리소스 그룹의 이름입니다.

accountName

string

Batch 계정의 이름입니다.

options
BatchAccountDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, BatchAccountDeleteOptionalParams)

지정된 Batch 계정을 삭제합니다.

function beginDeleteAndWait(resourceGroupName: string, accountName: string, options?: BatchAccountDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

Batch 계정을 포함하는 리소스 그룹의 이름입니다.

accountName

string

Batch 계정의 이름입니다.

options
BatchAccountDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

get(string, string, BatchAccountGetOptionalParams)

지정된 Batch 계정에 대한 정보를 가져옵니다.

function get(resourceGroupName: string, accountName: string, options?: BatchAccountGetOptionalParams): Promise<BatchAccount>

매개 변수

resourceGroupName

string

Batch 계정을 포함하는 리소스 그룹의 이름입니다.

accountName

string

Batch 계정의 이름입니다.

options
BatchAccountGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<BatchAccount>

getDetector(string, string, string, BatchAccountGetDetectorOptionalParams)

지정된 Batch 계정에 대한 지정된 탐지기에 대한 정보를 가져옵니다.

function getDetector(resourceGroupName: string, accountName: string, detectorId: string, options?: BatchAccountGetDetectorOptionalParams): Promise<DetectorResponse>

매개 변수

resourceGroupName

string

Batch 계정을 포함하는 리소스 그룹의 이름입니다.

accountName

string

Batch 계정의 이름입니다.

detectorId

string

탐지기의 이름입니다.

options
BatchAccountGetDetectorOptionalParams

옵션 매개 변수입니다.

반환

Promise<DetectorResponse>

getKeys(string, string, BatchAccountGetKeysOptionalParams)

이 작업은 'SharedKey'가 포함된 allowedAuthenticationModes가 있는 Batch 계정에만 적용됩니다. Batch 계정에 allowedAuthenticationMode에 'SharedKey'가 없는 경우 클라이언트는 공유 키를 사용하여 인증할 수 없으며 대신 다른 allowedAuthenticationModes를 사용해야 합니다. 이 경우 키를 가져오지 못합니다.

function getKeys(resourceGroupName: string, accountName: string, options?: BatchAccountGetKeysOptionalParams): Promise<BatchAccountKeys>

매개 변수

resourceGroupName

string

Batch 계정을 포함하는 리소스 그룹의 이름입니다.

accountName

string

Batch 계정의 이름입니다.

options
BatchAccountGetKeysOptionalParams

옵션 매개 변수입니다.

반환

Promise<BatchAccountKeys>

list(BatchAccountListOptionalParams)

구독과 연결된 Batch 계정에 대한 정보를 가져옵니다.

function list(options?: BatchAccountListOptionalParams): PagedAsyncIterableIterator<BatchAccount, BatchAccount[], PageSettings>

매개 변수

options
BatchAccountListOptionalParams

옵션 매개 변수입니다.

반환

listByResourceGroup(string, BatchAccountListByResourceGroupOptionalParams)

지정된 리소스 그룹과 연결된 Batch 계정에 대한 정보를 가져옵니다.

function listByResourceGroup(resourceGroupName: string, options?: BatchAccountListByResourceGroupOptionalParams): PagedAsyncIterableIterator<BatchAccount, BatchAccount[], PageSettings>

매개 변수

resourceGroupName

string

Batch 계정을 포함하는 리소스 그룹의 이름입니다.

options
BatchAccountListByResourceGroupOptionalParams

옵션 매개 변수입니다.

반환

listDetectors(string, string, BatchAccountListDetectorsOptionalParams)

지정된 Batch 계정에 사용할 수 있는 탐지기에 대한 정보를 가져옵니다.

function listDetectors(resourceGroupName: string, accountName: string, options?: BatchAccountListDetectorsOptionalParams): PagedAsyncIterableIterator<DetectorResponse, DetectorResponse[], PageSettings>

매개 변수

resourceGroupName

string

Batch 계정을 포함하는 리소스 그룹의 이름입니다.

accountName

string

Batch 계정의 이름입니다.

options
BatchAccountListDetectorsOptionalParams

옵션 매개 변수입니다.

반환

listOutboundNetworkDependenciesEndpoints(string, string, BatchAccountListOutboundNetworkDependenciesEndpointsOptionalParams)

이 Batch 계정 아래의 Batch 컴퓨팅 노드가 Batch 서비스 관리의 일부로 호출할 수 있는 엔드포인트를 Lists. 지정한 가상 네트워크 내에 풀을 배포하는 경우 네트워크에서 이러한 엔드포인트에 대한 아웃바운드 액세스를 허용하는지 확인해야 합니다. 이러한 엔드포인트에 대한 액세스를 허용하지 않으면 Batch가 영향을 받는 노드를 사용할 수 없음으로 표시할 수 있습니다. 가상 네트워크 내에서 풀을 만드는 방법에 대한 자세한 내용은 를 참조하세요 https://docs.microsoft.com/en-us/azure/batch/batch-virtual-network.

function listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, accountName: string, options?: BatchAccountListOutboundNetworkDependenciesEndpointsOptionalParams): PagedAsyncIterableIterator<OutboundEnvironmentEndpoint, OutboundEnvironmentEndpoint[], PageSettings>

매개 변수

resourceGroupName

string

Batch 계정을 포함하는 리소스 그룹의 이름입니다.

accountName

string

Batch 계정의 이름입니다.

반환

regenerateKey(string, string, BatchAccountRegenerateKeyParameters, BatchAccountRegenerateKeyOptionalParams)

이 작업은 'SharedKey'가 포함된 allowedAuthenticationModes가 있는 Batch 계정에만 적용됩니다. Batch 계정에 allowedAuthenticationMode에 'SharedKey'가 없는 경우 클라이언트는 공유 키를 사용하여 인증할 수 없으며 대신 다른 allowedAuthenticationModes를 사용해야 합니다. 이 경우 키를 다시 생성하지 못합니다.

function regenerateKey(resourceGroupName: string, accountName: string, parameters: BatchAccountRegenerateKeyParameters, options?: BatchAccountRegenerateKeyOptionalParams): Promise<BatchAccountKeys>

매개 변수

resourceGroupName

string

Batch 계정을 포함하는 리소스 그룹의 이름입니다.

accountName

string

Batch 계정의 이름입니다.

parameters
BatchAccountRegenerateKeyParameters

다시 생성할 키의 형식입니다.

options
BatchAccountRegenerateKeyOptionalParams

옵션 매개 변수입니다.

반환

Promise<BatchAccountKeys>

synchronizeAutoStorageKeys(string, string, BatchAccountSynchronizeAutoStorageKeysOptionalParams)

스토리지 키 인증을 사용하는 경우에만 지정된 Batch 계정에 대해 구성된 자동 스토리지 계정에 대한 액세스 키를 동기화합니다.

function synchronizeAutoStorageKeys(resourceGroupName: string, accountName: string, options?: BatchAccountSynchronizeAutoStorageKeysOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

Batch 계정을 포함하는 리소스 그룹의 이름입니다.

accountName

string

Batch 계정의 이름입니다.

options
BatchAccountSynchronizeAutoStorageKeysOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

update(string, string, BatchAccountUpdateParameters, BatchAccountUpdateOptionalParams)

기존 Batch 계정의 속성을 업데이트.

function update(resourceGroupName: string, accountName: string, parameters: BatchAccountUpdateParameters, options?: BatchAccountUpdateOptionalParams): Promise<BatchAccount>

매개 변수

resourceGroupName

string

Batch 계정을 포함하는 리소스 그룹의 이름입니다.

accountName

string

Batch 계정의 이름입니다.

parameters
BatchAccountUpdateParameters

계정 업데이트에 대한 추가 매개 변수입니다.

options
BatchAccountUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<BatchAccount>