Uses of Class
com.azure.resourcemanager.automation.fluent.models.ModuleProperties
Package
Description
Package containing the inner data models for AutomationClient.
-
Uses of ModuleProperties in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionModuleProperties.withActivityCount
(Integer activityCount) Set the activityCount property: Gets or sets the activity count of the module.ModuleProperties.withContentLink
(ContentLink contentLink) Set the contentLink property: Gets or sets the contentLink of the module.ModuleProperties.withCreationTime
(OffsetDateTime creationTime) Set the creationTime property: Gets or sets the creation time.ModuleProperties.withDescription
(String description) Set the description property: Gets or sets the description.ModuleProperties.withError
(ModuleErrorInfo error) Set the error property: Gets or sets the error info of the module.ModuleProperties.withIsComposite
(Boolean isComposite) Set the isComposite property: Gets or sets type of module, if its composite or not.ModuleProperties.withIsGlobal
(Boolean isGlobal) Set the isGlobal property: Gets or sets the isGlobal flag of the module.ModuleProperties.withLastModifiedTime
(OffsetDateTime lastModifiedTime) Set the lastModifiedTime property: Gets or sets the last modified time.ModuleProperties.withProvisioningState
(ModuleProvisioningState provisioningState) Set the provisioningState property: Gets or sets the provisioning state of the module.ModuleProperties.withSizeInBytes
(Long sizeInBytes) Set the sizeInBytes property: Gets or sets the size in bytes of the module.ModuleProperties.withVersion
(String version) Set the version property: Gets or sets the version of the module.