Condividi tramite


AmlFilesystemUpdate Class

Definition

An AML file system update instance.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemUpdateTypeConverter))]
public class AmlFilesystemUpdate : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemUpdateTypeConverter))>]
type AmlFilesystemUpdate = class
    interface IAmlFilesystemUpdate
    interface IJsonSerializable
Public Class AmlFilesystemUpdate
Implements IAmlFilesystemUpdate
Inheritance
AmlFilesystemUpdate
Attributes
Implements

Constructors

AmlFilesystemUpdate()

Creates an new AmlFilesystemUpdate 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.

Tag

Resource tags.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AmlFilesystemUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AmlFilesystemUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemUpdate.

FromJsonString(String)

Creates a new instance of AmlFilesystemUpdate, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AmlFilesystemUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to