azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

186 строки
16 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.VirtualNetworkGateway"
fullName: "com.microsoft.azure.management.network.VirtualNetworkGateway"
name: "VirtualNetworkGateway"
nameWithType: "VirtualNetworkGateway"
summary: "Entry point for Virtual Network Gateway management API in Azure."
syntax: "public interface **VirtualNetworkGateway**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource&text=GroupableResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.NetworkManager?alt=com.microsoft.azure.management.network.implementation.NetworkManager&text=NetworkManager\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner?alt=com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner&text=VirtualNetworkGatewayInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGateway?alt=com.microsoft.azure.management.network.VirtualNetworkGateway&text=VirtualNetworkGateway\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGateway.Update?alt=com.microsoft.azure.management.network.VirtualNetworkGateway.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.network.model.UpdatableWithTags?alt=com.microsoft.azure.management.network.model.UpdatableWithTags&text=UpdatableWithTags\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGateway?alt=com.microsoft.azure.management.network.VirtualNetworkGateway&text=VirtualNetworkGateway\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.network.VirtualNetworkGateway.activeActive()"
fullName: "com.microsoft.azure.management.network.VirtualNetworkGateway.activeActive()"
name: "activeActive()"
nameWithType: "VirtualNetworkGateway.activeActive()"
modifiers:
- "abstract"
syntax: "public abstract boolean activeActive()"
returns:
description: "activeActive flag"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VirtualNetworkGateway.bgpSettings()"
fullName: "com.microsoft.azure.management.network.VirtualNetworkGateway.bgpSettings()"
name: "bgpSettings()"
nameWithType: "VirtualNetworkGateway.bgpSettings()"
modifiers:
- "abstract"
syntax: "public abstract BgpSettings bgpSettings()"
returns:
description: "virtual network gateway's BGP speaker settings"
type: "<xref href=\"com.microsoft.azure.management.network.BgpSettings?alt=com.microsoft.azure.management.network.BgpSettings&text=BgpSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VirtualNetworkGateway.connections()"
fullName: "com.microsoft.azure.management.network.VirtualNetworkGateway.connections()"
name: "connections()"
nameWithType: "VirtualNetworkGateway.connections()"
modifiers:
- "abstract"
syntax: "public abstract VirtualNetworkGatewayConnections connections()"
returns:
description: "the entry point to virtual network gateway connections management API for this virtual network gateway"
type: "<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGatewayConnections?alt=com.microsoft.azure.management.network.VirtualNetworkGatewayConnections&text=VirtualNetworkGatewayConnections\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VirtualNetworkGateway.gatewayDefaultSiteResourceId()"
fullName: "com.microsoft.azure.management.network.VirtualNetworkGateway.gatewayDefaultSiteResourceId()"
name: "gatewayDefaultSiteResourceId()"
nameWithType: "VirtualNetworkGateway.gatewayDefaultSiteResourceId()"
modifiers:
- "abstract"
syntax: "public abstract String gatewayDefaultSiteResourceId()"
returns:
description: "the resource id of the LocalNetworkGateway resource which represents local network site having default routes"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VirtualNetworkGateway.gatewayType()"
fullName: "com.microsoft.azure.management.network.VirtualNetworkGateway.gatewayType()"
name: "gatewayType()"
nameWithType: "VirtualNetworkGateway.gatewayType()"
modifiers:
- "abstract"
syntax: "public abstract VirtualNetworkGatewayType gatewayType()"
returns:
description: "the gatewayType value"
type: "<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGatewayType?alt=com.microsoft.azure.management.network.VirtualNetworkGatewayType&text=VirtualNetworkGatewayType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VirtualNetworkGateway.generateVpnProfile()"
fullName: "com.microsoft.azure.management.network.VirtualNetworkGateway.generateVpnProfile()"
name: "generateVpnProfile()"
nameWithType: "VirtualNetworkGateway.generateVpnProfile()"
summary: "Generates VPN profile for P2S client of the virtual network gateway in the specified resource group."
modifiers:
- "abstract"
syntax: "public abstract String generateVpnProfile()"
desc: "Generates VPN profile for P2S client of the virtual network gateway in the specified resource group. Used for IKEV2 and radius based authentication."
returns:
description: "String object if successful"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VirtualNetworkGateway.generateVpnProfileAsync()"
fullName: "com.microsoft.azure.management.network.VirtualNetworkGateway.generateVpnProfileAsync()"
name: "generateVpnProfileAsync()"
nameWithType: "VirtualNetworkGateway.generateVpnProfileAsync()"
summary: "Generates asynchronously VPN profile for P2S client of the virtual network gateway in the specified resource group."
modifiers:
- "abstract"
syntax: "public abstract Observable<String> generateVpnProfileAsync()"
desc: "Generates asynchronously VPN profile for P2S client of the virtual network gateway in the specified resource group. Used for IKEV2 and radius based authentication."
returns:
description: "String object if successful"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.VirtualNetworkGateway.ipConfigurations()"
fullName: "com.microsoft.azure.management.network.VirtualNetworkGateway.ipConfigurations()"
name: "ipConfigurations()"
nameWithType: "VirtualNetworkGateway.ipConfigurations()"
modifiers:
- "abstract"
syntax: "public abstract Collection<VirtualNetworkGatewayIPConfiguration> ipConfigurations()"
returns:
description: "IP configurations for virtual network gateway"
type: "<xref href=\"java.util.Collection?alt=java.util.Collection&text=Collection\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration?alt=com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration&text=VirtualNetworkGatewayIPConfiguration\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.VirtualNetworkGateway.isBgpEnabled()"
fullName: "com.microsoft.azure.management.network.VirtualNetworkGateway.isBgpEnabled()"
name: "isBgpEnabled()"
nameWithType: "VirtualNetworkGateway.isBgpEnabled()"
modifiers:
- "abstract"
syntax: "public abstract boolean isBgpEnabled()"
returns:
description: "whether BGP is enabled for this virtual network gateway or not"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VirtualNetworkGateway.listConnections()"
fullName: "com.microsoft.azure.management.network.VirtualNetworkGateway.listConnections()"
name: "listConnections()"
nameWithType: "VirtualNetworkGateway.listConnections()"
modifiers:
- "abstract"
syntax: "public abstract PagedList<VirtualNetworkGatewayConnection> listConnections()"
returns:
description: "all the connections associated with this virtual network gateway"
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGatewayConnection?alt=com.microsoft.azure.management.network.VirtualNetworkGatewayConnection&text=VirtualNetworkGatewayConnection\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.VirtualNetworkGateway.listConnectionsAsync()"
fullName: "com.microsoft.azure.management.network.VirtualNetworkGateway.listConnectionsAsync()"
name: "listConnectionsAsync()"
nameWithType: "VirtualNetworkGateway.listConnectionsAsync()"
summary: "Get all the connections associated with this virtual network gateway asynchronously."
modifiers:
- "abstract"
syntax: "public abstract Observable<VirtualNetworkGatewayConnection> listConnectionsAsync()"
desc: "Get all the connections associated with this virtual network gateway asynchronously."
returns:
description: "all the connections associated with this virtual network gateway"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGatewayConnection?alt=com.microsoft.azure.management.network.VirtualNetworkGatewayConnection&text=VirtualNetworkGatewayConnection\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.VirtualNetworkGateway.reset()"
fullName: "com.microsoft.azure.management.network.VirtualNetworkGateway.reset()"
name: "reset()"
nameWithType: "VirtualNetworkGateway.reset()"
summary: "Resets the primary of the virtual network gateway."
modifiers:
- "abstract"
syntax: "public abstract void reset()"
desc: "Resets the primary of the virtual network gateway."
- uid: "com.microsoft.azure.management.network.VirtualNetworkGateway.resetAsync()"
fullName: "com.microsoft.azure.management.network.VirtualNetworkGateway.resetAsync()"
name: "resetAsync()"
nameWithType: "VirtualNetworkGateway.resetAsync()"
summary: "Resets the primary of the virtual network gateway asynchronously."
modifiers:
- "abstract"
syntax: "public abstract Completable resetAsync()"
desc: "Resets the primary of the virtual network gateway asynchronously."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VirtualNetworkGateway.sku()"
fullName: "com.microsoft.azure.management.network.VirtualNetworkGateway.sku()"
name: "sku()"
nameWithType: "VirtualNetworkGateway.sku()"
modifiers:
- "abstract"
syntax: "public abstract VirtualNetworkGatewaySku sku()"
returns:
description: "the SKU of this virtual network gateway"
type: "<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGatewaySku?alt=com.microsoft.azure.management.network.VirtualNetworkGatewaySku&text=VirtualNetworkGatewaySku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VirtualNetworkGateway.vpnClientConfiguration()"
fullName: "com.microsoft.azure.management.network.VirtualNetworkGateway.vpnClientConfiguration()"
name: "vpnClientConfiguration()"
nameWithType: "VirtualNetworkGateway.vpnClientConfiguration()"
modifiers:
- "abstract"
syntax: "public abstract VpnClientConfiguration vpnClientConfiguration()"
returns:
description: "the reference of the VpnClientConfiguration resource which represents the P2S VpnClient configurations"
type: "<xref href=\"com.microsoft.azure.management.network.VpnClientConfiguration?alt=com.microsoft.azure.management.network.VpnClientConfiguration&text=VpnClientConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VirtualNetworkGateway.vpnType()"
fullName: "com.microsoft.azure.management.network.VirtualNetworkGateway.vpnType()"
name: "vpnType()"
nameWithType: "VirtualNetworkGateway.vpnType()"
modifiers:
- "abstract"
syntax: "public abstract VpnType vpnType()"
returns:
description: "the type of this virtual network gateway"
type: "<xref href=\"com.microsoft.azure.management.network.VpnType?alt=com.microsoft.azure.management.network.VpnType&text=VpnType\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Entry point for Virtual Network Gateway management API in Azure."
implements:
- "<xref href=\"com.microsoft.azure.management.network.model.UpdatableWithTags?alt=com.microsoft.azure.management.network.model.UpdatableWithTags&text=UpdatableWithTags\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGateway?alt=com.microsoft.azure.management.network.VirtualNetworkGateway&text=VirtualNetworkGateway\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource&text=GroupableResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.NetworkManager?alt=com.microsoft.azure.management.network.implementation.NetworkManager&text=NetworkManager\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner?alt=com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner&text=VirtualNetworkGatewayInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGateway?alt=com.microsoft.azure.management.network.VirtualNetworkGateway&text=VirtualNetworkGateway\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGateway.Update?alt=com.microsoft.azure.management.network.VirtualNetworkGateway.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4