Uses of Class
com.azure.resourcemanager.storage.models.StorageTaskAssignmentUpdateProperties
Packages that use StorageTaskAssignmentUpdateProperties
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of StorageTaskAssignmentUpdateProperties in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type StorageTaskAssignmentUpdatePropertiesModifier and TypeClassDescriptionfinal classProperties of the storage task update assignment.Methods in com.azure.resourcemanager.storage.models that return StorageTaskAssignmentUpdatePropertiesModifier and TypeMethodDescriptionStorageTaskAssignmentUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StorageTaskAssignmentUpdateProperties from the JsonReader.StorageTaskAssignmentUpdateParameters.properties()Get the properties property: Properties of the storage task assignment.StorageTaskAssignmentUpdateProperties.withDescription(String description) Set the description property: Text that describes the purpose of the storage task assignment.StorageTaskAssignmentUpdateProperties.withEnabled(Boolean enabled) Set the enabled property: Whether the storage task assignment is enabled or not.StorageTaskAssignmentUpdateProperties.withExecutionContext(StorageTaskAssignmentUpdateExecutionContext executionContext) Set the executionContext property: The storage task assignment execution context.StorageTaskAssignmentUpdateProperties.withReport(StorageTaskAssignmentUpdateReport report) Set the report property: The storage task assignment report.StorageTaskAssignmentUpdateProperties.withRunStatus(StorageTaskReportProperties runStatus) Set the runStatus property: Run status of storage task assignment.Methods in com.azure.resourcemanager.storage.models with parameters of type StorageTaskAssignmentUpdatePropertiesModifier and TypeMethodDescriptionStorageTaskAssignmentUpdateParameters.withProperties(StorageTaskAssignmentUpdateProperties properties) Set the properties property: Properties of the storage task assignment.