Uses of Class
com.azure.resourcemanager.automation.models.ContentSource
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of ContentSource in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionDscConfigurationCreateOrUpdateProperties.source()
Get the source property: Gets or sets the source.DscConfigurationInner.source()
Get the source property: Gets or sets the source.DscConfigurationProperties.source()
Get the source property: Gets or sets the source.DscNodeConfigurationCreateOrUpdateParametersProperties.source()
Get the source property: Gets or sets the source.Modifier and TypeMethodDescriptionDscConfigurationCreateOrUpdateProperties.withSource
(ContentSource source) Set the source property: Gets or sets the source.DscConfigurationInner.withSource
(ContentSource source) Set the source property: Gets or sets the source.DscConfigurationProperties.withSource
(ContentSource source) Set the source property: Gets or sets the source.DscNodeConfigurationCreateOrUpdateParametersProperties.withSource
(ContentSource source) Set the source property: Gets or sets the source. -
Uses of ContentSource in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionDscConfiguration.source()
Gets the source property: Gets or sets the source.DscConfigurationCreateOrUpdateParameters.source()
Get the source property: Gets or sets the source.DscConfigurationUpdateParameters.source()
Get the source property: Gets or sets the source.DscNodeConfigurationCreateOrUpdateParameters.source()
Get the source property: Gets or sets the source.ContentSource.withHash
(ContentHash hash) Set the hash property: Gets or sets the hash.ContentSource.withType
(ContentSourceType type) Set the type property: Gets or sets the content source type.Set the value property: Gets or sets the value of the content.ContentSource.withVersion
(String version) Set the version property: Gets or sets the version of the content.Modifier and TypeMethodDescriptionDscConfiguration.DefinitionStages.WithSource.withSource
(ContentSource source) Specifies the source property: Gets or sets the source..DscConfiguration.UpdateStages.WithSource.withSource
(ContentSource source) Specifies the source property: Gets or sets the source..DscConfigurationCreateOrUpdateParameters.withSource
(ContentSource source) Set the source property: Gets or sets the source.DscConfigurationUpdateParameters.withSource
(ContentSource source) Set the source property: Gets or sets the source.DscNodeConfiguration.DefinitionStages.WithSource.withSource
(ContentSource source) Specifies the source property: Gets or sets the source..DscNodeConfiguration.UpdateStages.WithSource.withSource
(ContentSource source) Specifies the source property: Gets or sets the source..DscNodeConfigurationCreateOrUpdateParameters.withSource
(ContentSource source) Set the source property: Gets or sets the source.