1. Packages
  2. Azure Native
  3. API Docs
  4. hdinsight
  5. getClusterGatewaySettings
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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.hdinsight.getClusterGatewaySettings

Explore with Pulumi AI

azure-native logo
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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Gets the gateway settings for the specified cluster. Azure REST API version: 2021-06-01.

    Other available API versions: 2023-04-15-preview, 2023-08-15-preview.

    Using getClusterGatewaySettings

    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 getClusterGatewaySettings(args: GetClusterGatewaySettingsArgs, opts?: InvokeOptions): Promise<GetClusterGatewaySettingsResult>
    function getClusterGatewaySettingsOutput(args: GetClusterGatewaySettingsOutputArgs, opts?: InvokeOptions): Output<GetClusterGatewaySettingsResult>
    def get_cluster_gateway_settings(cluster_name: Optional[str] = None,
                                     resource_group_name: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetClusterGatewaySettingsResult
    def get_cluster_gateway_settings_output(cluster_name: Optional[pulumi.Input[str]] = None,
                                     resource_group_name: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetClusterGatewaySettingsResult]
    func GetClusterGatewaySettings(ctx *Context, args *GetClusterGatewaySettingsArgs, opts ...InvokeOption) (*GetClusterGatewaySettingsResult, error)
    func GetClusterGatewaySettingsOutput(ctx *Context, args *GetClusterGatewaySettingsOutputArgs, opts ...InvokeOption) GetClusterGatewaySettingsResultOutput

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

    public static class GetClusterGatewaySettings 
    {
        public static Task<GetClusterGatewaySettingsResult> InvokeAsync(GetClusterGatewaySettingsArgs args, InvokeOptions? opts = null)
        public static Output<GetClusterGatewaySettingsResult> Invoke(GetClusterGatewaySettingsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetClusterGatewaySettingsResult> getClusterGatewaySettings(GetClusterGatewaySettingsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:hdinsight:getClusterGatewaySettings
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterName string
    The name of the cluster.
    ResourceGroupName string
    The name of the resource group.
    ClusterName string
    The name of the cluster.
    ResourceGroupName string
    The name of the resource group.
    clusterName String
    The name of the cluster.
    resourceGroupName String
    The name of the resource group.
    clusterName string
    The name of the cluster.
    resourceGroupName string
    The name of the resource group.
    cluster_name str
    The name of the cluster.
    resource_group_name str
    The name of the resource group.
    clusterName String
    The name of the cluster.
    resourceGroupName String
    The name of the resource group.

    getClusterGatewaySettings Result

    The following output properties are available:

    IsCredentialEnabled string
    Indicates whether or not the gateway settings based authorization is enabled.
    Password string
    The gateway settings user password.
    UserName string
    The gateway settings user name.
    IsCredentialEnabled string
    Indicates whether or not the gateway settings based authorization is enabled.
    Password string
    The gateway settings user password.
    UserName string
    The gateway settings user name.
    isCredentialEnabled String
    Indicates whether or not the gateway settings based authorization is enabled.
    password String
    The gateway settings user password.
    userName String
    The gateway settings user name.
    isCredentialEnabled string
    Indicates whether or not the gateway settings based authorization is enabled.
    password string
    The gateway settings user password.
    userName string
    The gateway settings user name.
    is_credential_enabled str
    Indicates whether or not the gateway settings based authorization is enabled.
    password str
    The gateway settings user password.
    user_name str
    The gateway settings user name.
    isCredentialEnabled String
    Indicates whether or not the gateway settings based authorization is enabled.
    password String
    The gateway settings user password.
    userName String
    The gateway settings user name.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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.34.0 published on Thursday, Mar 28, 2024 by Pulumi