AmlFilesystemUpdateProperties Class
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.
Properties of the AML file system.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemUpdatePropertiesTypeConverter))]
public class AmlFilesystemUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemUpdatePropertiesTypeConverter))>]
type AmlFilesystemUpdateProperties = class
interface IAmlFilesystemUpdateProperties
interface IJsonSerializable
Public Class AmlFilesystemUpdateProperties
Implements IAmlFilesystemUpdateProperties
- Inheritance
-
AmlFilesystemUpdateProperties
- Attributes
- Implements
Constructors
AmlFilesystemUpdateProperties() |
Creates an new AmlFilesystemUpdateProperties instance. |
Properties
KeyEncryptionKeyUrl |
The URL referencing a key encryption key in key vault. |
MaintenanceWindowDayOfWeek |
Day of the week on which the maintenance window will occur. |
MaintenanceWindowTimeOfDayUtc |
The time of day (in UTC) to start the maintenance window. |
SourceVaultId |
Resource Id. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AmlFilesystemUpdateProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AmlFilesystemUpdateProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemUpdateProperties. |
FromJsonString(String) |
Creates a new instance of AmlFilesystemUpdateProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AmlFilesystemUpdateProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |