1. Packages
  2. Packages
  3. Azure Native
  4. API Docs
  5. network
  6. getExpressRouteGatewayResiliencyInformation
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.25.0
published on Wednesday, Aug 5, 2026 by Pulumi
azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.25.0
published on Wednesday, Aug 5, 2026 by Pulumi

    Retrieves the resiliency information for the ExpressRoute gateway.

    Uses Azure REST API version 2025-07-01.

    Using getExpressRouteGatewayResiliencyInformation

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getExpressRouteGatewayResiliencyInformation(args: GetExpressRouteGatewayResiliencyInformationArgs, opts?: InvokeOptions): Promise<GetExpressRouteGatewayResiliencyInformationResult>
    function getExpressRouteGatewayResiliencyInformationOutput(args: GetExpressRouteGatewayResiliencyInformationOutputArgs, opts?: InvokeOptions): Output<GetExpressRouteGatewayResiliencyInformationResult>
    def get_express_route_gateway_resiliency_information(attempt_refresh: Optional[bool] = None,
                                                         express_route_gateway_name: Optional[str] = None,
                                                         resource_group_name: Optional[str] = None,
                                                         opts: Optional[InvokeOptions] = None) -> GetExpressRouteGatewayResiliencyInformationResult
    def get_express_route_gateway_resiliency_information_output(attempt_refresh: pulumi.Input[Optional[bool]] = None,
                                                         express_route_gateway_name: pulumi.Input[Optional[str]] = None,
                                                         resource_group_name: pulumi.Input[Optional[str]] = None,
                                                         opts: Optional[InvokeOptions] = None) -> Output[GetExpressRouteGatewayResiliencyInformationResult]
    func GetExpressRouteGatewayResiliencyInformation(ctx *Context, args *GetExpressRouteGatewayResiliencyInformationArgs, opts ...InvokeOption) (*GetExpressRouteGatewayResiliencyInformationResult, error)
    func GetExpressRouteGatewayResiliencyInformationOutput(ctx *Context, args *GetExpressRouteGatewayResiliencyInformationOutputArgs, opts ...InvokeOption) GetExpressRouteGatewayResiliencyInformationResultOutput

    > Note: This function is named GetExpressRouteGatewayResiliencyInformation in the Go SDK.

    public static class GetExpressRouteGatewayResiliencyInformation 
    {
        public static Task<GetExpressRouteGatewayResiliencyInformationResult> InvokeAsync(GetExpressRouteGatewayResiliencyInformationArgs args, InvokeOptions? opts = null)
        public static Output<GetExpressRouteGatewayResiliencyInformationResult> Invoke(GetExpressRouteGatewayResiliencyInformationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetExpressRouteGatewayResiliencyInformationResult> getExpressRouteGatewayResiliencyInformation(GetExpressRouteGatewayResiliencyInformationArgs args, InvokeOptions options)
    public static Output<GetExpressRouteGatewayResiliencyInformationResult> getExpressRouteGatewayResiliencyInformation(GetExpressRouteGatewayResiliencyInformationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:network:getExpressRouteGatewayResiliencyInformation
      arguments:
        # arguments dictionary
    data "azure-native_network_get_express_route_gateway_resiliency_information" "name" {
        # arguments
    }

    The following arguments are supported:

    ExpressRouteGatewayName string
    The name of the ExpressRoute gateway.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    AttemptRefresh bool
    Whether to attempt a refresh of the resiliency information.
    ExpressRouteGatewayName string
    The name of the ExpressRoute gateway.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    AttemptRefresh bool
    Whether to attempt a refresh of the resiliency information.
    express_route_gateway_name string
    The name of the ExpressRoute gateway.
    resource_group_name string
    The name of the resource group. The name is case insensitive.
    attempt_refresh bool
    Whether to attempt a refresh of the resiliency information.
    expressRouteGatewayName String
    The name of the ExpressRoute gateway.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    attemptRefresh Boolean
    Whether to attempt a refresh of the resiliency information.
    expressRouteGatewayName string
    The name of the ExpressRoute gateway.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    attemptRefresh boolean
    Whether to attempt a refresh of the resiliency information.
    express_route_gateway_name str
    The name of the ExpressRoute gateway.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    attempt_refresh bool
    Whether to attempt a refresh of the resiliency information.
    expressRouteGatewayName String
    The name of the ExpressRoute gateway.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    attemptRefresh Boolean
    Whether to attempt a refresh of the resiliency information.

    getExpressRouteGatewayResiliencyInformation Result

    The following output properties are available:

    Components List<Pulumi.AzureNative.Network.Outputs.ResiliencyRecommendationComponentsResponse>
    List of Resiliency based Recommendation Components for the gateway
    LastComputedTime string
    Timestamp denoting the last time when the resiliency score was computed for the gateway
    MaxScoreFromRecommendations string
    Maximum increase expected in the score if all of the recommendations are applied for the gateway
    MinScoreFromRecommendations string
    Minimum increase expected in the score if the at least one of the recommendations is applied for the gateway
    NextEligibleComputeTime string
    Timestamp denoting the next eligible time to re-compute the resiliency score for the gateway
    OverallScore string
    Current Resiliency Score for the gateway
    ScoreChange string
    Update in the Resiliency Score for the gateway from the last computed score
    Components []ResiliencyRecommendationComponentsResponse
    List of Resiliency based Recommendation Components for the gateway
    LastComputedTime string
    Timestamp denoting the last time when the resiliency score was computed for the gateway
    MaxScoreFromRecommendations string
    Maximum increase expected in the score if all of the recommendations are applied for the gateway
    MinScoreFromRecommendations string
    Minimum increase expected in the score if the at least one of the recommendations is applied for the gateway
    NextEligibleComputeTime string
    Timestamp denoting the next eligible time to re-compute the resiliency score for the gateway
    OverallScore string
    Current Resiliency Score for the gateway
    ScoreChange string
    Update in the Resiliency Score for the gateway from the last computed score
    components list(object)
    List of Resiliency based Recommendation Components for the gateway
    last_computed_time string
    Timestamp denoting the last time when the resiliency score was computed for the gateway
    max_score_from_recommendations string
    Maximum increase expected in the score if all of the recommendations are applied for the gateway
    min_score_from_recommendations string
    Minimum increase expected in the score if the at least one of the recommendations is applied for the gateway
    next_eligible_compute_time string
    Timestamp denoting the next eligible time to re-compute the resiliency score for the gateway
    overall_score string
    Current Resiliency Score for the gateway
    score_change string
    Update in the Resiliency Score for the gateway from the last computed score
    components List<ResiliencyRecommendationComponentsResponse>
    List of Resiliency based Recommendation Components for the gateway
    lastComputedTime String
    Timestamp denoting the last time when the resiliency score was computed for the gateway
    maxScoreFromRecommendations String
    Maximum increase expected in the score if all of the recommendations are applied for the gateway
    minScoreFromRecommendations String
    Minimum increase expected in the score if the at least one of the recommendations is applied for the gateway
    nextEligibleComputeTime String
    Timestamp denoting the next eligible time to re-compute the resiliency score for the gateway
    overallScore String
    Current Resiliency Score for the gateway
    scoreChange String
    Update in the Resiliency Score for the gateway from the last computed score
    components ResiliencyRecommendationComponentsResponse[]
    List of Resiliency based Recommendation Components for the gateway
    lastComputedTime string
    Timestamp denoting the last time when the resiliency score was computed for the gateway
    maxScoreFromRecommendations string
    Maximum increase expected in the score if all of the recommendations are applied for the gateway
    minScoreFromRecommendations string
    Minimum increase expected in the score if the at least one of the recommendations is applied for the gateway
    nextEligibleComputeTime string
    Timestamp denoting the next eligible time to re-compute the resiliency score for the gateway
    overallScore string
    Current Resiliency Score for the gateway
    scoreChange string
    Update in the Resiliency Score for the gateway from the last computed score
    components Sequence[ResiliencyRecommendationComponentsResponse]
    List of Resiliency based Recommendation Components for the gateway
    last_computed_time str
    Timestamp denoting the last time when the resiliency score was computed for the gateway
    max_score_from_recommendations str
    Maximum increase expected in the score if all of the recommendations are applied for the gateway
    min_score_from_recommendations str
    Minimum increase expected in the score if the at least one of the recommendations is applied for the gateway
    next_eligible_compute_time str
    Timestamp denoting the next eligible time to re-compute the resiliency score for the gateway
    overall_score str
    Current Resiliency Score for the gateway
    score_change str
    Update in the Resiliency Score for the gateway from the last computed score
    components List<Property Map>
    List of Resiliency based Recommendation Components for the gateway
    lastComputedTime String
    Timestamp denoting the last time when the resiliency score was computed for the gateway
    maxScoreFromRecommendations String
    Maximum increase expected in the score if all of the recommendations are applied for the gateway
    minScoreFromRecommendations String
    Minimum increase expected in the score if the at least one of the recommendations is applied for the gateway
    nextEligibleComputeTime String
    Timestamp denoting the next eligible time to re-compute the resiliency score for the gateway
    overallScore String
    Current Resiliency Score for the gateway
    scoreChange String
    Update in the Resiliency Score for the gateway from the last computed score

    Supporting Types

    GatewayResiliencyRecommendationResponse

    CallToActionLink string
    Link to the public documentation for the associated recommendation
    CallToActionText string
    Acton items to apply the recommendation
    RecommendationId string
    Recommendation Id
    RecommendationText string
    Recommendation details
    RecommendationTitle string
    Recommendation Title
    Severity string
    Impact associated with the recommendation
    CallToActionLink string
    Link to the public documentation for the associated recommendation
    CallToActionText string
    Acton items to apply the recommendation
    RecommendationId string
    Recommendation Id
    RecommendationText string
    Recommendation details
    RecommendationTitle string
    Recommendation Title
    Severity string
    Impact associated with the recommendation
    call_to_action_link string
    Link to the public documentation for the associated recommendation
    call_to_action_text string
    Acton items to apply the recommendation
    recommendation_id string
    Recommendation Id
    recommendation_text string
    Recommendation details
    recommendation_title string
    Recommendation Title
    severity string
    Impact associated with the recommendation
    callToActionLink String
    Link to the public documentation for the associated recommendation
    callToActionText String
    Acton items to apply the recommendation
    recommendationId String
    Recommendation Id
    recommendationText String
    Recommendation details
    recommendationTitle String
    Recommendation Title
    severity String
    Impact associated with the recommendation
    callToActionLink string
    Link to the public documentation for the associated recommendation
    callToActionText string
    Acton items to apply the recommendation
    recommendationId string
    Recommendation Id
    recommendationText string
    Recommendation details
    recommendationTitle string
    Recommendation Title
    severity string
    Impact associated with the recommendation
    call_to_action_link str
    Link to the public documentation for the associated recommendation
    call_to_action_text str
    Acton items to apply the recommendation
    recommendation_id str
    Recommendation Id
    recommendation_text str
    Recommendation details
    recommendation_title str
    Recommendation Title
    severity str
    Impact associated with the recommendation
    callToActionLink String
    Link to the public documentation for the associated recommendation
    callToActionText String
    Acton items to apply the recommendation
    recommendationId String
    Recommendation Id
    recommendationText String
    Recommendation details
    recommendationTitle String
    Recommendation Title
    severity String
    Impact associated with the recommendation

    ResiliencyRecommendationComponentsResponse

    CurrentScore string
    Current Score of the gateway
    MaxScore string
    Max score that the gateway can achieve if the specified recommendation is applied
    Name string
    Name of the Resiliency based Recommendation Component
    Recommendations List<Pulumi.AzureNative.Network.Inputs.GatewayResiliencyRecommendationResponse>
    List of Gateway Resiliency based Recommendations
    CurrentScore string
    Current Score of the gateway
    MaxScore string
    Max score that the gateway can achieve if the specified recommendation is applied
    Name string
    Name of the Resiliency based Recommendation Component
    Recommendations []GatewayResiliencyRecommendationResponse
    List of Gateway Resiliency based Recommendations
    current_score string
    Current Score of the gateway
    max_score string
    Max score that the gateway can achieve if the specified recommendation is applied
    name string
    Name of the Resiliency based Recommendation Component
    recommendations list(object)
    List of Gateway Resiliency based Recommendations
    currentScore String
    Current Score of the gateway
    maxScore String
    Max score that the gateway can achieve if the specified recommendation is applied
    name String
    Name of the Resiliency based Recommendation Component
    recommendations List<GatewayResiliencyRecommendationResponse>
    List of Gateway Resiliency based Recommendations
    currentScore string
    Current Score of the gateway
    maxScore string
    Max score that the gateway can achieve if the specified recommendation is applied
    name string
    Name of the Resiliency based Recommendation Component
    recommendations GatewayResiliencyRecommendationResponse[]
    List of Gateway Resiliency based Recommendations
    current_score str
    Current Score of the gateway
    max_score str
    Max score that the gateway can achieve if the specified recommendation is applied
    name str
    Name of the Resiliency based Recommendation Component
    recommendations Sequence[GatewayResiliencyRecommendationResponse]
    List of Gateway Resiliency based Recommendations
    currentScore String
    Current Score of the gateway
    maxScore String
    Max score that the gateway can achieve if the specified recommendation is applied
    name String
    Name of the Resiliency based Recommendation Component
    recommendations List<Property Map>
    List of Gateway Resiliency based Recommendations

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Viewing docs for Azure Native v3.25.0
    published on Wednesday, Aug 5, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial