Uses of Class
com.azure.resourcemanager.automation.models.RunbookAssociationProperty
Packages that use 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
Methods in com.azure.resourcemanager.automation.fluent.models that return RunbookAssociationPropertyModifier 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.Methods in com.azure.resourcemanager.automation.fluent.models with parameters of type RunbookAssociationPropertyModifier 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
Methods in com.azure.resourcemanager.automation.models that return RunbookAssociationPropertyModifier and TypeMethodDescriptionstatic RunbookAssociationProperty
RunbookAssociationProperty.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RunbookAssociationProperty from the JsonReader.Job.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.Methods in com.azure.resourcemanager.automation.models with parameters of type RunbookAssociationPropertyModifier 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.