다음을 통해 공유


ObjectDataTypes class

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

생성자

ObjectDataTypes(AutomationClientContext)

ObjectDataTypes를 만듭니다.

메서드

listFieldsByModuleAndType(string, string, string, string, RequestOptionsBase)

모듈 이름으로 식별된 지정된 형식의 필드 목록을 검색합니다.

listFieldsByModuleAndType(string, string, string, string, RequestOptionsBase, ServiceCallback<TypeFieldListResult>)
listFieldsByModuleAndType(string, string, string, string, ServiceCallback<TypeFieldListResult>)
listFieldsByType(string, string, string, RequestOptionsBase)

액세스 가능한 모든 모듈에서 지정된 형식의 필드 목록을 검색합니다.

listFieldsByType(string, string, string, RequestOptionsBase, ServiceCallback<TypeFieldListResult>)
listFieldsByType(string, string, string, ServiceCallback<TypeFieldListResult>)

생성자 세부 정보

ObjectDataTypes(AutomationClientContext)

ObjectDataTypes를 만듭니다.

new ObjectDataTypes(client: AutomationClientContext)

매개 변수

client
AutomationClientContext

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

메서드 세부 정보

listFieldsByModuleAndType(string, string, string, string, RequestOptionsBase)

모듈 이름으로 식별된 지정된 형식의 필드 목록을 검색합니다.

function listFieldsByModuleAndType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options?: RequestOptionsBase): Promise<ObjectDataTypesListFieldsByModuleAndTypeResponse>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

moduleName

string

모듈의 이름입니다.

typeName

string

유형의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ObjectDataTypesListFieldsByModuleAndTypeResponse>

listFieldsByModuleAndType(string, string, string, string, RequestOptionsBase, ServiceCallback<TypeFieldListResult>)

function listFieldsByModuleAndType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options: RequestOptionsBase, callback: ServiceCallback<TypeFieldListResult>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

moduleName

string

모듈의 이름입니다.

typeName

string

유형의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

listFieldsByModuleAndType(string, string, string, string, ServiceCallback<TypeFieldListResult>)

function listFieldsByModuleAndType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, callback: ServiceCallback<TypeFieldListResult>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

moduleName

string

모듈의 이름입니다.

typeName

string

유형의 이름입니다.

listFieldsByType(string, string, string, RequestOptionsBase)

액세스 가능한 모든 모듈에서 지정된 형식의 필드 목록을 검색합니다.

function listFieldsByType(resourceGroupName: string, automationAccountName: string, typeName: string, options?: RequestOptionsBase): Promise<ObjectDataTypesListFieldsByTypeResponse>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

typeName

string

유형의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ObjectDataTypesListFieldsByTypeResponse>

listFieldsByType(string, string, string, RequestOptionsBase, ServiceCallback<TypeFieldListResult>)

function listFieldsByType(resourceGroupName: string, automationAccountName: string, typeName: string, options: RequestOptionsBase, callback: ServiceCallback<TypeFieldListResult>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

typeName

string

유형의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

listFieldsByType(string, string, string, ServiceCallback<TypeFieldListResult>)

function listFieldsByType(resourceGroupName: string, automationAccountName: string, typeName: string, callback: ServiceCallback<TypeFieldListResult>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

typeName

string

유형의 이름입니다.