ContentSource Class

Definition of the content source.

Inheritance
ContentSource

Constructor

ContentSource(*, hash: Optional[azure.mgmt.automation.models._models_py3.ContentHash] = None, type: Optional[Union[str, azure.mgmt.automation.models._automation_client_enums.ContentSourceType]] = None, value: Optional[str] = None, version: Optional[str] = None, **kwargs)

Parameters

hash
ContentHash
Required

Gets or sets the hash.

type
str or ContentSourceType
Required

Gets or sets the content source type. Possible values include: "embeddedContent", "uri".

value
str
Required

Gets or sets the value of the content. This is based on the content source type.

version
str
Required

Gets or sets the version of the content.