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

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>
Copy
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]
Copy
func ListServerGatewayStatus(ctx *Context, args *ListServerGatewayStatusArgs, opts ...InvokeOption) (*ListServerGatewayStatusResult, error)
func ListServerGatewayStatusOutput(ctx *Context, args *ListServerGatewayStatusOutputArgs, opts ...InvokeOption) ListServerGatewayStatusResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<ListServerGatewayStatusResult> listServerGatewayStatus(ListServerGatewayStatusArgs args, InvokeOptions options)
public static Output<ListServerGatewayStatusResult> listServerGatewayStatus(ListServerGatewayStatusArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:analysisservices:listServerGatewayStatus
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
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
This property is required.
Changes to this property will trigger replacement.
string
The name of the Analysis Services server.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
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
This property is required.
Changes to this property will trigger replacement.
string
The name of the Analysis Services server.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
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
This property is required.
Changes to this property will trigger replacement.
String
The name of the Analysis Services server.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
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
This property is required.
Changes to this property will trigger replacement.
string
The name of the Analysis Services server.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
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
This property is required.
Changes to this property will trigger replacement.
str
The name of the Analysis Services server.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
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
This property is required.
Changes to this property will trigger replacement.
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
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