IScaleUnits.HostNetworkIntent 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.
The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IIntents) }, ReadOnly=false, Required=false, SerializedName="intents")]
public Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IIntents[] HostNetworkIntent { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IIntents) }, ReadOnly=false, Required=false, SerializedName="intents")>]
member this.HostNetworkIntent : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IIntents[] with get, set
Public Property HostNetworkIntent As IIntents()
Property Value
IIntents[]
- Attributes