IFlowLogFormatParameters.Type Property

Definition

The file type of flow log.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="The file type of flow log.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.FlowLogFormatType) }, ReadOnly=false, Required=false, SerializedName="type")]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.FlowLogFormatType? Type { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="The file type of flow log.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.FlowLogFormatType) }, ReadOnly=false, Required=false, SerializedName="type")>]
member this.Type : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.FlowLogFormatType> with get, set
Public Property Type As Nullable(Of FlowLogFormatType)

Property Value

Attributes

Applies to