@Beta public interface PCFilter extends com.microsoft.azure.management.resources.fluentcore.model.Indexable, com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<PacketCapture>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<PacketCaptureFilter>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PCFilter.Definition<ParentT>
Definition of packet capture filter.
|
static interface |
PCFilter.DefinitionStages
Definition stages for packet capture filter.
|
| Modifier and Type | Method and Description |
|---|---|
String |
localIPAddress() |
String |
localPort() |
PcProtocol |
protocol() |
String |
remoteIPAddress() |
String |
remotePort() |
keyPcProtocol protocol()
String localIPAddress()
String remoteIPAddress()
String localPort()
String remotePort()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/