다음을 통해 공유


AutomationAccountOperations class

AutomationAccountOperations를 나타내는 클래스입니다.

생성자

AutomationAccountOperations(AutomationClientContext)

AutomationAccountOperations를 만듭니다.

메서드

createOrUpdate(string, string, AutomationAccountCreateOrUpdateParameters, RequestOptionsBase)

자동화 계정을 만들거나 업데이트합니다.

createOrUpdate(string, string, AutomationAccountCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<AutomationAccount>)
createOrUpdate(string, string, AutomationAccountCreateOrUpdateParameters, ServiceCallback<AutomationAccount>)
deleteMethod(string, string, RequestOptionsBase)

자동화 계정을 삭제합니다.

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, ServiceCallback<void>)
get(string, string, RequestOptionsBase)

Automation 계정에 대한 정보를 가져옵니다.

get(string, string, RequestOptionsBase, ServiceCallback<AutomationAccount>)
get(string, string, ServiceCallback<AutomationAccount>)
list(RequestOptionsBase)

지정된 구독 내의 계정 목록을 검색합니다.

list(RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)
list(ServiceCallback<AutomationAccountListResult>)
listByResourceGroup(string, RequestOptionsBase)

지정된 리소스 그룹 내의 계정 목록을 검색합니다.

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)
listByResourceGroup(string, ServiceCallback<AutomationAccountListResult>)
listByResourceGroupNext(string, RequestOptionsBase)

지정된 리소스 그룹 내의 계정 목록을 검색합니다.

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)
listByResourceGroupNext(string, ServiceCallback<AutomationAccountListResult>)
listNext(string, RequestOptionsBase)

지정된 구독 내의 계정 목록을 검색합니다.

listNext(string, RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)
listNext(string, ServiceCallback<AutomationAccountListResult>)
update(string, string, AutomationAccountUpdateParameters, RequestOptionsBase)

자동화 계정을 업데이트합니다.

update(string, string, AutomationAccountUpdateParameters, RequestOptionsBase, ServiceCallback<AutomationAccount>)
update(string, string, AutomationAccountUpdateParameters, ServiceCallback<AutomationAccount>)

생성자 세부 정보

AutomationAccountOperations(AutomationClientContext)

AutomationAccountOperations를 만듭니다.

new AutomationAccountOperations(client: AutomationClientContext)

매개 변수

client
AutomationClientContext

서비스 클라이언트에 대한 참조입니다.

메서드 세부 정보

createOrUpdate(string, string, AutomationAccountCreateOrUpdateParameters, RequestOptionsBase)

자동화 계정을 만들거나 업데이트합니다.

function createOrUpdate(resourceGroupName: string, automationAccountName: string, parameters: AutomationAccountCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<AutomationAccountCreateOrUpdateResponse>

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

parameters
AutomationAccountCreateOrUpdateParameters

자동화 계정 만들기 또는 업데이트에 제공된 매개 변수입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.AutomationAccountCreateOrUpdateResponse>

createOrUpdate(string, string, AutomationAccountCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<AutomationAccount>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, parameters: AutomationAccountCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<AutomationAccount>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

parameters
AutomationAccountCreateOrUpdateParameters

자동화 계정 만들기 또는 업데이트에 제공된 매개 변수입니다.

options
RequestOptionsBase

선택적 매개 변수

createOrUpdate(string, string, AutomationAccountCreateOrUpdateParameters, ServiceCallback<AutomationAccount>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, parameters: AutomationAccountCreateOrUpdateParameters, callback: ServiceCallback<AutomationAccount>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

parameters
AutomationAccountCreateOrUpdateParameters

자동화 계정 만들기 또는 업데이트에 제공된 매개 변수입니다.

deleteMethod(string, string, RequestOptionsBase)

자동화 계정을 삭제합니다.

function deleteMethod(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<RestResponse>

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<void>

콜백

deleteMethod(string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<void>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

callback

ServiceCallback<void>

콜백

get(string, string, RequestOptionsBase)

Automation 계정에 대한 정보를 가져옵니다.

function get(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<AutomationAccountGetResponse>

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.AutomationAccountGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<AutomationAccount>)

function get(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<AutomationAccount>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

get(string, string, ServiceCallback<AutomationAccount>)

function get(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<AutomationAccount>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

list(RequestOptionsBase)

지정된 구독 내의 계정 목록을 검색합니다.

function list(options?: RequestOptionsBase): Promise<AutomationAccountListResponse>

매개 변수

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.AutomationAccountListResponse>

list(RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)

function list(options: RequestOptionsBase, callback: ServiceCallback<AutomationAccountListResult>)

매개 변수

options
RequestOptionsBase

선택적 매개 변수

list(ServiceCallback<AutomationAccountListResult>)

function list(callback: ServiceCallback<AutomationAccountListResult>)

매개 변수

listByResourceGroup(string, RequestOptionsBase)

지정된 리소스 그룹 내의 계정 목록을 검색합니다.

function listByResourceGroup(resourceGroupName: string, options?: RequestOptionsBase): Promise<AutomationAccountListByResourceGroupResponse>

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.AutomationAccountListByResourceGroupResponse>

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)

function listByResourceGroup(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<AutomationAccountListResult>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

listByResourceGroup(string, ServiceCallback<AutomationAccountListResult>)

function listByResourceGroup(resourceGroupName: string, callback: ServiceCallback<AutomationAccountListResult>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

listByResourceGroupNext(string, RequestOptionsBase)

지정된 리소스 그룹 내의 계정 목록을 검색합니다.

function listByResourceGroupNext(nextPageLink: string, options?: RequestOptionsBase): Promise<AutomationAccountListByResourceGroupNextResponse>

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.AutomationAccountListByResourceGroupNextResponse>

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)

function listByResourceGroupNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<AutomationAccountListResult>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

listByResourceGroupNext(string, ServiceCallback<AutomationAccountListResult>)

function listByResourceGroupNext(nextPageLink: string, callback: ServiceCallback<AutomationAccountListResult>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

listNext(string, RequestOptionsBase)

지정된 구독 내의 계정 목록을 검색합니다.

function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<AutomationAccountListNextResponse>

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.AutomationAccountListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)

function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<AutomationAccountListResult>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

listNext(string, ServiceCallback<AutomationAccountListResult>)

function listNext(nextPageLink: string, callback: ServiceCallback<AutomationAccountListResult>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

update(string, string, AutomationAccountUpdateParameters, RequestOptionsBase)

자동화 계정을 업데이트합니다.

function update(resourceGroupName: string, automationAccountName: string, parameters: AutomationAccountUpdateParameters, options?: RequestOptionsBase): Promise<AutomationAccountUpdateResponse>

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

parameters
AutomationAccountUpdateParameters

업데이트 자동화 계정에 제공된 매개 변수입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.AutomationAccountUpdateResponse>

update(string, string, AutomationAccountUpdateParameters, RequestOptionsBase, ServiceCallback<AutomationAccount>)

function update(resourceGroupName: string, automationAccountName: string, parameters: AutomationAccountUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<AutomationAccount>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

parameters
AutomationAccountUpdateParameters

업데이트 자동화 계정에 제공된 매개 변수입니다.

options
RequestOptionsBase

선택적 매개 변수

update(string, string, AutomationAccountUpdateParameters, ServiceCallback<AutomationAccount>)

function update(resourceGroupName: string, automationAccountName: string, parameters: AutomationAccountUpdateParameters, callback: ServiceCallback<AutomationAccount>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

parameters
AutomationAccountUpdateParameters

업데이트 자동화 계정에 제공된 매개 변수입니다.