ICloudVMClusterUpdateProperties.FileSystemConfigurationDetail Property

Definition

Array of mount path and size.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="Array of mount path and size.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IFileSystemConfigurationDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="fileSystemConfigurationDetails", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IFileSystemConfigurationDetails> FileSystemConfigurationDetail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="Array of mount path and size.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IFileSystemConfigurationDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="fileSystemConfigurationDetails", Update=true)>]
member this.FileSystemConfigurationDetail : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IFileSystemConfigurationDetails> with get, set
Public Property FileSystemConfigurationDetail As List(Of IFileSystemConfigurationDetails)

Property Value

Attributes

Applies to