ArmStorageCacheModelFactory.AmlFileSystemPatch Method

Definition

public static Azure.ResourceManager.StorageCache.Models.AmlFileSystemPatch AmlFileSystemPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.StorageCache.Models.AmlFileSystemUpdatePropertiesMaintenanceWindow maintenanceWindow = default, Azure.ResourceManager.StorageCache.Models.AmlFileSystemRootSquashSettings rootSquashSettings = default, Azure.ResourceManager.StorageCache.Models.StorageCacheEncryptionKeyVaultKeyReference keyEncryptionKey = default);
static member AmlFileSystemPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.StorageCache.Models.AmlFileSystemUpdatePropertiesMaintenanceWindow * Azure.ResourceManager.StorageCache.Models.AmlFileSystemRootSquashSettings * Azure.ResourceManager.StorageCache.Models.StorageCacheEncryptionKeyVaultKeyReference -> Azure.ResourceManager.StorageCache.Models.AmlFileSystemPatch
Public Shared Function AmlFileSystemPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional maintenanceWindow As AmlFileSystemUpdatePropertiesMaintenanceWindow = Nothing, Optional rootSquashSettings As AmlFileSystemRootSquashSettings = Nothing, Optional keyEncryptionKey As StorageCacheEncryptionKeyVaultKeyReference = Nothing) As AmlFileSystemPatch

Parameters

tags
IDictionary<String,String>

Resource tags.

maintenanceWindow
AmlFileSystemUpdatePropertiesMaintenanceWindow

Start time of a 30-minute weekly maintenance window.

rootSquashSettings
AmlFileSystemRootSquashSettings

Specifies root squash settings of the AML file system.

keyEncryptionKey
StorageCacheEncryptionKeyVaultKeyReference

Specifies the location of the encryption key in Key Vault.

Returns

A new AmlFileSystemPatch instance for mocking.

Applies to