| 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 |
|---|---|
HubVirtualNetworkConnectionInner |
HubVirtualNetworkConnectionsClient.createOrUpdate(String resourceGroupName,
String virtualHubName,
String connectionName,
HubVirtualNetworkConnectionInner hubVirtualNetworkConnectionParameters)
Creates a hub virtual network connection if it doesn't exist else updates the existing one.
|
HubVirtualNetworkConnectionInner |
HubVirtualNetworkConnectionsClient.createOrUpdate(String resourceGroupName,
String virtualHubName,
String connectionName,
HubVirtualNetworkConnectionInner hubVirtualNetworkConnectionParameters,
com.azure.core.util.Context context)
Creates a hub virtual network connection if it doesn't exist else updates the existing one.
|
HubVirtualNetworkConnectionInner |
HubVirtualNetworkConnectionsClient.get(String resourceGroupName,
String virtualHubName,
String connectionName)
Retrieves the details of a HubVirtualNetworkConnection.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<HubVirtualNetworkConnectionInner>,HubVirtualNetworkConnectionInner> |
HubVirtualNetworkConnectionsClient.beginCreateOrUpdate(String resourceGroupName,
String virtualHubName,
String connectionName,
HubVirtualNetworkConnectionInner hubVirtualNetworkConnectionParameters)
Creates a hub virtual network connection if it doesn't exist else updates the existing one.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<HubVirtualNetworkConnectionInner>,HubVirtualNetworkConnectionInner> |
HubVirtualNetworkConnectionsClient.beginCreateOrUpdate(String resourceGroupName,
String virtualHubName,
String connectionName,
HubVirtualNetworkConnectionInner hubVirtualNetworkConnectionParameters,
com.azure.core.util.Context context)
Creates a hub virtual network connection if it doesn't exist else updates the existing one.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<HubVirtualNetworkConnectionInner>,HubVirtualNetworkConnectionInner> |
HubVirtualNetworkConnectionsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String virtualHubName,
String connectionName,
HubVirtualNetworkConnectionInner hubVirtualNetworkConnectionParameters)
Creates a hub virtual network connection if it doesn't exist else updates the existing one.
|
HubVirtualNetworkConnectionInner |
HubVirtualNetworkConnectionsClient.createOrUpdate(String resourceGroupName,
String virtualHubName,
String connectionName,
HubVirtualNetworkConnectionInner hubVirtualNetworkConnectionParameters)
Creates a hub virtual network connection if it doesn't exist else updates the existing one.
|
HubVirtualNetworkConnectionInner |
HubVirtualNetworkConnectionsClient.createOrUpdate(String resourceGroupName,
String virtualHubName,
String connectionName,
HubVirtualNetworkConnectionInner hubVirtualNetworkConnectionParameters,
com.azure.core.util.Context context)
Creates a hub virtual network connection if it doesn't exist else updates the existing one.
|
Mono<HubVirtualNetworkConnectionInner> |
HubVirtualNetworkConnectionsClient.createOrUpdateAsync(String resourceGroupName,
String virtualHubName,
String connectionName,
HubVirtualNetworkConnectionInner hubVirtualNetworkConnectionParameters)
Creates a hub virtual network connection if it doesn't exist else updates the existing one.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
HubVirtualNetworkConnectionsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String virtualHubName,
String connectionName,
HubVirtualNetworkConnectionInner hubVirtualNetworkConnectionParameters)
Creates a hub virtual network connection if it doesn't exist else updates the existing one.
|
| Modifier and Type | Method and Description |
|---|---|
HubVirtualNetworkConnectionInner |
HubVirtualNetworkConnectionInner.withAllowHubToRemoteVnetTransit(Boolean allowHubToRemoteVnetTransit)
Set the allowHubToRemoteVnetTransit property: Deprecated: VirtualHub to RemoteVnet transit to enabled or not.
|
HubVirtualNetworkConnectionInner |
HubVirtualNetworkConnectionInner.withAllowRemoteVnetToUseHubVnetGateways(Boolean allowRemoteVnetToUseHubVnetGateways)
Set the allowRemoteVnetToUseHubVnetGateways property: Deprecated: Allow RemoteVnet to use Virtual Hub's gateways.
|
HubVirtualNetworkConnectionInner |
HubVirtualNetworkConnectionInner.withEnableInternetSecurity(Boolean enableInternetSecurity)
Set the enableInternetSecurity property: Enable internet security.
|
HubVirtualNetworkConnectionInner |
HubVirtualNetworkConnectionInner.withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
HubVirtualNetworkConnectionInner |
HubVirtualNetworkConnectionInner.withRemoteVirtualNetwork(com.azure.core.management.SubResource remoteVirtualNetwork)
Set the remoteVirtualNetwork property: Reference to the remote virtual network.
|
HubVirtualNetworkConnectionInner |
HubVirtualNetworkConnectionInner.withRoutingConfiguration(RoutingConfiguration routingConfiguration)
Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route
tables on this connection.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.