Get Hub Virtual Network Connection Result
data class GetHubVirtualNetworkConnectionResult(val allowHubToRemoteVnetTransit: Boolean? = null, val allowRemoteVnetToUseHubVnetGateways: Boolean? = null, val enableInternetSecurity: Boolean? = null, val etag: String, val id: String? = null, val name: String? = null, val provisioningState: String, val remoteVirtualNetwork: SubResourceResponse? = null, val routingConfiguration: RoutingConfigurationResponse? = null)
HubVirtualNetworkConnection Resource.
Constructors
Link copied to clipboard
fun GetHubVirtualNetworkConnectionResult(allowHubToRemoteVnetTransit: Boolean? = null, allowRemoteVnetToUseHubVnetGateways: Boolean? = null, enableInternetSecurity: Boolean? = null, etag: String, id: String? = null, name: String? = null, provisioningState: String, remoteVirtualNetwork: SubResourceResponse? = null, routingConfiguration: RoutingConfigurationResponse? = null)