다음을 통해 공유


ConnectionOperations class

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

생성자

ConnectionOperations(AutomationClientContext)

ConnectionOperations를 만듭니다.

메서드

createOrUpdate(string, string, string, ConnectionCreateOrUpdateParameters, msRest.RequestOptionsBase)

연결을 만들거나 업데이트합니다.

createOrUpdate(string, string, string, ConnectionCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Connection>)
createOrUpdate(string, string, string, ConnectionCreateOrUpdateParameters, ServiceCallback<Connection>)
deleteMethod(string, string, string, msRest.RequestOptionsBase)

연결을 삭제합니다.

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<Connection>)
deleteMethod(string, string, string, ServiceCallback<Connection>)
get(string, string, string, msRest.RequestOptionsBase)

연결 이름으로 식별된 연결을 검색합니다.

get(string, string, string, RequestOptionsBase, ServiceCallback<Connection>)
get(string, string, string, ServiceCallback<Connection>)
listByAutomationAccount(string, string, msRest.RequestOptionsBase)

연결 목록을 검색합니다.

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<ConnectionListResult>)
listByAutomationAccount(string, string, ServiceCallback<ConnectionListResult>)
listByAutomationAccountNext(string, msRest.RequestOptionsBase)

연결 목록을 검색합니다.

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ConnectionListResult>)
listByAutomationAccountNext(string, ServiceCallback<ConnectionListResult>)
update(string, string, string, ConnectionUpdateParameters, msRest.RequestOptionsBase)

연결을 업데이트합니다.

update(string, string, string, ConnectionUpdateParameters, RequestOptionsBase, ServiceCallback<Connection>)
update(string, string, string, ConnectionUpdateParameters, ServiceCallback<Connection>)

생성자 세부 정보

ConnectionOperations(AutomationClientContext)

ConnectionOperations를 만듭니다.

new ConnectionOperations(client: AutomationClientContext)

매개 변수

client
AutomationClientContext

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

메서드 세부 정보

createOrUpdate(string, string, string, ConnectionCreateOrUpdateParameters, msRest.RequestOptionsBase)

연결을 만들거나 업데이트합니다.

function createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: ConnectionCreateOrUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.ConnectionCreateOrUpdateResponse>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionName

string

연결 만들기 또는 업데이트 작업에 제공된 매개 변수입니다.

parameters
ConnectionCreateOrUpdateParameters

연결 만들기 또는 업데이트 작업에 제공된 매개 변수입니다.

options
msRest.RequestOptionsBase

반환

Promise<Models.ConnectionCreateOrUpdateResponse>

Promise<Models.ConnectionCreateOrUpdateResponse>

createOrUpdate(string, string, string, ConnectionCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Connection>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: ConnectionCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Connection>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionName

string

연결 만들기 또는 업데이트 작업에 제공된 매개 변수입니다.

parameters
ConnectionCreateOrUpdateParameters

연결 만들기 또는 업데이트 작업에 제공된 매개 변수입니다.

options

RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<Connection>

콜백

createOrUpdate(string, string, string, ConnectionCreateOrUpdateParameters, ServiceCallback<Connection>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: ConnectionCreateOrUpdateParameters, callback: ServiceCallback<Connection>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionName

string

연결 만들기 또는 업데이트 작업에 제공된 매개 변수입니다.

parameters
ConnectionCreateOrUpdateParameters

연결 만들기 또는 업데이트 작업에 제공된 매개 변수입니다.

callback

ServiceCallback<Connection>

콜백

deleteMethod(string, string, string, msRest.RequestOptionsBase)

연결을 삭제합니다.

function deleteMethod(resourceGroupName: string, automationAccountName: string, connectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.ConnectionDeleteMethodResponse>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionName

string

연결의 이름입니다.

options
msRest.RequestOptionsBase

반환

Promise<Models.ConnectionDeleteMethodResponse>

Promise<Models.ConnectionDeleteMethodResponse>

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

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

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionName

string

연결의 이름입니다.

options

RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<Connection>

콜백

deleteMethod(string, string, string, ServiceCallback<Connection>)

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

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionName

string

연결의 이름입니다.

callback

ServiceCallback<Connection>

콜백

get(string, string, string, msRest.RequestOptionsBase)

연결 이름으로 식별된 연결을 검색합니다.

function get(resourceGroupName: string, automationAccountName: string, connectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.ConnectionGetResponse>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionName

string

연결의 이름입니다.

options
msRest.RequestOptionsBase

반환

Promise<Models.ConnectionGetResponse>

Promise<Models.ConnectionGetResponse>

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

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

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionName

string

연결의 이름입니다.

options

RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<Connection>

콜백

get(string, string, string, ServiceCallback<Connection>)

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

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionName

string

연결의 이름입니다.

callback

ServiceCallback<Connection>

콜백

listByAutomationAccount(string, string, msRest.RequestOptionsBase)

연결 목록을 검색합니다.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.ConnectionListByAutomationAccountResponse>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

options
msRest.RequestOptionsBase

반환

Promise<Models.ConnectionListByAutomationAccountResponse>

Promise<Models.ConnectionListByAutomationAccountResponse>

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<ConnectionListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<ConnectionListResult>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

options

RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<ConnectionListResult>

콜백

listByAutomationAccount(string, string, ServiceCallback<ConnectionListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<ConnectionListResult>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

callback

ServiceCallback<ConnectionListResult>

콜백

listByAutomationAccountNext(string, msRest.RequestOptionsBase)

연결 목록을 검색합니다.

function listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ConnectionListByAutomationAccountNextResponse>

매개 변수

nextPageLink

string

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

options
msRest.RequestOptionsBase

반환

Promise<Models.ConnectionListByAutomationAccountNextResponse>

Promise<Models.ConnectionListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ConnectionListResult>)

function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ConnectionListResult>)

매개 변수

nextPageLink

string

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

options

RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<ConnectionListResult>

콜백

listByAutomationAccountNext(string, ServiceCallback<ConnectionListResult>)

function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<ConnectionListResult>)

매개 변수

nextPageLink

string

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

callback

ServiceCallback<ConnectionListResult>

콜백

update(string, string, string, ConnectionUpdateParameters, msRest.RequestOptionsBase)

연결을 업데이트합니다.

function update(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: ConnectionUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.ConnectionUpdateResponse>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionName

string

연결 업데이트 작업에 제공된 매개 변수입니다.

parameters
ConnectionUpdateParameters

연결 업데이트 작업에 제공된 매개 변수입니다.

options
msRest.RequestOptionsBase

반환

Promise<Models.ConnectionUpdateResponse>

Promise<Models.ConnectionUpdateResponse>

update(string, string, string, ConnectionUpdateParameters, RequestOptionsBase, ServiceCallback<Connection>)

function update(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: ConnectionUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Connection>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionName

string

연결 업데이트 작업에 제공된 매개 변수입니다.

parameters
ConnectionUpdateParameters

연결 업데이트 작업에 제공된 매개 변수입니다.

options

RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<Connection>

콜백

update(string, string, string, ConnectionUpdateParameters, ServiceCallback<Connection>)

function update(resourceGroupName: string, automationAccountName: string, connectionName: string, parameters: ConnectionUpdateParameters, callback: ServiceCallback<Connection>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionName

string

연결 업데이트 작업에 제공된 매개 변수입니다.

parameters
ConnectionUpdateParameters

연결 업데이트 작업에 제공된 매개 변수입니다.

callback

ServiceCallback<Connection>

콜백