다음을 통해 공유


ConnectionOperations class

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

생성자

ConnectionOperations(AutomationClientContext)

ConnectionOperations를 만듭니다.

메서드

createOrUpdate(string, string, string, ConnectionCreateOrUpdateParameters, RequestOptionsBase)

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

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

연결을 삭제합니다.

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

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

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

연결 목록을 검색합니다.

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

연결 목록을 검색합니다.

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ConnectionListResult>)
listByAutomationAccountNext(string, ServiceCallback<ConnectionListResult>)
update(string, string, string, ConnectionUpdateParameters, 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, RequestOptionsBase)

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

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

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionName

string

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

parameters
ConnectionCreateOrUpdateParameters

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

options
RequestOptionsBase

선택적 매개 변수

반환

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, RequestOptionsBase)

연결을 삭제합니다.

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

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionName

string

연결의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

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, RequestOptionsBase)

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

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

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionName

string

연결의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

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, RequestOptionsBase)

연결 목록을 검색합니다.

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

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

options
RequestOptionsBase

선택적 매개 변수

반환

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

선택적 매개 변수

listByAutomationAccount(string, string, ServiceCallback<ConnectionListResult>)

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

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

listByAutomationAccountNext(string, RequestOptionsBase)

연결 목록을 검색합니다.

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

매개 변수

nextPageLink

string

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

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ConnectionListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ConnectionListResult>)

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

매개 변수

nextPageLink

string

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

options
RequestOptionsBase

선택적 매개 변수

listByAutomationAccountNext(string, ServiceCallback<ConnectionListResult>)

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

매개 변수

nextPageLink

string

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

update(string, string, string, ConnectionUpdateParameters, RequestOptionsBase)

연결을 업데이트합니다.

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

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionName

string

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

parameters
ConnectionUpdateParameters

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

options
RequestOptionsBase

선택적 매개 변수

반환

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>

콜백