İngilizce dilinde oku

Aracılığıyla paylaş


AmlFilesystemUpdate Class

  • java.lang.Object
    • com.azure.resourcemanager.storagecache.models.AmlFilesystemUpdate

Implements

public final class AmlFilesystemUpdate
implements JsonSerializable<AmlFilesystemUpdate>

An AML file system update instance.

Constructor Summary

Constructor Description
AmlFilesystemUpdate()

Creates an instance of AmlFilesystemUpdate class.

Method Summary

Modifier and Type Method and Description
AmlFilesystemEncryptionSettings encryptionSettings()

Get the encryptionSettings property: Specifies encryption settings of the AML file system.

static AmlFilesystemUpdate fromJson(JsonReader jsonReader)

Reads an instance of AmlFilesystemUpdate from the JsonReader.

AmlFilesystemUpdatePropertiesMaintenanceWindow maintenanceWindow()

Get the maintenanceWindow property: Start time of a 30-minute weekly maintenance window.

AmlFilesystemRootSquashSettings rootSquashSettings()

Get the rootSquashSettings property: Specifies root squash settings of the AML file system.

Map<String,String> tags()

Get the tags property: Resource tags.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

AmlFilesystemUpdate withEncryptionSettings(AmlFilesystemEncryptionSettings encryptionSettings)

Set the encryptionSettings property: Specifies encryption settings of the AML file system.

AmlFilesystemUpdate withMaintenanceWindow(AmlFilesystemUpdatePropertiesMaintenanceWindow maintenanceWindow)

Set the maintenanceWindow property: Start time of a 30-minute weekly maintenance window.

AmlFilesystemUpdate withRootSquashSettings(AmlFilesystemRootSquashSettings rootSquashSettings)

Set the rootSquashSettings property: Specifies root squash settings of the AML file system.

AmlFilesystemUpdate withTags(Map<String,String> tags)

Set the tags property: Resource tags.

Methods inherited from java.lang.Object

Constructor Details

AmlFilesystemUpdate

public AmlFilesystemUpdate()

Creates an instance of AmlFilesystemUpdate class.

Method Details

encryptionSettings

public AmlFilesystemEncryptionSettings encryptionSettings()

Get the encryptionSettings property: Specifies encryption settings of the AML file system.

Returns:

the encryptionSettings value.

fromJson

public static AmlFilesystemUpdate fromJson(JsonReader jsonReader)

Reads an instance of AmlFilesystemUpdate from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of AmlFilesystemUpdate if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the AmlFilesystemUpdate.

maintenanceWindow

public AmlFilesystemUpdatePropertiesMaintenanceWindow maintenanceWindow()

Get the maintenanceWindow property: Start time of a 30-minute weekly maintenance window.

Returns:

the maintenanceWindow value.

rootSquashSettings

public AmlFilesystemRootSquashSettings rootSquashSettings()

Get the rootSquashSettings property: Specifies root squash settings of the AML file system.

Returns:

the rootSquashSettings value.

tags

public Map tags()

Get the tags property: Resource tags.

Returns:

the tags value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withEncryptionSettings

public AmlFilesystemUpdate withEncryptionSettings(AmlFilesystemEncryptionSettings encryptionSettings)

Set the encryptionSettings property: Specifies encryption settings of the AML file system.

Parameters:

encryptionSettings - the encryptionSettings value to set.

Returns:

the AmlFilesystemUpdate object itself.

withMaintenanceWindow

public AmlFilesystemUpdate withMaintenanceWindow(AmlFilesystemUpdatePropertiesMaintenanceWindow maintenanceWindow)

Set the maintenanceWindow property: Start time of a 30-minute weekly maintenance window.

Parameters:

maintenanceWindow - the maintenanceWindow value to set.

Returns:

the AmlFilesystemUpdate object itself.

withRootSquashSettings

public AmlFilesystemUpdate withRootSquashSettings(AmlFilesystemRootSquashSettings rootSquashSettings)

Set the rootSquashSettings property: Specifies root squash settings of the AML file system.

Parameters:

rootSquashSettings - the rootSquashSettings value to set.

Returns:

the AmlFilesystemUpdate object itself.

withTags

public AmlFilesystemUpdate withTags(Map tags)

Set the tags property: Resource tags.

Parameters:

tags - the tags value to set.

Returns:

the AmlFilesystemUpdate object itself.

Applies to

Azure SDK for Java

Preview