Interface LocalNetworkGateway.DefinitionStages.WithCreate
-
- All Superinterfaces:
Creatable<LocalNetworkGateway>,HasName,Indexable,LocalNetworkGateway.DefinitionStages.WithAddressSpace,LocalNetworkGateway.DefinitionStages.WithBgp,Resource.DefinitionWithTags<LocalNetworkGateway.DefinitionStages.WithCreate>
- All Known Subinterfaces:
LocalNetworkGateway.Definition
- Enclosing interface:
- LocalNetworkGateway.DefinitionStages
public static interface LocalNetworkGateway.DefinitionStages.WithCreate extends Creatable<LocalNetworkGateway>, Resource.DefinitionWithTags<LocalNetworkGateway.DefinitionStages.WithCreate>, LocalNetworkGateway.DefinitionStages.WithAddressSpace, LocalNetworkGateway.DefinitionStages.WithBgp
The stage of the local network gateway definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()).
-
-
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.network.models.LocalNetworkGateway.DefinitionStages.WithAddressSpace
withAddressSpace
-
Methods inherited from interface com.azure.resourcemanager.network.models.LocalNetworkGateway.DefinitionStages.WithBgp
withBgp
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
-