你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LocalNetworkGateway Interface

Implements

public interface LocalNetworkGateway
extends GroupableResource<NetworkManager,LocalNetworkGatewayInner>, Refreshable<LocalNetworkGateway>, Updatable<Update>, UpdatableWithTags<LocalNetworkGateway>

Entry point for Local Network Gateway management API in Azure.

Method Summary

Modifier and Type Method and Description
abstract Set<String> addressSpaces()

Gets local network site address spaces.

abstract BgpSettings bgpSettings()

Gets local network gateway's BGP speaker settings.

abstract String ipAddress()

Gets IP address of local network gateway.

abstract String provisioningState()

Gets the provisioning state of the LocalNetworkGateway resource.

Method Details

addressSpaces

public abstract Set addressSpaces()

Gets local network site address spaces.

Returns:

local network site address spaces

bgpSettings

public abstract BgpSettings bgpSettings()

Gets local network gateway's BGP speaker settings.

Returns:

local network gateway's BGP speaker settings

ipAddress

public abstract String ipAddress()

Gets IP address of local network gateway.

Returns:

IP address of local network gateway

provisioningState

public abstract String provisioningState()

Gets the provisioning state of the LocalNetworkGateway resource.

Returns:

the provisioning state of the LocalNetworkGateway resource

Applies to