StorageTaskProperties(Boolean, String, StorageTaskAction) 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 StorageTaskProperties.
public StorageTaskProperties (bool isEnabled, string description, Azure.ResourceManager.StorageActions.Models.StorageTaskAction action);
new Azure.ResourceManager.StorageActions.Models.StorageTaskProperties : bool * string * Azure.ResourceManager.StorageActions.Models.StorageTaskAction -> Azure.ResourceManager.StorageActions.Models.StorageTaskProperties
Public Sub New (isEnabled As Boolean, description As String, action As StorageTaskAction)
Parameters
- isEnabled
- Boolean
Storage Task is enabled when set to true and disabled when set to false.
- description
- String
Text that describes the purpose of the storage task.
- action
- StorageTaskAction
The storage task action that is executed.
Exceptions
description
or action
is null.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET