ModuleCreateOrUpdateParameters Class

The parameters supplied to the create or update module operation.

All required parameters must be populated in order to send to Azure.

Inheritance
ModuleCreateOrUpdateParameters

Constructor

ModuleCreateOrUpdateParameters(*, content_link: azure.mgmt.automation.models._models_py3.ContentLink, name: Optional[str] = None, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, **kwargs)

Parameters

name
str
Required

Gets or sets name of the resource.

location
str
Required

Gets or sets the location of the resource.

tags
dict[str, str]
Required

A set of tags. Gets or sets the tags attached to the resource.

content_link
ContentLink
Required

Required. Gets or sets the module content link.