Uses of Class
com.azure.resourcemanager.network.fluent.models.HubVirtualNetworkConnectionProperties
Packages that use HubVirtualNetworkConnectionProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of HubVirtualNetworkConnectionProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return HubVirtualNetworkConnectionPropertiesModifier and TypeMethodDescriptionHubVirtualNetworkConnectionProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HubVirtualNetworkConnectionProperties from the JsonReader.HubVirtualNetworkConnectionProperties.withAllowHubToRemoteVnetTransit(Boolean allowHubToRemoteVnetTransit) Set the allowHubToRemoteVnetTransit property: Deprecated: VirtualHub to RemoteVnet transit to enabled or not.HubVirtualNetworkConnectionProperties.withAllowRemoteVnetToUseHubVnetGateways(Boolean allowRemoteVnetToUseHubVnetGateways) Set the allowRemoteVnetToUseHubVnetGateways property: Deprecated: Allow RemoteVnet to use Virtual Hub's gateways.HubVirtualNetworkConnectionProperties.withEnableInternetSecurity(Boolean enableInternetSecurity) Set the enableInternetSecurity property: Enable internet security.HubVirtualNetworkConnectionProperties.withRemoteVirtualNetwork(com.azure.core.management.SubResource remoteVirtualNetwork) Set the remoteVirtualNetwork property: Reference to the remote virtual network.HubVirtualNetworkConnectionProperties.withRoutingConfiguration(RoutingConfiguration routingConfiguration) Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.