getVirtualNetworkGatewayResiliencyInformation

This operation retrieves the resiliency information for an Express Route Gateway, including the gateway's current resiliency score and recommendations to further improve the score Uses Azure REST API version 2024-07-01.

Return

Gateway Resiliency Information

Parameters

argument

null


suspend fun getVirtualNetworkGatewayResiliencyInformation(attemptRefresh: Boolean? = null, resourceGroupName: String, virtualNetworkGatewayName: String): GetVirtualNetworkGatewayResiliencyInformationResult

Return

Gateway Resiliency Information

Parameters

attemptRefresh

Attempt to recalculate the Resiliency Information for the gateway

resourceGroupName

The name of the resource group.

virtualNetworkGatewayName

The name of the virtual network gateway.

See also


Return

Gateway Resiliency Information

Parameters

argument

Builder for com.pulumi.azurenative.network.kotlin.inputs.GetVirtualNetworkGatewayResiliencyInformationPlainArgs.

See also