다음을 통해 공유


Microsoft.Automation automationAccounts/jobSchedules

Bicep 리소스 정의

automationAccounts/jobSchedules 리소스 종류는 다음을 대상으로 하는 작업과 함께 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.

리소스 형식

Microsoft.Automation/automationAccounts/jobSchedules 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.

resource symbolicname 'Microsoft.Automation/automationAccounts/jobSchedules@2023-11-01' = {
  name: 'string'
  parent: resourceSymbolicName
  properties: {
    parameters: {
      {customized property}: 'string'
    }
    runbook: {
      name: 'string'
    }
    runOn: 'string'
    schedule: {
      name: 'string'
    }
  }
}

속성 값

automationAccounts/jobSchedules

Name Description
name 리소스 이름

Bicep에서 자식 리소스의 이름과 형식을 설정하는 방법을 참조하세요.
string(필수)
부모(parent) Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가하면 됩니다.

자세한 내용은 부모 리소스 외부의 자식 리소스를 참조하세요.
형식의 리소스에 대한 기호화된 이름: automationAccounts
properties 작업 일정 속성 목록을 가져오거나 설정합니다. JobScheduleCreatePropertiesOrJobScheduleProperties (필수)

JobScheduleCreatePropertiesOrJobScheduleProperties

Name Description
매개 변수 작업 속성 목록을 가져오거나 설정합니다. JobScheduleCreatePropertiesParameters
runbook Runbook을 가져오거나 설정합니다. RunbookAssociationProperty (필수)
runOn 예약된 작업이 실행되어야 하는 하이브리드 작업자 그룹을 가져오거나 설정합니다. 문자열
schedule 일정을 가져오거나 설정합니다. ScheduleAssociationProperty (필수)

JobScheduleCreatePropertiesParameters

Name Description
{customized property} 문자열

RunbookAssociationProperty

Name Description
name Runbook의 이름을 가져오거나 설정합니다. 문자열

ScheduleAssociationProperty

Name Description
name 일정의 이름을 가져오거나 설정합니다. 문자열

빠른 시작 템플릿

다음 빠른 시작 템플릿은 이 리소스 종류를 배포합니다.

템플릿 Description
OMS ASR 솔루션

Azure에 배포
OMS에서 ASR(v2) 솔루션을 사용하도록 설정
ARO(Azure 리소스 최적화) 도구 키트

Azure에 배포
Azure 리소스 최적화 도구 키트는 서버리스 기술을 사용하여 구독에서 Azure 리소스를 최적화하는 분산형 네이티브 Azure 솔루션입니다. 최적화는 새 리소스를 포함하여 사용자 고유의 일정을 사용하도록 설정하거나 만들면 구독에서 자동으로 수행됩니다. 구독에서 사용할 수 있는 미리 구성된 Runbook 및 일정이 있는 Azure Automation 계정으로, 비용 절감을 시작할 수 있습니다.
OMS - Azure 리소스 사용량 솔루션

Azure에 배포
솔루션은 Azure 리소스에 대한 청구 정보를 OMS에 제공합니다. 리소스 비용은 다른 통화 및 로캘로 표시할 수 있습니다.
OMS - Azure VM 인벤토리 솔루션

Azure에 배포
OMS에서 Azure VM 인벤토리 솔루션을 사용하도록 설정합니다. 솔루션은 디스크, 네트워킹 구성 요소, NSG 규칙 및 확장과 함께 Azure VM 인벤토리를 OMS 작업 영역으로 수집합니다.
OMS Service Bus 솔루션

Azure에 배포
Azure Service Bus 인스턴스 모니터링

ARM 템플릿 리소스 정의

automationAccounts/jobSchedules 리소스 종류는 다음을 대상으로 하는 작업과 함께 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.

리소스 형식

Microsoft.Automation/automationAccounts/jobSchedules 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.

{
  "type": "Microsoft.Automation/automationAccounts/jobSchedules",
  "apiVersion": "2023-11-01",
  "name": "string",
  "properties": {
    "parameters": {
      "{customized property}": "string"
    },
    "runbook": {
      "name": "string"
    },
    "runOn": "string",
    "schedule": {
      "name": "string"
    }
  }
}

속성 값

automationAccounts/jobSchedules

Name Description
형식 리소스 종류 'Microsoft.Automation/automationAccounts/jobSchedules'
apiVersion 리소스 api 버전 '2023-11-01'
name 리소스 이름

JSON ARM 템플릿에서 자식 리소스의 이름 및 형식을 설정하는 방법을 참조하세요.
string(필수)
properties 작업 일정 속성 목록을 가져오거나 설정합니다. JobScheduleCreatePropertiesOrJobScheduleProperties (필수)

JobScheduleCreatePropertiesOrJobScheduleProperties

Name Description
매개 변수 작업 속성 목록을 가져오거나 설정합니다. JobScheduleCreatePropertiesParameters
runbook Runbook을 가져오거나 설정합니다. RunbookAssociationProperty (필수)
runOn 예약된 작업이 실행되어야 하는 하이브리드 작업자 그룹을 가져오거나 설정합니다. string
schedule 일정을 가져오거나 설정합니다. ScheduleAssociationProperty (필수)

JobScheduleCreatePropertiesParameters

Name Description
{customized property} 문자열

RunbookAssociationProperty

Name Description
name Runbook의 이름을 가져오거나 설정합니다. string

ScheduleAssociationProperty

Name Description
name 일정의 이름을 가져오거나 설정합니다. 문자열

빠른 시작 템플릿

다음 빠른 시작 템플릿은 이 리소스 종류를 배포합니다.

템플릿 Description
OMS ASR 솔루션

Azure에 배포
OMS에서 ASR(v2) 솔루션을 사용하도록 설정
ARO(Azure 리소스 최적화) 도구 키트

Azure에 배포
Azure 리소스 최적화 도구 키트는 서버리스 기술을 사용하여 구독에서 Azure 리소스를 최적화하는 분산형 네이티브 Azure 솔루션입니다. 최적화는 새 리소스를 포함하여 사용자 고유의 일정을 사용하도록 설정하거나 만들면 구독에서 자동으로 수행됩니다. 구독에서 사용할 수 있는 미리 구성된 Runbook 및 일정이 있는 Azure Automation 계정으로, 비용 절감을 시작할 수 있습니다.
OMS - Azure 리소스 사용량 솔루션

Azure에 배포
솔루션은 Azure 리소스에 대한 청구 정보를 OMS에 제공합니다. 리소스 비용은 다른 통화 및 로캘로 표시할 수 있습니다.
OMS - Azure VM 인벤토리 솔루션

Azure에 배포
OMS에서 Azure VM 인벤토리 솔루션을 사용하도록 설정합니다. 솔루션은 디스크, 네트워킹 구성 요소, NSG 규칙 및 확장과 함께 Azure VM 인벤토리를 OMS 작업 영역으로 수집합니다.
OMS Service Bus 솔루션

Azure에 배포
Azure Service Bus 인스턴스 모니터링

Terraform(AzAPI 공급자) 리소스 정의

automationAccounts/jobSchedules 리소스 종류는 다음을 대상으로 하는 작업과 함께 배포할 수 있습니다.

  • 리소스 그룹

각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.

리소스 형식

Microsoft.Automation/automationAccounts/jobSchedules 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Automation/automationAccounts/jobSchedules@2023-11-01"
  name = "string"
  parent_id = "string"
  body = jsonencode({
    properties = {
      parameters = {
        {customized property} = "string"
      }
      runbook = {
        name = "string"
      }
      runOn = "string"
      schedule = {
        name = "string"
      }
    }
  })
}

속성 값

automationAccounts/jobSchedules

Name Description
형식 리소스 종류 "Microsoft.Automation/automationAccounts/jobSchedules@2023-11-01"
name 리소스 이름 string(필수)
parent_id 이 리소스의 부모인 리소스의 ID입니다. 형식의 리소스에 대한 ID: automationAccounts
properties 작업 일정 속성 목록을 가져오거나 설정합니다. JobScheduleCreatePropertiesOrJobScheduleProperties (필수)

JobScheduleCreatePropertiesOrJobScheduleProperties

Name Description
매개 변수 작업 속성 목록을 가져오거나 설정합니다. JobScheduleCreatePropertiesParameters
runbook Runbook을 가져오거나 설정합니다. RunbookAssociationProperty (필수)
runOn 예약된 작업이 실행되어야 하는 하이브리드 작업자 그룹을 가져오거나 설정합니다. string
schedule 일정을 가져오거나 설정합니다. ScheduleAssociationProperty (필수)

JobScheduleCreatePropertiesParameters

Name Description
{사용자 지정 속성} string

RunbookAssociationProperty

Name Description
name Runbook의 이름을 가져오거나 설정합니다. 문자열

ScheduleAssociationProperty

Name Description
name 일정의 이름을 가져오거나 설정합니다. string