Microsoft.Automation automationAccounts/jobSchedules 2022-08-08
이 문서의 내용
Bicep 리소스 정의
automationAccounts/jobSchedules 리소스 종류는 다음을 대상으로 하는 작업과 함께 배포할 수 있습니다.
각 API 버전에서 변경된 속성 목록은 변경 로그 를 참조하세요.
Microsoft.Automation/automationAccounts/jobSchedules 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.
resource symbolicname 'Microsoft.Automation/automationAccounts/jobSchedules@2022-08-08' = {
name: 'string'
parent: resourceSymbolicName
properties: {
parameters: {
{customized property}: 'string'
}
runbook: {
name: 'string'
}
runOn: 'string'
schedule: {
name: 'string'
}
}
}
속성 값
automationAccounts/jobSchedules
JobScheduleCreatePropertiesOrJobScheduleProperties
JobScheduleCreatePropertiesParameters
Name
Description
값
{customized property}
문자열
RunbookAssociationProperty
Name
Description
값
name
Runbook의 이름을 가져오거나 설정합니다.
문자열
ScheduleAssociationProperty
Name
Description
값
name
일정의 이름을 가져오거나 설정합니다.
문자열
빠른 시작 템플릿
다음 빠른 시작 템플릿은 이 리소스 종류를 배포합니다.
템플릿
Description
OMS ASR 솔루션
OMS에서 ASR(v2) 솔루션을 사용하도록 설정
ARO(Azure 리소스 최적화) 도구 키트
Azure 리소스 최적화 도구 키트는 서버리스 기술을 사용하여 구독에서 Azure 리소스를 최적화하는 분산형 네이티브 Azure 솔루션입니다. 최적화는 새 리소스를 포함하여 사용자 고유의 일정을 사용하도록 설정하거나 만들면 구독에서 자동으로 수행됩니다. 구독에서 사용할 수 있는 미리 구성된 Runbook 및 일정이 있는 Azure Automation 계정으로, 비용 절감을 시작할 수 있습니다.
OMS - Azure 리소스 사용량 솔루션
솔루션은 Azure 리소스에 대한 청구 정보를 OMS에 제공합니다. 리소스 비용은 다른 통화 및 로캘로 표시할 수 있습니다.
OMS - Azure VM 인벤토리 솔루션
OMS에서 Azure VM 인벤토리 솔루션을 사용하도록 설정합니다. 솔루션은 디스크, 네트워킹 구성 요소, NSG 규칙 및 확장과 함께 Azure VM 인벤토리를 OMS 작업 영역으로 수집합니다.
OMS Service Bus 솔루션
Azure Service Bus 인스턴스 모니터링
ARM 템플릿 리소스 정의
automationAccounts/jobSchedules 리소스 종류는 다음을 대상으로 하는 작업과 함께 배포할 수 있습니다.
각 API 버전에서 변경된 속성 목록은 변경 로그 를 참조하세요.
Microsoft.Automation/automationAccounts/jobSchedules 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.
{
"type": "Microsoft.Automation/automationAccounts/jobSchedules",
"apiVersion": "2022-08-08",
"name": "string",
"properties": {
"parameters": {
"{customized property}": "string"
},
"runbook": {
"name": "string"
},
"runOn": "string",
"schedule": {
"name": "string"
}
}
}
속성 값
automationAccounts/jobSchedules
JobScheduleCreatePropertiesOrJobScheduleProperties
JobScheduleCreatePropertiesParameters
Name
Description
값
{사용자 지정 속성}
문자열
RunbookAssociationProperty
Name
Description
값
name
Runbook의 이름을 가져오거나 설정합니다.
string
ScheduleAssociationProperty
Name
Description
값
name
일정의 이름을 가져오거나 설정합니다.
string
빠른 시작 템플릿
다음 빠른 시작 템플릿은 이 리소스 유형을 배포합니다.
템플릿
Description
OMS ASR 솔루션
OMS에서 ASR(v2) 솔루션을 사용하도록 설정
ARO(Azure 리소스 최적화) 도구 키트
Azure 리소스 최적화 도구 키트는 서버리스 기술을 사용하여 구독에서 Azure 리소스를 최적화하는 탈중앙화 네이티브 Azure 솔루션입니다. 최적화는 새 리소스를 포함하여 사용자 고유의 일정을 사용하거나 만들면 구독에서 자동으로 수행됩니다. 구독에서 활용할 수 있는 미리 구성된 Runbook 및 일정이 포함된 Azure Automation 계정으로, 비용 절감을 시작할 수 있습니다.
OMS - Azure 리소스 사용량 솔루션
솔루션은 Azure 리소스에 대한 청구 정보를 OMS에 제공합니다. 리소스 비용은 다른 통화 및 로캘로 표시할 수 있습니다.
OMS - Azure VM 인벤토리 솔루션
OMS에서 Azure VM 인벤토리 솔루션을 사용하도록 설정합니다. 솔루션은 디스크, 네트워킹 구성 요소, NSG 규칙 및 확장과 함께 Azure VM 인벤토리를 OMS 작업 영역으로 수집합니다.
OMS Service Bus 솔루션
Azure Service Bus 인스턴스 모니터링
automationAccounts/jobSchedules 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
각 API 버전에서 변경된 속성 목록은 변경 로그 를 참조하세요.
Microsoft.Automation/automationAccounts/jobSchedules 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Automation/automationAccounts/jobSchedules@2022-08-08"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
parameters = {
{customized property} = "string"
}
runbook = {
name = "string"
}
runOn = "string"
schedule = {
name = "string"
}
}
})
}
속성 값
automationAccounts/jobSchedules
JobScheduleCreatePropertiesOrJobScheduleProperties
JobScheduleCreatePropertiesParameters
Name
Description
값
{customized property}
string
RunbookAssociationProperty
Name
Description
값
name
Runbook의 이름을 가져오거나 설정합니다.
문자열
ScheduleAssociationProperty
Name
Description
값
name
일정의 이름을 가져오거나 설정합니다.
string