StorageTaskAssignmentProperties Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of StorageTaskAssignmentProperties.
public StorageTaskAssignmentProperties (Azure.Core.ResourceIdentifier taskId, bool isEnabled, string description, Azure.ResourceManager.Storage.Models.StorageTaskAssignmentExecutionContext executionContext, Azure.ResourceManager.Storage.Models.StorageTaskAssignmentReport report);
new Azure.ResourceManager.Storage.Models.StorageTaskAssignmentProperties : Azure.Core.ResourceIdentifier * bool * string * Azure.ResourceManager.Storage.Models.StorageTaskAssignmentExecutionContext * Azure.ResourceManager.Storage.Models.StorageTaskAssignmentReport -> Azure.ResourceManager.Storage.Models.StorageTaskAssignmentProperties
Public Sub New (taskId As ResourceIdentifier, isEnabled As Boolean, description As String, executionContext As StorageTaskAssignmentExecutionContext, report As StorageTaskAssignmentReport)
Parameters
- taskId
- ResourceIdentifier
Id of the corresponding storage task.
- isEnabled
- Boolean
Whether the storage task assignment is enabled or not.
- description
- String
Text that describes the purpose of the storage task assignment.
- executionContext
- StorageTaskAssignmentExecutionContext
The storage task assignment execution context.
- report
- StorageTaskAssignmentReport
The storage task assignment report.
Exceptions
taskId
, description
, executionContext
or report
is null.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET