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.analysisservices.listServerGatewayStatus
Explore with Pulumi AI
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
Return the gateway status of the specified Analysis Services server instance. Azure REST API version: 2017-08-01.
Other available API versions: 2017-08-01-beta.
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 pulumi/pulumi-azure-native
- License
- Apache-2.0
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