다음을 통해 공유


ConnectionTypeOperations class

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

생성자

ConnectionTypeOperations(AutomationClientContext)

ConnectionTypeOperations를 만듭니다.

메서드

createOrUpdate(string, string, string, ConnectionTypeCreateOrUpdateParameters, RequestOptionsBase)

연결 형식을 만듭니다.

createOrUpdate(string, string, string, ConnectionTypeCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<ConnectionType>)
createOrUpdate(string, string, string, ConnectionTypeCreateOrUpdateParameters, ServiceCallback<ConnectionType>)
deleteMethod(string, string, string, RequestOptionsBase)

연결 유형을 삭제합니다.

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

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

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

연결 형식 목록을 검색합니다.

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

연결 형식 목록을 검색합니다.

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ConnectionTypeListResult>)
listByAutomationAccountNext(string, ServiceCallback<ConnectionTypeListResult>)

생성자 세부 정보

ConnectionTypeOperations(AutomationClientContext)

ConnectionTypeOperations를 만듭니다.

new ConnectionTypeOperations(client: AutomationClientContext)

매개 변수

client
AutomationClientContext

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

메서드 세부 정보

createOrUpdate(string, string, string, ConnectionTypeCreateOrUpdateParameters, RequestOptionsBase)

연결 형식을 만듭니다.

function createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, parameters: ConnectionTypeCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<ConnectionTypeCreateOrUpdateResponse>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionTypeName

string

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

parameters
ConnectionTypeCreateOrUpdateParameters

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

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ConnectionTypeCreateOrUpdateResponse>

createOrUpdate(string, string, string, ConnectionTypeCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<ConnectionType>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, parameters: ConnectionTypeCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<ConnectionType>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionTypeName

string

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

parameters
ConnectionTypeCreateOrUpdateParameters

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

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<ConnectionType>

콜백

createOrUpdate(string, string, string, ConnectionTypeCreateOrUpdateParameters, ServiceCallback<ConnectionType>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, parameters: ConnectionTypeCreateOrUpdateParameters, callback: ServiceCallback<ConnectionType>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionTypeName

string

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

parameters
ConnectionTypeCreateOrUpdateParameters

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

callback

ServiceCallback<ConnectionType>

콜백

deleteMethod(string, string, string, RequestOptionsBase)

연결 유형을 삭제합니다.

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

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionTypeName

string

연결 형식의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<RestResponse>

promise<msRest.RestResponse>

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

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

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionTypeName

string

연결 형식의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<void>

콜백

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

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

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionTypeName

string

연결 형식의 이름입니다.

callback

ServiceCallback<void>

콜백

get(string, string, string, RequestOptionsBase)

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

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

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionTypeName

string

연결 형식의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ConnectionTypeGetResponse>

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

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

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionTypeName

string

연결 형식의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<ConnectionType>

콜백

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

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

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

connectionTypeName

string

연결 형식의 이름입니다.

callback

ServiceCallback<ConnectionType>

콜백

listByAutomationAccount(string, string, RequestOptionsBase)

연결 형식 목록을 검색합니다.

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

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ConnectionTypeListByAutomationAccountResponse>

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

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

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

options
RequestOptionsBase

선택적 매개 변수

listByAutomationAccount(string, string, ServiceCallback<ConnectionTypeListResult>)

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

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

listByAutomationAccountNext(string, RequestOptionsBase)

연결 형식 목록을 검색합니다.

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

매개 변수

nextPageLink

string

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

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ConnectionTypeListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ConnectionTypeListResult>)

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

매개 변수

nextPageLink

string

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

options
RequestOptionsBase

선택적 매개 변수

listByAutomationAccountNext(string, ServiceCallback<ConnectionTypeListResult>)

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

매개 변수

nextPageLink

string

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