IIntents.TrafficType 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 network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="List of network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="trafficType")]
public string[] TrafficType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="List of network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="trafficType")>]
member this.TrafficType : string[] with get, set
Public Property TrafficType As String()
Property Value
String[]
- Attributes