IStorageNetworks.StorageAdapterIPInfo 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.
List of Storage adapter physical nodes config to deploy AzureStackHCI Cluster.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="List of Storage adapter physical nodes config to deploy AzureStackHCI Cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IStorageAdapterIPInfo) }, ReadOnly=false, Required=false, SerializedName="storageAdapterIPInfo")]
public Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IStorageAdapterIPInfo[] StorageAdapterIPInfo { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="List of Storage adapter physical nodes config to deploy AzureStackHCI Cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IStorageAdapterIPInfo) }, ReadOnly=false, Required=false, SerializedName="storageAdapterIPInfo")>]
member this.StorageAdapterIPInfo : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IStorageAdapterIPInfo[] with get, set
Public Property StorageAdapterIPInfo As IStorageAdapterIPInfo()
Property Value
- Attributes