1. Packages
  2. Azure Native
  3. API Docs
  4. apimanagement
  5. getWorkspaceBackend
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi

azure-native.apimanagement.getWorkspaceBackend

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi

    Gets the details of the backend specified by its identifier. Azure REST API version: 2023-09-01-preview.

    Using getWorkspaceBackend

    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 getWorkspaceBackend(args: GetWorkspaceBackendArgs, opts?: InvokeOptions): Promise<GetWorkspaceBackendResult>
    function getWorkspaceBackendOutput(args: GetWorkspaceBackendOutputArgs, opts?: InvokeOptions): Output<GetWorkspaceBackendResult>
    def get_workspace_backend(backend_id: Optional[str] = None,
                              resource_group_name: Optional[str] = None,
                              service_name: Optional[str] = None,
                              workspace_id: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetWorkspaceBackendResult
    def get_workspace_backend_output(backend_id: Optional[pulumi.Input[str]] = None,
                              resource_group_name: Optional[pulumi.Input[str]] = None,
                              service_name: Optional[pulumi.Input[str]] = None,
                              workspace_id: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetWorkspaceBackendResult]
    func LookupWorkspaceBackend(ctx *Context, args *LookupWorkspaceBackendArgs, opts ...InvokeOption) (*LookupWorkspaceBackendResult, error)
    func LookupWorkspaceBackendOutput(ctx *Context, args *LookupWorkspaceBackendOutputArgs, opts ...InvokeOption) LookupWorkspaceBackendResultOutput

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

    public static class GetWorkspaceBackend 
    {
        public static Task<GetWorkspaceBackendResult> InvokeAsync(GetWorkspaceBackendArgs args, InvokeOptions? opts = null)
        public static Output<GetWorkspaceBackendResult> Invoke(GetWorkspaceBackendInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWorkspaceBackendResult> getWorkspaceBackend(GetWorkspaceBackendArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:apimanagement:getWorkspaceBackend
      arguments:
        # arguments dictionary

    The following arguments are supported:

    BackendId string
    Identifier of the Backend entity. Must be unique in the current API Management service instance.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ServiceName string
    The name of the API Management service.
    WorkspaceId string
    Workspace identifier. Must be unique in the current API Management service instance.
    BackendId string
    Identifier of the Backend entity. Must be unique in the current API Management service instance.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ServiceName string
    The name of the API Management service.
    WorkspaceId string
    Workspace identifier. Must be unique in the current API Management service instance.
    backendId String
    Identifier of the Backend entity. Must be unique in the current API Management service instance.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    serviceName String
    The name of the API Management service.
    workspaceId String
    Workspace identifier. Must be unique in the current API Management service instance.
    backendId string
    Identifier of the Backend entity. Must be unique in the current API Management service instance.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    serviceName string
    The name of the API Management service.
    workspaceId string
    Workspace identifier. Must be unique in the current API Management service instance.
    backend_id str
    Identifier of the Backend entity. Must be unique in the current API Management service instance.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    service_name str
    The name of the API Management service.
    workspace_id str
    Workspace identifier. Must be unique in the current API Management service instance.
    backendId String
    Identifier of the Backend entity. Must be unique in the current API Management service instance.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    serviceName String
    The name of the API Management service.
    workspaceId String
    Workspace identifier. Must be unique in the current API Management service instance.

    getWorkspaceBackend Result

    The following output properties are available:

    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    Properties Pulumi.AzureNative.ApiManagement.Outputs.BackendPropertiesResponse
    Backend Properties contract
    Protocol string
    Backend communication protocol.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Url string
    Runtime Url of the Backend.
    CircuitBreaker Pulumi.AzureNative.ApiManagement.Outputs.BackendCircuitBreakerResponse
    Backend Circuit Breaker Configuration
    Credentials Pulumi.AzureNative.ApiManagement.Outputs.BackendCredentialsContractResponse
    Backend Credentials Contract Properties
    Description string
    Backend Description.
    Pool Pulumi.AzureNative.ApiManagement.Outputs.BackendBaseParametersResponsePool
    Proxy Pulumi.AzureNative.ApiManagement.Outputs.BackendProxyContractResponse
    Backend gateway Contract Properties
    ResourceId string
    Management Uri of the Resource in External System. This URL can be the Arm Resource Id of Logic Apps, Function Apps or API Apps.
    Title string
    Backend Title.
    Tls Pulumi.AzureNative.ApiManagement.Outputs.BackendTlsPropertiesResponse
    Backend TLS Properties
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    Properties BackendPropertiesResponse
    Backend Properties contract
    Protocol string
    Backend communication protocol.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Url string
    Runtime Url of the Backend.
    CircuitBreaker BackendCircuitBreakerResponse
    Backend Circuit Breaker Configuration
    Credentials BackendCredentialsContractResponse
    Backend Credentials Contract Properties
    Description string
    Backend Description.
    Pool BackendBaseParametersResponsePool
    Proxy BackendProxyContractResponse
    Backend gateway Contract Properties
    ResourceId string
    Management Uri of the Resource in External System. This URL can be the Arm Resource Id of Logic Apps, Function Apps or API Apps.
    Title string
    Backend Title.
    Tls BackendTlsPropertiesResponse
    Backend TLS Properties
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    properties BackendPropertiesResponse
    Backend Properties contract
    protocol String
    Backend communication protocol.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    url String
    Runtime Url of the Backend.
    circuitBreaker BackendCircuitBreakerResponse
    Backend Circuit Breaker Configuration
    credentials BackendCredentialsContractResponse
    Backend Credentials Contract Properties
    description String
    Backend Description.
    pool BackendBaseParametersResponsePool
    proxy BackendProxyContractResponse
    Backend gateway Contract Properties
    resourceId String
    Management Uri of the Resource in External System. This URL can be the Arm Resource Id of Logic Apps, Function Apps or API Apps.
    title String
    Backend Title.
    tls BackendTlsPropertiesResponse
    Backend TLS Properties
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name string
    The name of the resource
    properties BackendPropertiesResponse
    Backend Properties contract
    protocol string
    Backend communication protocol.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    url string
    Runtime Url of the Backend.
    circuitBreaker BackendCircuitBreakerResponse
    Backend Circuit Breaker Configuration
    credentials BackendCredentialsContractResponse
    Backend Credentials Contract Properties
    description string
    Backend Description.
    pool BackendBaseParametersResponsePool
    proxy BackendProxyContractResponse
    Backend gateway Contract Properties
    resourceId string
    Management Uri of the Resource in External System. This URL can be the Arm Resource Id of Logic Apps, Function Apps or API Apps.
    title string
    Backend Title.
    tls BackendTlsPropertiesResponse
    Backend TLS Properties
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name str
    The name of the resource
    properties BackendPropertiesResponse
    Backend Properties contract
    protocol str
    Backend communication protocol.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    url str
    Runtime Url of the Backend.
    circuit_breaker BackendCircuitBreakerResponse
    Backend Circuit Breaker Configuration
    credentials BackendCredentialsContractResponse
    Backend Credentials Contract Properties
    description str
    Backend Description.
    pool BackendBaseParametersResponsePool
    proxy BackendProxyContractResponse
    Backend gateway Contract Properties
    resource_id str
    Management Uri of the Resource in External System. This URL can be the Arm Resource Id of Logic Apps, Function Apps or API Apps.
    title str
    Backend Title.
    tls BackendTlsPropertiesResponse
    Backend TLS Properties
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    properties Property Map
    Backend Properties contract
    protocol String
    Backend communication protocol.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    url String
    Runtime Url of the Backend.
    circuitBreaker Property Map
    Backend Circuit Breaker Configuration
    credentials Property Map
    Backend Credentials Contract Properties
    description String
    Backend Description.
    pool Property Map
    proxy Property Map
    Backend gateway Contract Properties
    resourceId String
    Management Uri of the Resource in External System. This URL can be the Arm Resource Id of Logic Apps, Function Apps or API Apps.
    title String
    Backend Title.
    tls Property Map
    Backend TLS Properties

    Supporting Types

    BackendAuthorizationHeaderCredentialsResponse

    Parameter string
    Authentication Parameter value.
    Scheme string
    Authentication Scheme name.
    Parameter string
    Authentication Parameter value.
    Scheme string
    Authentication Scheme name.
    parameter String
    Authentication Parameter value.
    scheme String
    Authentication Scheme name.
    parameter string
    Authentication Parameter value.
    scheme string
    Authentication Scheme name.
    parameter str
    Authentication Parameter value.
    scheme str
    Authentication Scheme name.
    parameter String
    Authentication Parameter value.
    scheme String
    Authentication Scheme name.

    BackendBaseParametersResponsePool

    Services []BackendPoolItemResponse
    The list of backend entities belonging to a pool.
    services List<BackendPoolItemResponse>
    The list of backend entities belonging to a pool.
    services BackendPoolItemResponse[]
    The list of backend entities belonging to a pool.
    services Sequence[BackendPoolItemResponse]
    The list of backend entities belonging to a pool.
    services List<Property Map>
    The list of backend entities belonging to a pool.

    BackendCircuitBreakerResponse

    Rules []CircuitBreakerRuleResponse
    The rules for tripping the backend.
    rules List<CircuitBreakerRuleResponse>
    The rules for tripping the backend.
    rules CircuitBreakerRuleResponse[]
    The rules for tripping the backend.
    rules Sequence[CircuitBreakerRuleResponse]
    The rules for tripping the backend.
    rules List<Property Map>
    The rules for tripping the backend.

    BackendCredentialsContractResponse

    Authorization Pulumi.AzureNative.ApiManagement.Inputs.BackendAuthorizationHeaderCredentialsResponse
    Authorization header authentication
    Certificate List<string>
    List of Client Certificate Thumbprints. Will be ignored if certificatesIds are provided.
    CertificateIds List<string>
    List of Client Certificate Ids.
    Header Dictionary<string, ImmutableArray<string>>
    Header Parameter description.
    Query Dictionary<string, ImmutableArray<string>>
    Query Parameter description.
    Authorization BackendAuthorizationHeaderCredentialsResponse
    Authorization header authentication
    Certificate []string
    List of Client Certificate Thumbprints. Will be ignored if certificatesIds are provided.
    CertificateIds []string
    List of Client Certificate Ids.
    Header map[string][]string
    Header Parameter description.
    Query map[string][]string
    Query Parameter description.
    authorization BackendAuthorizationHeaderCredentialsResponse
    Authorization header authentication
    certificate List<String>
    List of Client Certificate Thumbprints. Will be ignored if certificatesIds are provided.
    certificateIds List<String>
    List of Client Certificate Ids.
    header Map<String,List<String>>
    Header Parameter description.
    query Map<String,List<String>>
    Query Parameter description.
    authorization BackendAuthorizationHeaderCredentialsResponse
    Authorization header authentication
    certificate string[]
    List of Client Certificate Thumbprints. Will be ignored if certificatesIds are provided.
    certificateIds string[]
    List of Client Certificate Ids.
    header {[key: string]: string[]}
    Header Parameter description.
    query {[key: string]: string[]}
    Query Parameter description.
    authorization BackendAuthorizationHeaderCredentialsResponse
    Authorization header authentication
    certificate Sequence[str]
    List of Client Certificate Thumbprints. Will be ignored if certificatesIds are provided.
    certificate_ids Sequence[str]
    List of Client Certificate Ids.
    header Mapping[str, Sequence[str]]
    Header Parameter description.
    query Mapping[str, Sequence[str]]
    Query Parameter description.
    authorization Property Map
    Authorization header authentication
    certificate List<String>
    List of Client Certificate Thumbprints. Will be ignored if certificatesIds are provided.
    certificateIds List<String>
    List of Client Certificate Ids.
    header Map<List<String>>
    Header Parameter description.
    query Map<List<String>>
    Query Parameter description.

    BackendPoolItemResponse

    Id string
    The unique ARM id of the backend entity. The ARM id should refer to an already existing backend entity.
    Priority int
    The priority of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.
    Weight int
    The weight of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.
    Id string
    The unique ARM id of the backend entity. The ARM id should refer to an already existing backend entity.
    Priority int
    The priority of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.
    Weight int
    The weight of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.
    id String
    The unique ARM id of the backend entity. The ARM id should refer to an already existing backend entity.
    priority Integer
    The priority of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.
    weight Integer
    The weight of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.
    id string
    The unique ARM id of the backend entity. The ARM id should refer to an already existing backend entity.
    priority number
    The priority of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.
    weight number
    The weight of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.
    id str
    The unique ARM id of the backend entity. The ARM id should refer to an already existing backend entity.
    priority int
    The priority of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.
    weight int
    The weight of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.
    id String
    The unique ARM id of the backend entity. The ARM id should refer to an already existing backend entity.
    priority Number
    The priority of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.
    weight Number
    The weight of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.

    BackendPropertiesResponse

    serviceFabricCluster Property Map
    Backend Service Fabric Cluster Properties

    BackendProxyContractResponse

    Url string
    WebProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings.
    Password string
    Password to connect to the WebProxy Server
    Username string
    Username to connect to the WebProxy server
    Url string
    WebProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings.
    Password string
    Password to connect to the WebProxy Server
    Username string
    Username to connect to the WebProxy server
    url String
    WebProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings.
    password String
    Password to connect to the WebProxy Server
    username String
    Username to connect to the WebProxy server
    url string
    WebProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings.
    password string
    Password to connect to the WebProxy Server
    username string
    Username to connect to the WebProxy server
    url str
    WebProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings.
    password str
    Password to connect to the WebProxy Server
    username str
    Username to connect to the WebProxy server
    url String
    WebProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings.
    password String
    Password to connect to the WebProxy Server
    username String
    Username to connect to the WebProxy server

    BackendServiceFabricClusterPropertiesResponse

    ManagementEndpoints List<string>
    The cluster management endpoint.
    ClientCertificateId string
    The client certificate id for the management endpoint.
    ClientCertificatethumbprint string
    The client certificate thumbprint for the management endpoint. Will be ignored if certificatesIds are provided
    MaxPartitionResolutionRetries int
    Maximum number of retries while attempting resolve the partition.
    ServerCertificateThumbprints List<string>
    Thumbprints of certificates cluster management service uses for tls communication
    ServerX509Names List<Pulumi.AzureNative.ApiManagement.Inputs.X509CertificateNameResponse>
    Server X509 Certificate Names Collection
    ManagementEndpoints []string
    The cluster management endpoint.
    ClientCertificateId string
    The client certificate id for the management endpoint.
    ClientCertificatethumbprint string
    The client certificate thumbprint for the management endpoint. Will be ignored if certificatesIds are provided
    MaxPartitionResolutionRetries int
    Maximum number of retries while attempting resolve the partition.
    ServerCertificateThumbprints []string
    Thumbprints of certificates cluster management service uses for tls communication
    ServerX509Names []X509CertificateNameResponse
    Server X509 Certificate Names Collection
    managementEndpoints List<String>
    The cluster management endpoint.
    clientCertificateId String
    The client certificate id for the management endpoint.
    clientCertificatethumbprint String
    The client certificate thumbprint for the management endpoint. Will be ignored if certificatesIds are provided
    maxPartitionResolutionRetries Integer
    Maximum number of retries while attempting resolve the partition.
    serverCertificateThumbprints List<String>
    Thumbprints of certificates cluster management service uses for tls communication
    serverX509Names List<X509CertificateNameResponse>
    Server X509 Certificate Names Collection
    managementEndpoints string[]
    The cluster management endpoint.
    clientCertificateId string
    The client certificate id for the management endpoint.
    clientCertificatethumbprint string
    The client certificate thumbprint for the management endpoint. Will be ignored if certificatesIds are provided
    maxPartitionResolutionRetries number
    Maximum number of retries while attempting resolve the partition.
    serverCertificateThumbprints string[]
    Thumbprints of certificates cluster management service uses for tls communication
    serverX509Names X509CertificateNameResponse[]
    Server X509 Certificate Names Collection
    management_endpoints Sequence[str]
    The cluster management endpoint.
    client_certificate_id str
    The client certificate id for the management endpoint.
    client_certificatethumbprint str
    The client certificate thumbprint for the management endpoint. Will be ignored if certificatesIds are provided
    max_partition_resolution_retries int
    Maximum number of retries while attempting resolve the partition.
    server_certificate_thumbprints Sequence[str]
    Thumbprints of certificates cluster management service uses for tls communication
    server_x509_names Sequence[X509CertificateNameResponse]
    Server X509 Certificate Names Collection
    managementEndpoints List<String>
    The cluster management endpoint.
    clientCertificateId String
    The client certificate id for the management endpoint.
    clientCertificatethumbprint String
    The client certificate thumbprint for the management endpoint. Will be ignored if certificatesIds are provided
    maxPartitionResolutionRetries Number
    Maximum number of retries while attempting resolve the partition.
    serverCertificateThumbprints List<String>
    Thumbprints of certificates cluster management service uses for tls communication
    serverX509Names List<Property Map>
    Server X509 Certificate Names Collection

    BackendTlsPropertiesResponse

    ValidateCertificateChain bool
    Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.
    ValidateCertificateName bool
    Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.
    ValidateCertificateChain bool
    Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.
    ValidateCertificateName bool
    Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.
    validateCertificateChain Boolean
    Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.
    validateCertificateName Boolean
    Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.
    validateCertificateChain boolean
    Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.
    validateCertificateName boolean
    Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.
    validate_certificate_chain bool
    Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.
    validate_certificate_name bool
    Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.
    validateCertificateChain Boolean
    Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.
    validateCertificateName Boolean
    Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.

    CircuitBreakerFailureConditionResponse

    Count double
    The threshold for opening the circuit.
    ErrorReasons List<string>
    The error reasons which are considered as failure.
    Interval string
    The interval during which the failures are counted.
    Percentage double
    The threshold for opening the circuit.
    StatusCodeRanges List<Pulumi.AzureNative.ApiManagement.Inputs.FailureStatusCodeRangeResponse>
    The status code ranges which are considered as failure.
    Count float64
    The threshold for opening the circuit.
    ErrorReasons []string
    The error reasons which are considered as failure.
    Interval string
    The interval during which the failures are counted.
    Percentage float64
    The threshold for opening the circuit.
    StatusCodeRanges []FailureStatusCodeRangeResponse
    The status code ranges which are considered as failure.
    count Double
    The threshold for opening the circuit.
    errorReasons List<String>
    The error reasons which are considered as failure.
    interval String
    The interval during which the failures are counted.
    percentage Double
    The threshold for opening the circuit.
    statusCodeRanges List<FailureStatusCodeRangeResponse>
    The status code ranges which are considered as failure.
    count number
    The threshold for opening the circuit.
    errorReasons string[]
    The error reasons which are considered as failure.
    interval string
    The interval during which the failures are counted.
    percentage number
    The threshold for opening the circuit.
    statusCodeRanges FailureStatusCodeRangeResponse[]
    The status code ranges which are considered as failure.
    count float
    The threshold for opening the circuit.
    error_reasons Sequence[str]
    The error reasons which are considered as failure.
    interval str
    The interval during which the failures are counted.
    percentage float
    The threshold for opening the circuit.
    status_code_ranges Sequence[FailureStatusCodeRangeResponse]
    The status code ranges which are considered as failure.
    count Number
    The threshold for opening the circuit.
    errorReasons List<String>
    The error reasons which are considered as failure.
    interval String
    The interval during which the failures are counted.
    percentage Number
    The threshold for opening the circuit.
    statusCodeRanges List<Property Map>
    The status code ranges which are considered as failure.

    CircuitBreakerRuleResponse

    AcceptRetryAfter bool
    flag to accept Retry-After header from the backend.
    FailureCondition Pulumi.AzureNative.ApiManagement.Inputs.CircuitBreakerFailureConditionResponse
    The conditions for tripping the circuit breaker.
    Name string
    The rule name.
    TripDuration string
    The duration for which the circuit will be tripped.
    AcceptRetryAfter bool
    flag to accept Retry-After header from the backend.
    FailureCondition CircuitBreakerFailureConditionResponse
    The conditions for tripping the circuit breaker.
    Name string
    The rule name.
    TripDuration string
    The duration for which the circuit will be tripped.
    acceptRetryAfter Boolean
    flag to accept Retry-After header from the backend.
    failureCondition CircuitBreakerFailureConditionResponse
    The conditions for tripping the circuit breaker.
    name String
    The rule name.
    tripDuration String
    The duration for which the circuit will be tripped.
    acceptRetryAfter boolean
    flag to accept Retry-After header from the backend.
    failureCondition CircuitBreakerFailureConditionResponse
    The conditions for tripping the circuit breaker.
    name string
    The rule name.
    tripDuration string
    The duration for which the circuit will be tripped.
    accept_retry_after bool
    flag to accept Retry-After header from the backend.
    failure_condition CircuitBreakerFailureConditionResponse
    The conditions for tripping the circuit breaker.
    name str
    The rule name.
    trip_duration str
    The duration for which the circuit will be tripped.
    acceptRetryAfter Boolean
    flag to accept Retry-After header from the backend.
    failureCondition Property Map
    The conditions for tripping the circuit breaker.
    name String
    The rule name.
    tripDuration String
    The duration for which the circuit will be tripped.

    FailureStatusCodeRangeResponse

    Max int
    The maximum http status code.
    Min int
    The minimum http status code.
    Max int
    The maximum http status code.
    Min int
    The minimum http status code.
    max Integer
    The maximum http status code.
    min Integer
    The minimum http status code.
    max number
    The maximum http status code.
    min number
    The minimum http status code.
    max int
    The maximum http status code.
    min int
    The minimum http status code.
    max Number
    The maximum http status code.
    min Number
    The minimum http status code.

    X509CertificateNameResponse

    IssuerCertificateThumbprint string
    Thumbprint for the Issuer of the Certificate.
    Name string
    Common Name of the Certificate.
    IssuerCertificateThumbprint string
    Thumbprint for the Issuer of the Certificate.
    Name string
    Common Name of the Certificate.
    issuerCertificateThumbprint String
    Thumbprint for the Issuer of the Certificate.
    name String
    Common Name of the Certificate.
    issuerCertificateThumbprint string
    Thumbprint for the Issuer of the Certificate.
    name string
    Common Name of the Certificate.
    issuer_certificate_thumbprint str
    Thumbprint for the Issuer of the Certificate.
    name str
    Common Name of the Certificate.
    issuerCertificateThumbprint String
    Thumbprint for the Issuer of the Certificate.
    name String
    Common Name of the Certificate.

    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 v1 docs if using the v1 version of this package.
    Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi