ArmStorageActionsModelFactory.StorageTaskPatch Method
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.
Parameters of the storage task update request.
public static Azure.ResourceManager.StorageActions.Models.StorageTaskPatch StorageTaskPatch(Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.StorageActions.Models.StorageTaskUpdateProperties properties = default);
static member StorageTaskPatch : Azure.ResourceManager.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.StorageActions.Models.StorageTaskUpdateProperties -> Azure.ResourceManager.StorageActions.Models.StorageTaskPatch
Public Shared Function StorageTaskPatch (Optional identity As ManagedServiceIdentity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As StorageTaskUpdateProperties = Nothing) As StorageTaskPatch
Parameters
- identity
- ManagedServiceIdentity
The identity of the resource.
- tags
- IDictionary<String,String>
Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters.
- properties
- StorageTaskUpdateProperties
Properties of the storage task.
Returns
A new StorageTaskPatch instance for mocking.