Uses of Class
com.azure.resourcemanager.storage.models.StorageTaskAssignmentProperties
Packages that use StorageTaskAssignmentProperties
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of StorageTaskAssignmentProperties in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return StorageTaskAssignmentPropertiesModifier and TypeMethodDescriptionStorageTaskAssignmentInner.properties()Get the properties property: Properties of the storage task assignment.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type StorageTaskAssignmentPropertiesModifier and TypeMethodDescriptionStorageTaskAssignmentInner.withProperties(StorageTaskAssignmentProperties properties) Set the properties property: Properties of the storage task assignment. -
Uses of StorageTaskAssignmentProperties in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return StorageTaskAssignmentPropertiesModifier and TypeMethodDescriptionStorageTaskAssignmentProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StorageTaskAssignmentProperties from the JsonReader.StorageTaskAssignmentProperties.withDescription(String description) Set the description property: Text that describes the purpose of the storage task assignment.StorageTaskAssignmentProperties.withEnabled(boolean enabled) Set the enabled property: Whether the storage task assignment is enabled or not.StorageTaskAssignmentProperties.withExecutionContext(StorageTaskAssignmentExecutionContext executionContext) Set the executionContext property: The storage task assignment execution context.StorageTaskAssignmentProperties.withReport(StorageTaskAssignmentReport report) Set the report property: The storage task assignment report.StorageTaskAssignmentProperties.withRunStatus(StorageTaskReportProperties runStatus) Set the runStatus property: Run status of storage task assignment.StorageTaskAssignmentProperties.withTaskId(String taskId) Set the taskId property: Id of the corresponding storage task.