ICacheProperties.NetworkSettingUtilityAddress 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 additional IP addresses used by this cache.
[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Array of additional IP addresses used by this cache.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="utilityAddresses")]
public string[] NetworkSettingUtilityAddress { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Array of additional IP addresses used by this cache.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="utilityAddresses")>]
member this.NetworkSettingUtilityAddress : string[]
Public ReadOnly Property NetworkSettingUtilityAddress As String()
Property Value
String[]
- Attributes