| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static FlowLogFormatType |
FlowLogFormatType.JSON
Static value JSON for FlowLogFormatType.
|
| Modifier and Type | Method and Description |
|---|---|
static FlowLogFormatType |
FlowLogFormatType.fromString(String name)
Creates or finds a FlowLogFormatType from its string representation.
|
FlowLogFormatType |
FlowLogFormatParameters.type()
Get the file type of flow log.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<FlowLogFormatType> |
FlowLogFormatType.values() |
| Modifier and Type | Method and Description |
|---|---|
FlowLogFormatParameters |
FlowLogFormatParameters.withType(FlowLogFormatType type)
Set the file type of flow log.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/