| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VpnSiteInner |
VpnSitesClient.createOrUpdate(String resourceGroupName,
String vpnSiteName,
VpnSiteInner vpnSiteParameters)
Creates a VpnSite resource if it doesn't exist else updates the existing VpnSite.
|
VpnSiteInner |
VpnSitesClient.createOrUpdate(String resourceGroupName,
String vpnSiteName,
VpnSiteInner vpnSiteParameters,
com.azure.core.util.Context context)
Creates a VpnSite resource if it doesn't exist else updates the existing VpnSite.
|
VpnSiteInner |
VpnSitesClient.getByResourceGroup(String resourceGroupName,
String vpnSiteName)
Retrieves the details of a VPN site.
|
VpnSiteInner |
VpnSitesClient.updateTags(String resourceGroupName,
String vpnSiteName)
Updates VpnSite tags.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnSiteInner>,VpnSiteInner> |
VpnSitesClient.beginCreateOrUpdate(String resourceGroupName,
String vpnSiteName,
VpnSiteInner vpnSiteParameters)
Creates a VpnSite resource if it doesn't exist else updates the existing VpnSite.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnSiteInner>,VpnSiteInner> |
VpnSitesClient.beginCreateOrUpdate(String resourceGroupName,
String vpnSiteName,
VpnSiteInner vpnSiteParameters,
com.azure.core.util.Context context)
Creates a VpnSite resource if it doesn't exist else updates the existing VpnSite.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnSiteInner>,VpnSiteInner> |
VpnSitesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String vpnSiteName,
VpnSiteInner vpnSiteParameters)
Creates a VpnSite resource if it doesn't exist else updates the existing VpnSite.
|
VpnSiteInner |
VpnSitesClient.createOrUpdate(String resourceGroupName,
String vpnSiteName,
VpnSiteInner vpnSiteParameters)
Creates a VpnSite resource if it doesn't exist else updates the existing VpnSite.
|
VpnSiteInner |
VpnSitesClient.createOrUpdate(String resourceGroupName,
String vpnSiteName,
VpnSiteInner vpnSiteParameters,
com.azure.core.util.Context context)
Creates a VpnSite resource if it doesn't exist else updates the existing VpnSite.
|
Mono<VpnSiteInner> |
VpnSitesClient.createOrUpdateAsync(String resourceGroupName,
String vpnSiteName,
VpnSiteInner vpnSiteParameters)
Creates a VpnSite resource if it doesn't exist else updates the existing VpnSite.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
VpnSitesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String vpnSiteName,
VpnSiteInner vpnSiteParameters)
Creates a VpnSite resource if it doesn't exist else updates the existing VpnSite.
|
| Modifier and Type | Method and Description |
|---|---|
VpnSiteInner |
VpnSiteInner.withAddressSpace(AddressSpace addressSpace)
Set the addressSpace property: The AddressSpace that contains an array of IP address ranges.
|
VpnSiteInner |
VpnSiteInner.withBgpProperties(BgpSettings bgpProperties)
Set the bgpProperties property: The set of bgp properties.
|
VpnSiteInner |
VpnSiteInner.withDeviceProperties(DeviceProperties deviceProperties)
Set the deviceProperties property: The device properties.
|
VpnSiteInner |
VpnSiteInner.withId(String id)
Set the id property: Resource ID.
|
VpnSiteInner |
VpnSiteInner.withIpAddress(String ipAddress)
Set the ipAddress property: The ip-address for the vpn-site.
|
VpnSiteInner |
VpnSiteInner.withIsSecuritySite(Boolean isSecuritySite)
Set the isSecuritySite property: IsSecuritySite flag.
|
VpnSiteInner |
VpnSiteInner.withLocation(String location) |
VpnSiteInner |
VpnSiteInner.withO365Policy(O365PolicyProperties o365Policy)
Set the o365Policy property: Office365 Policy.
|
VpnSiteInner |
VpnSiteInner.withSiteKey(String siteKey)
Set the siteKey property: The key for vpn-site that can be used for connections.
|
VpnSiteInner |
VpnSiteInner.withTags(Map<String,String> tags) |
VpnSiteInner |
VpnSiteInner.withVirtualWan(com.azure.core.management.SubResource virtualWan)
Set the virtualWan property: The VirtualWAN to which the vpnSite belongs.
|
VpnSiteInner |
VpnSiteInner.withVpnSiteLinks(List<VpnSiteLinkInner> vpnSiteLinks)
Set the vpnSiteLinks property: List of all vpn site links.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.