ContentLink Class

Definition of the content link.

Inheritance
msrest.serialization.Model
ContentLink

Constructor

ContentLink(*, uri: str | None = None, content_hash: ContentHash | None = None, version: str | None = None, **kwargs)

Parameters

Name Description
uri
Required
str

Gets or sets the uri of the runbook content.

content_hash
Required

Gets or sets the hash.

version
Required
str

Gets or sets the version of the content.

Keyword-Only Parameters

Name Description
uri
Required
content_hash
Required
version
Required