ICache.MountAddress Property
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.
Array of IPv4 addresses that can be used by clients mounting this cache.
[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Array of IPv4 addresses that can be used by clients mounting this cache.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="mountAddresses")]
public string[] MountAddress { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Array of IPv4 addresses that can be used by clients mounting this cache.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="mountAddresses")>]
member this.MountAddress : string[]
Public ReadOnly Property MountAddress As String()
Property Value
String[]
- Attributes