azure-native.analysisservices.listServerGatewayStatus

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 pulumi/pulumi-azure-native
License
Apache-2.0