LocalNetworkGateway.Definition Interface
public interface Definition extends LocalNetworkGateway.DefinitionStages.Blank,LocalNetworkGateway.DefinitionStages.WithGroup,LocalNetworkGateway.DefinitionStages.WithIPAddress,LocalNetworkGateway.DefinitionStages.WithCreate
The entirety of the local network gateway definition.
Inherited Members
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
Indexable.key()
HasName.name()
LocalNetworkGateway.DefinitionStages.WithAddressSpace.withAddressSpace(String cidr)
LocalNetworkGateway.DefinitionStages.WithBgp.withBgp(long asn, String bgpPeeringAddress)
LocalNetworkGateway.DefinitionStages.WithIPAddress.withIPAddress(String ipAddress)
Resource.DefinitionWithTags<T>.withTag(String key, String value)
Resource.DefinitionWithTags<T>.withTags(Map<String, String> tags)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java