Interface RouteTable.DefinitionStages.WithCreate
-
- All Superinterfaces:
Creatable<RouteTable>,HasName,Indexable,Resource.DefinitionWithTags<RouteTable.DefinitionStages.WithCreate>,RouteTable.DefinitionStages.WithBgpRoutePropagation,RouteTable.DefinitionStages.WithRoute
- All Known Subinterfaces:
RouteTable.Definition
- Enclosing interface:
- RouteTable.DefinitionStages
public static interface RouteTable.DefinitionStages.WithCreate extends Creatable<RouteTable>, Resource.DefinitionWithTags<RouteTable.DefinitionStages.WithCreate>, RouteTable.DefinitionStages.WithRoute, RouteTable.DefinitionStages.WithBgpRoutePropagation
The stage of a route table definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
Methods inherited from interface com.azure.resourcemanager.network.models.RouteTable.DefinitionStages.WithBgpRoutePropagation
withDisableBgpRoutePropagation
-
Methods inherited from interface com.azure.resourcemanager.network.models.RouteTable.DefinitionStages.WithRoute
defineRoute, withRoute, withRouteViaVirtualAppliance
-
-