ArmStorageCacheModelFactory.StorageCacheImportJobPatch 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.
public static Azure.ResourceManager.StorageCache.Models.StorageCacheImportJobPatch StorageCacheImportJobPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.StorageCache.Models.ImportJobAdminStatus? adminStatus = default);
static member StorageCacheImportJobPatch : System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.ResourceManager.StorageCache.Models.ImportJobAdminStatus> -> Azure.ResourceManager.StorageCache.Models.StorageCacheImportJobPatch
Public Shared Function StorageCacheImportJobPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional adminStatus As Nullable(Of ImportJobAdminStatus) = Nothing) As StorageCacheImportJobPatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
- adminStatus
- Nullable<ImportJobAdminStatus>
The administrative status of the import job. Possible values: 'Active', 'Cancel'. Passing in a value of 'Cancel' will cancel the current active import job.
Returns
A new StorageCacheImportJobPatch instance for mocking.