IIntents.TrafficType Property

Definition

List of network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'.

[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=true, Description="List of network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="trafficType", Update=true)]
public System.Collections.Generic.List<string> TrafficType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=true, Description="List of network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="trafficType", Update=true)>]
member this.TrafficType : System.Collections.Generic.List<string> with get, set
Public Property TrafficType As List(Of String)

Property Value

Attributes

Applies to