public static interface PCFilter.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PCFilter.DefinitionStages.Blank<ParentT> |
static interface |
PCFilter.DefinitionStages.WithAttach<ParentT> |
static interface |
PCFilter.DefinitionStages.WithLocalIP<ParentT>
Set local IP Address to be filtered on.
|
static interface |
PCFilter.DefinitionStages.WithLocalPort<ParentT>
Set local port to be filtered on.
|
static interface |
PCFilter.DefinitionStages.WithRemoteIPAddress<ParentT>
Set remote IP Address to be filtered on.
|
static interface |
PCFilter.DefinitionStages.WithRemotePort<ParentT>
Set local port to be filtered on.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/