603 строки
54 KiB
YAML
603 строки
54 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient"
|
|
name: "FlowLogsClient"
|
|
nameWithType: "FlowLogsClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Flow<wbr>Logs<wbr>Client."
|
|
syntax: "public interface **FlowLogsClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.FlowLogInner)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.beginCreateOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)"
|
|
name: "beginCreateOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)"
|
|
nameWithType: "FlowLogsClient.beginCreateOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)"
|
|
summary: "Create or update a flow log for the specified network security group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the network watcher."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the flow log."
|
|
name: "flowLogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters that define the create or update flow log resource."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<FlowLogInner>,FlowLogInner> beginCreateOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)"
|
|
desc: "Create or update a flow log for the specified network security group."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of a flow log resource."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.FlowLogInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.beginCreateOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters, Context context)"
|
|
name: "beginCreateOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters, Context context)"
|
|
nameWithType: "FlowLogsClient.beginCreateOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters, Context context)"
|
|
summary: "Create or update a flow log for the specified network security group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the network watcher."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the flow log."
|
|
name: "flowLogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters that define the create or update flow log resource."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<FlowLogInner>,FlowLogInner> beginCreateOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters, Context context)"
|
|
desc: "Create or update a flow log for the specified network security group."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of a flow log resource."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.beginCreateOrUpdateAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.FlowLogInner)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.beginCreateOrUpdateAsync(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)"
|
|
name: "beginCreateOrUpdateAsync(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)"
|
|
nameWithType: "FlowLogsClient.beginCreateOrUpdateAsync(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)"
|
|
summary: "Create or update a flow log for the specified network security group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the network watcher."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the flow log."
|
|
name: "flowLogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters that define the create or update flow log resource."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PollerFlux<PollResult<FlowLogInner>,FlowLogInner> beginCreateOrUpdateAsync(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)"
|
|
desc: "Create or update a flow log for the specified network security group."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of a flow log resource."
|
|
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.beginDelete(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.beginDelete(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
name: "beginDelete(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
nameWithType: "FlowLogsClient.beginDelete(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
summary: "Deletes the specified flow log resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the network watcher."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the flow log resource."
|
|
name: "flowLogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
desc: "Deletes the specified flow log resource."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.beginDelete(String resourceGroupName, String networkWatcherName, String flowLogName, Context context)"
|
|
name: "beginDelete(String resourceGroupName, String networkWatcherName, String flowLogName, Context context)"
|
|
nameWithType: "FlowLogsClient.beginDelete(String resourceGroupName, String networkWatcherName, String flowLogName, Context context)"
|
|
summary: "Deletes the specified flow log resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the network watcher."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the flow log resource."
|
|
name: "flowLogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkWatcherName, String flowLogName, Context context)"
|
|
desc: "Deletes the specified flow log resource."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.beginDeleteAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.beginDeleteAsync(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
name: "beginDeleteAsync(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
nameWithType: "FlowLogsClient.beginDeleteAsync(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
summary: "Deletes the specified flow log resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the network watcher."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the flow log resource."
|
|
name: "flowLogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
desc: "Deletes the specified flow log resource."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.FlowLogInner)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.createOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)"
|
|
name: "createOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)"
|
|
nameWithType: "FlowLogsClient.createOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)"
|
|
summary: "Create or update a flow log for the specified network security group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the network watcher."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the flow log."
|
|
name: "flowLogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters that define the create or update flow log resource."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract FlowLogInner createOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)"
|
|
desc: "Create or update a flow log for the specified network security group."
|
|
returns:
|
|
description: "a flow log resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.FlowLogInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.createOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters, Context context)"
|
|
name: "createOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters, Context context)"
|
|
nameWithType: "FlowLogsClient.createOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters, Context context)"
|
|
summary: "Create or update a flow log for the specified network security group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the network watcher."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the flow log."
|
|
name: "flowLogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters that define the create or update flow log resource."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract FlowLogInner createOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters, Context context)"
|
|
desc: "Create or update a flow log for the specified network security group."
|
|
returns:
|
|
description: "a flow log resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.createOrUpdateAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.FlowLogInner)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.createOrUpdateAsync(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)"
|
|
name: "createOrUpdateAsync(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)"
|
|
nameWithType: "FlowLogsClient.createOrUpdateAsync(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)"
|
|
summary: "Create or update a flow log for the specified network security group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the network watcher."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the flow log."
|
|
name: "flowLogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters that define the create or update flow log resource."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<FlowLogInner> createOrUpdateAsync(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)"
|
|
desc: "Create or update a flow log for the specified network security group."
|
|
returns:
|
|
description: "a flow log resource on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.createOrUpdateWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.FlowLogInner)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)"
|
|
name: "createOrUpdateWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)"
|
|
nameWithType: "FlowLogsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)"
|
|
summary: "Create or update a flow log for the specified network security group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the network watcher."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the flow log."
|
|
name: "flowLogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters that define the create or update flow log resource."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)"
|
|
desc: "Create or update a flow log for the specified network security group."
|
|
returns:
|
|
description: "a flow log resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>>>>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.delete(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.delete(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
name: "delete(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
nameWithType: "FlowLogsClient.delete(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
summary: "Deletes the specified flow log resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the network watcher."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the flow log resource."
|
|
name: "flowLogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void delete(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
desc: "Deletes the specified flow log resource."
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.delete(String resourceGroupName, String networkWatcherName, String flowLogName, Context context)"
|
|
name: "delete(String resourceGroupName, String networkWatcherName, String flowLogName, Context context)"
|
|
nameWithType: "FlowLogsClient.delete(String resourceGroupName, String networkWatcherName, String flowLogName, Context context)"
|
|
summary: "Deletes the specified flow log resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the network watcher."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the flow log resource."
|
|
name: "flowLogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void delete(String resourceGroupName, String networkWatcherName, String flowLogName, Context context)"
|
|
desc: "Deletes the specified flow log resource."
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.deleteAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.deleteAsync(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
name: "deleteAsync(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
nameWithType: "FlowLogsClient.deleteAsync(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
summary: "Deletes the specified flow log resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the network watcher."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the flow log resource."
|
|
name: "flowLogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Void> deleteAsync(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
desc: "Deletes the specified flow log resource."
|
|
returns:
|
|
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.deleteWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.deleteWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
name: "deleteWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
nameWithType: "FlowLogsClient.deleteWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
summary: "Deletes the specified flow log resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the network watcher."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the flow log resource."
|
|
name: "flowLogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
desc: "Deletes the specified flow log resource."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>>>>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.get(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
name: "get(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
nameWithType: "FlowLogsClient.get(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
summary: "Gets a flow log resource by name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the network watcher."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the flow log resource."
|
|
name: "flowLogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract FlowLogInner get(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
desc: "Gets a flow log resource by name."
|
|
returns:
|
|
description: "a flow log resource by name."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.getAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.getAsync(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
name: "getAsync(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
nameWithType: "FlowLogsClient.getAsync(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
summary: "Gets a flow log resource by name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the network watcher."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the flow log resource."
|
|
name: "flowLogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<FlowLogInner> getAsync(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
desc: "Gets a flow log resource by name."
|
|
returns:
|
|
description: "a flow log resource by name on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.getWithResponse(String resourceGroupName, String networkWatcherName, String flowLogName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String networkWatcherName, String flowLogName, Context context)"
|
|
nameWithType: "FlowLogsClient.getWithResponse(String resourceGroupName, String networkWatcherName, String flowLogName, Context context)"
|
|
summary: "Gets a flow log resource by name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the network watcher."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the flow log resource."
|
|
name: "flowLogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<FlowLogInner> getWithResponse(String resourceGroupName, String networkWatcherName, String flowLogName, Context context)"
|
|
desc: "Gets a flow log resource by name."
|
|
returns:
|
|
description: "a flow log resource by name along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.getWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.getWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
name: "getWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
nameWithType: "FlowLogsClient.getWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
summary: "Gets a flow log resource by name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the network watcher."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the flow log resource."
|
|
name: "flowLogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<FlowLogInner>> getWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName)"
|
|
desc: "Gets a flow log resource by name."
|
|
returns:
|
|
description: "a flow log resource by name along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.list(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.list(String resourceGroupName, String networkWatcherName)"
|
|
name: "list(String resourceGroupName, String networkWatcherName)"
|
|
nameWithType: "FlowLogsClient.list(String resourceGroupName, String networkWatcherName)"
|
|
summary: "Lists all flow log resources for the specified Network Watcher."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group containing Network Watcher."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Network Watcher resource."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<FlowLogInner> list(String resourceGroupName, String networkWatcherName)"
|
|
desc: "Lists all flow log resources for the specified Network Watcher."
|
|
returns:
|
|
description: "list of flow logs as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.list(String resourceGroupName, String networkWatcherName, Context context)"
|
|
name: "list(String resourceGroupName, String networkWatcherName, Context context)"
|
|
nameWithType: "FlowLogsClient.list(String resourceGroupName, String networkWatcherName, Context context)"
|
|
summary: "Lists all flow log resources for the specified Network Watcher."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group containing Network Watcher."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Network Watcher resource."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<FlowLogInner> list(String resourceGroupName, String networkWatcherName, Context context)"
|
|
desc: "Lists all flow log resources for the specified Network Watcher."
|
|
returns:
|
|
description: "list of flow logs as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.listAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.listAsync(String resourceGroupName, String networkWatcherName)"
|
|
name: "listAsync(String resourceGroupName, String networkWatcherName)"
|
|
nameWithType: "FlowLogsClient.listAsync(String resourceGroupName, String networkWatcherName)"
|
|
summary: "Lists all flow log resources for the specified Network Watcher."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group containing Network Watcher."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Network Watcher resource."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedFlux<FlowLogInner> listAsync(String resourceGroupName, String networkWatcherName)"
|
|
desc: "Lists all flow log resources for the specified Network Watcher."
|
|
returns:
|
|
description: "list of flow logs as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.updateTags(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.models.TagsObject)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.updateTags(String resourceGroupName, String networkWatcherName, String flowLogName, TagsObject parameters)"
|
|
name: "updateTags(String resourceGroupName, String networkWatcherName, String flowLogName, TagsObject parameters)"
|
|
nameWithType: "FlowLogsClient.updateTags(String resourceGroupName, String networkWatcherName, String flowLogName, TagsObject parameters)"
|
|
summary: "Update tags of the specified flow log."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the network watcher."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the flow log."
|
|
name: "flowLogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to update flow log tags."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.TagsObject?alt=com.azure.resourcemanager.network.models.TagsObject&text=TagsObject\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract FlowLogInner updateTags(String resourceGroupName, String networkWatcherName, String flowLogName, TagsObject parameters)"
|
|
desc: "Update tags of the specified flow log."
|
|
returns:
|
|
description: "a flow log resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.updateTagsAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.models.TagsObject)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.updateTagsAsync(String resourceGroupName, String networkWatcherName, String flowLogName, TagsObject parameters)"
|
|
name: "updateTagsAsync(String resourceGroupName, String networkWatcherName, String flowLogName, TagsObject parameters)"
|
|
nameWithType: "FlowLogsClient.updateTagsAsync(String resourceGroupName, String networkWatcherName, String flowLogName, TagsObject parameters)"
|
|
summary: "Update tags of the specified flow log."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the network watcher."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the flow log."
|
|
name: "flowLogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to update flow log tags."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.TagsObject?alt=com.azure.resourcemanager.network.models.TagsObject&text=TagsObject\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<FlowLogInner> updateTagsAsync(String resourceGroupName, String networkWatcherName, String flowLogName, TagsObject parameters)"
|
|
desc: "Update tags of the specified flow log."
|
|
returns:
|
|
description: "a flow log resource on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.updateTagsWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.models.TagsObject,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.updateTagsWithResponse(String resourceGroupName, String networkWatcherName, String flowLogName, TagsObject parameters, Context context)"
|
|
name: "updateTagsWithResponse(String resourceGroupName, String networkWatcherName, String flowLogName, TagsObject parameters, Context context)"
|
|
nameWithType: "FlowLogsClient.updateTagsWithResponse(String resourceGroupName, String networkWatcherName, String flowLogName, TagsObject parameters, Context context)"
|
|
summary: "Update tags of the specified flow log."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the network watcher."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the flow log."
|
|
name: "flowLogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to update flow log tags."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.TagsObject?alt=com.azure.resourcemanager.network.models.TagsObject&text=TagsObject\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<FlowLogInner> updateTagsWithResponse(String resourceGroupName, String networkWatcherName, String flowLogName, TagsObject parameters, Context context)"
|
|
desc: "Update tags of the specified flow log."
|
|
returns:
|
|
description: "a flow log resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.FlowLogsClient.updateTagsWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.models.TagsObject)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.FlowLogsClient.updateTagsWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName, TagsObject parameters)"
|
|
name: "updateTagsWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName, TagsObject parameters)"
|
|
nameWithType: "FlowLogsClient.updateTagsWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName, TagsObject parameters)"
|
|
summary: "Update tags of the specified flow log."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the network watcher."
|
|
name: "networkWatcherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the flow log."
|
|
name: "flowLogName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters supplied to update flow log tags."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.TagsObject?alt=com.azure.resourcemanager.network.models.TagsObject&text=TagsObject\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<Response<FlowLogInner>> updateTagsWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName, TagsObject parameters)"
|
|
desc: "Update tags of the specified flow log."
|
|
returns:
|
|
description: "a flow log resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.FlowLogInner?alt=com.azure.resourcemanager.network.fluent.models.FlowLogInner&text=FlowLogInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in FlowLogsClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.network.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0
|