Fields class
필드를 나타내는 클래스입니다.
생성자
Fields(Automation |
필드를 만듭니다. |
메서드
생성자 세부 정보
Fields(AutomationClientContext)
필드를 만듭니다.
new Fields(client: AutomationClientContext)
매개 변수
- client
- AutomationClientContext
서비스 클라이언트에 대한 참조입니다.
메서드 세부 정보
listByType(string, string, string, string, RequestOptionsBase)
모듈 이름으로 식별된 지정된 형식의 필드 목록을 검색합니다.
function listByType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options?: RequestOptionsBase): Promise<FieldsListByTypeResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- moduleName
-
string
모듈의 이름입니다.
- typeName
-
string
유형의 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<FieldsListByTypeResponse>
Promise<Models.FieldsListByTypeResponse>
listByType(string, string, string, string, RequestOptionsBase, ServiceCallback<TypeFieldListResult>)
function listByType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options: RequestOptionsBase, callback: ServiceCallback<TypeFieldListResult>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- moduleName
-
string
모듈의 이름입니다.
- typeName
-
string
유형의 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
listByType(string, string, string, string, ServiceCallback<TypeFieldListResult>)
function listByType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, callback: ServiceCallback<TypeFieldListResult>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- moduleName
-
string
모듈의 이름입니다.
- typeName
-
string
유형의 이름입니다.
- callback
콜백