1. Packages
  2. Azure Native v1
  3. API Docs
  4. analysisservices
  5. listServerGatewayStatus
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.analysisservices.listServerGatewayStatus

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Return the gateway status of the specified Analysis Services server instance. API Version: 2017-08-01.

    Using listServerGatewayStatus

    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 listServerGatewayStatus(args: ListServerGatewayStatusArgs, opts?: InvokeOptions): Promise<ListServerGatewayStatusResult>
    function listServerGatewayStatusOutput(args: ListServerGatewayStatusOutputArgs, opts?: InvokeOptions): Output<ListServerGatewayStatusResult>
    def list_server_gateway_status(resource_group_name: Optional[str] = None,
                                   server_name: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> ListServerGatewayStatusResult
    def list_server_gateway_status_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                   server_name: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[ListServerGatewayStatusResult]
    func ListServerGatewayStatus(ctx *Context, args *ListServerGatewayStatusArgs, opts ...InvokeOption) (*ListServerGatewayStatusResult, error)
    func ListServerGatewayStatusOutput(ctx *Context, args *ListServerGatewayStatusOutputArgs, opts ...InvokeOption) ListServerGatewayStatusResultOutput

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

    public static class ListServerGatewayStatus 
    {
        public static Task<ListServerGatewayStatusResult> InvokeAsync(ListServerGatewayStatusArgs args, InvokeOptions? opts = null)
        public static Output<ListServerGatewayStatusResult> Invoke(ListServerGatewayStatusInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListServerGatewayStatusResult> listServerGatewayStatus(ListServerGatewayStatusArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:analysisservices:listServerGatewayStatus
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90.
    ServerName string
    The name of the Analysis Services server.
    ResourceGroupName string
    The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90.
    ServerName string
    The name of the Analysis Services server.
    resourceGroupName String
    The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90.
    serverName String
    The name of the Analysis Services server.
    resourceGroupName string
    The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90.
    serverName string
    The name of the Analysis Services server.
    resource_group_name str
    The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90.
    server_name str
    The name of the Analysis Services server.
    resourceGroupName String
    The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90.
    serverName String
    The name of the Analysis Services server.

    listServerGatewayStatus Result

    The following output properties are available:

    Status int
    Live message of list gateway. Status: 0 - Live
    Status int
    Live message of list gateway. Status: 0 - Live
    status Integer
    Live message of list gateway. Status: 0 - Live
    status number
    Live message of list gateway. Status: 0 - Live
    status int
    Live message of list gateway. Status: 0 - Live
    status Number
    Live message of list gateway. Status: 0 - Live

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi