Uses of Class
com.azure.resourcemanager.automation.models.RunbookAssociationProperty
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of RunbookAssociationProperty in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionJobCollectionItemInner.runbook()
Get the runbook property: The runbook association.JobCollectionItemProperties.runbook()
Get the runbook property: The runbook association.JobCreateProperties.runbook()
Get the runbook property: Gets or sets the runbook.JobInner.runbook()
Get the runbook property: Gets or sets the runbook.JobProperties.runbook()
Get the runbook property: Gets or sets the runbook.JobScheduleCreateProperties.runbook()
Get the runbook property: Gets or sets the runbook.JobScheduleInner.runbook()
Get the runbook property: Gets or sets the runbook.JobScheduleProperties.runbook()
Get the runbook property: Gets or sets the runbook.WebhookCreateOrUpdateProperties.runbook()
Get the runbook property: Gets or sets the runbook.WebhookInner.runbook()
Get the runbook property: Gets or sets the runbook the webhook is associated with.WebhookProperties.runbook()
Get the runbook property: Gets or sets the runbook the webhook is associated with.Modifier and TypeMethodDescriptionJobCreateProperties.withRunbook
(RunbookAssociationProperty runbook) Set the runbook property: Gets or sets the runbook.JobInner.withRunbook
(RunbookAssociationProperty runbook) Set the runbook property: Gets or sets the runbook.JobProperties.withRunbook
(RunbookAssociationProperty runbook) Set the runbook property: Gets or sets the runbook.JobScheduleCreateProperties.withRunbook
(RunbookAssociationProperty runbook) Set the runbook property: Gets or sets the runbook.JobScheduleInner.withRunbook
(RunbookAssociationProperty runbook) Set the runbook property: Gets or sets the runbook.JobScheduleProperties.withRunbook
(RunbookAssociationProperty runbook) Set the runbook property: Gets or sets the runbook.WebhookCreateOrUpdateProperties.withRunbook
(RunbookAssociationProperty runbook) Set the runbook property: Gets or sets the runbook.WebhookInner.withRunbook
(RunbookAssociationProperty runbook) Set the runbook property: Gets or sets the runbook the webhook is associated with.WebhookProperties.withRunbook
(RunbookAssociationProperty runbook) Set the runbook property: Gets or sets the runbook the webhook is associated with. -
Uses of RunbookAssociationProperty in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionJob.runbook()
Gets the runbook property: Gets or sets the runbook.JobCollectionItem.runbook()
Gets the runbook property: The runbook association.JobCreateParameters.runbook()
Get the runbook property: Gets or sets the runbook.JobSchedule.runbook()
Gets the runbook property: Gets or sets the runbook.JobScheduleCreateParameters.runbook()
Get the runbook property: Gets or sets the runbook.Webhook.runbook()
Gets the runbook property: Gets or sets the runbook the webhook is associated with.WebhookCreateOrUpdateParameters.runbook()
Get the runbook property: Gets or sets the runbook.Set the name property: Gets or sets the name of the runbook.Modifier and TypeMethodDescriptionJob.DefinitionStages.WithRunbook.withRunbook
(RunbookAssociationProperty runbook) Specifies the runbook property: Gets or sets the runbook..JobCreateParameters.withRunbook
(RunbookAssociationProperty runbook) Set the runbook property: Gets or sets the runbook.JobSchedule.DefinitionStages.WithRunbook.withRunbook
(RunbookAssociationProperty runbook) Specifies the runbook property: Gets or sets the runbook..JobScheduleCreateParameters.withRunbook
(RunbookAssociationProperty runbook) Set the runbook property: Gets or sets the runbook.Webhook.DefinitionStages.WithRunbook.withRunbook
(RunbookAssociationProperty runbook) Specifies the runbook property: Gets or sets the runbook..WebhookCreateOrUpdateParameters.withRunbook
(RunbookAssociationProperty runbook) Set the runbook property: Gets or sets the runbook.