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>
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:
- Resource
Group stringName - 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 string - The name of the Analysis Services server.
- Resource
Group stringName - 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 string - The name of the Analysis Services server.
- resource
Group StringName - 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 String - The name of the Analysis Services server.
- resource
Group stringName - 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 string - The name of the Analysis Services server.
- resource_
group_ strname - 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.
- resource
Group StringName - 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 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