Uses of Class
com.azure.resourcemanager.automation.models.ContentLink
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of ContentLink in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionModuleCreateOrUpdateProperties.contentLink()
Get the contentLink property: Gets or sets the module content link.ModuleInner.contentLink()
Get the contentLink property: Gets or sets the contentLink of the module.ModuleProperties.contentLink()
Get the contentLink property: Gets or sets the contentLink of the module.ModuleUpdateProperties.contentLink()
Get the contentLink property: Gets or sets the module content link.PythonPackageCreateProperties.contentLink()
Get the contentLink property: Gets or sets the module content link.RunbookDraftInner.draftContentLink()
Get the draftContentLink property: Gets or sets the draft runbook content link.RunbookCreateOrUpdateParametersInner.publishContentLink()
Get the publishContentLink property: Gets or sets the published runbook content link.RunbookCreateOrUpdatePropertiesInner.publishContentLink()
Get the publishContentLink property: Gets or sets the published runbook content link.RunbookInner.publishContentLink()
Get the publishContentLink property: Gets or sets the published runbook content link.RunbookPropertiesInner.publishContentLink()
Get the publishContentLink property: Gets or sets the published runbook content link.Modifier and TypeMethodDescriptionModuleCreateOrUpdateProperties.withContentLink
(ContentLink contentLink) Set the contentLink property: Gets or sets the module content link.ModuleInner.withContentLink
(ContentLink contentLink) Set the contentLink property: Gets or sets the contentLink of the module.ModuleProperties.withContentLink
(ContentLink contentLink) Set the contentLink property: Gets or sets the contentLink of the module.ModuleUpdateProperties.withContentLink
(ContentLink contentLink) Set the contentLink property: Gets or sets the module content link.PythonPackageCreateProperties.withContentLink
(ContentLink contentLink) Set the contentLink property: Gets or sets the module content link.RunbookDraftInner.withDraftContentLink
(ContentLink draftContentLink) Set the draftContentLink property: Gets or sets the draft runbook content link.RunbookCreateOrUpdateParametersInner.withPublishContentLink
(ContentLink publishContentLink) Set the publishContentLink property: Gets or sets the published runbook content link.RunbookCreateOrUpdatePropertiesInner.withPublishContentLink
(ContentLink publishContentLink) Set the publishContentLink property: Gets or sets the published runbook content link.RunbookInner.withPublishContentLink
(ContentLink publishContentLink) Set the publishContentLink property: Gets or sets the published runbook content link.RunbookPropertiesInner.withPublishContentLink
(ContentLink publishContentLink) Set the publishContentLink property: Gets or sets the published runbook content link. -
Uses of ContentLink in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionModule.contentLink()
Gets the contentLink property: Gets or sets the contentLink of the module.ModuleCreateOrUpdateParameters.contentLink()
Get the contentLink property: Gets or sets the module content link.ModuleUpdateParameters.contentLink()
Get the contentLink property: Gets or sets the module content link.PythonPackageCreateParameters.contentLink()
Get the contentLink property: Gets or sets the module content link.RunbookDraft.draftContentLink()
Gets the draftContentLink property: Gets or sets the draft runbook content link.Runbook.publishContentLink()
Gets the publishContentLink property: Gets or sets the published runbook content link.RunbookCreateOrUpdateParameters.publishContentLink()
Gets the publishContentLink property: Gets or sets the published runbook content link.RunbookCreateOrUpdateProperties.publishContentLink()
Gets the publishContentLink property: Gets or sets the published runbook content link.RunbookProperties.publishContentLink()
Gets the publishContentLink property: Gets or sets the published runbook content link.ContentLink.withContentHash
(ContentHash contentHash) Set the contentHash property: Gets or sets the hash.Set the uri property: Gets or sets the uri of the runbook content.ContentLink.withVersion
(String version) Set the version property: Gets or sets the version of the content.Modifier and TypeMethodDescriptionModule.DefinitionStages.WithContentLink.withContentLink
(ContentLink contentLink) Specifies the contentLink property: Gets or sets the module content link..ModuleCreateOrUpdateParameters.withContentLink
(ContentLink contentLink) Set the contentLink property: Gets or sets the module content link.ModuleUpdateParameters.withContentLink
(ContentLink contentLink) Set the contentLink property: Gets or sets the module content link.PythonPackageCreateParameters.withContentLink
(ContentLink contentLink) Set the contentLink property: Gets or sets the module content link.Runbook.DefinitionStages.WithPublishContentLink.withPublishContentLink
(ContentLink publishContentLink) Specifies the publishContentLink property: Gets or sets the published runbook content link..