IIntentsAutoGenerated.IntentAdapter 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 adapters used for the network intent.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Array of adapters used for the network intent.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="intentAdapters")]
public string[] IntentAdapter { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Array of adapters used for the network intent.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="intentAdapters")>]
member this.IntentAdapter : string[]
Public ReadOnly Property IntentAdapter As String()
Property Value
String[]
- Attributes