INetworkSecurityGroup.FlowLog Property

Definition

A collection of references to flow log resources.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="A collection of references to flow log resources.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IFlowLog) }, Read=true, ReadOnly=true, Required=false, SerializedName="flowLogs", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IFlowLog> FlowLog { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="A collection of references to flow log resources.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IFlowLog) }, Read=true, ReadOnly=true, Required=false, SerializedName="flowLogs", Update=false)>]
member this.FlowLog : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IFlowLog>
Public ReadOnly Property FlowLog As List(Of IFlowLog)

Property Value

Attributes

Applies to