public static interface RouteFilter.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RouteFilter.DefinitionStages.Blank
The first stage of the definition.
|
static interface |
RouteFilter.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for the resource to be created
(via
Creatable.create()), but also allows for any other optional settings to be specified. |
static interface |
RouteFilter.DefinitionStages.WithGroup
The stage allowing to specify the resource group.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.