ArmStorageCacheModelFactory.AutoExportJobPatch Method

Definition

public static Azure.ResourceManager.StorageCache.Models.AutoExportJobPatch AutoExportJobPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.StorageCache.Models.AutoExportJobAdminStatus? adminStatus = default);
static member AutoExportJobPatch : System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.ResourceManager.StorageCache.Models.AutoExportJobAdminStatus> -> Azure.ResourceManager.StorageCache.Models.AutoExportJobPatch
Public Shared Function AutoExportJobPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional adminStatus As Nullable(Of AutoExportJobAdminStatus) = Nothing) As AutoExportJobPatch

Parameters

tags
IDictionary<String,String>

Resource tags.

adminStatus
Nullable<AutoExportJobAdminStatus>

The administrative status of the auto export job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto export job. By default it is set to 'Enable'.

Returns

A new AutoExportJobPatch instance for mocking.

Applies to