Interface PCFilter.DefinitionStages.WithAttach<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,HasProtocol.DefinitionStages.WithProtocol<PCFilter.DefinitionStages.WithAttach<PacketCapture.DefinitionStages.WithCreate>,PcProtocol>,PCFilter.DefinitionStages.Blank<ParentT>,PCFilter.DefinitionStages.WithLocalIP<ParentT>,PCFilter.DefinitionStages.WithLocalPort<ParentT>,PCFilter.DefinitionStages.WithRemoteIpAddress<ParentT>,PCFilter.DefinitionStages.WithRemotePort<ParentT>
- All Known Subinterfaces:
PCFilter.Definition<ParentT>
- Enclosing interface:
- PCFilter.DefinitionStages
public static interface PCFilter.DefinitionStages.WithAttach<ParentT> extends Attachable.InDefinition<ParentT>, PCFilter.DefinitionStages.Blank<ParentT>
The first stage of a packet capture filter definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasProtocol.DefinitionStages.WithProtocol
withProtocol
-
Methods inherited from interface com.azure.resourcemanager.network.models.PCFilter.DefinitionStages.WithLocalIP
withLocalIpAddress, withLocalIpAddresses, withLocalIpAddressesRange
-
Methods inherited from interface com.azure.resourcemanager.network.models.PCFilter.DefinitionStages.WithLocalPort
withLocalPort, withLocalPortRange, withLocalPorts
-
Methods inherited from interface com.azure.resourcemanager.network.models.PCFilter.DefinitionStages.WithRemoteIpAddress
withRemoteIpAddress, withRemoteIpAddresses, withRemoteIpAddressesRange
-
Methods inherited from interface com.azure.resourcemanager.network.models.PCFilter.DefinitionStages.WithRemotePort
withRemotePort, withRemotePortRange, withRemotePorts
-
-