azure-native.hdinsight.getClusterGatewaySettings
Explore with Pulumi AI
Gets the gateway settings for the specified cluster.
Uses Azure REST API version 2024-08-01-preview.
Other available API versions: 2021-06-01, 2023-04-15-preview, 2023-08-15-preview, 2025-01-15-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hdinsight [ApiVersion]. See the version guide for details.
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)
public static Output<GetClusterGatewaySettingsResult> getClusterGatewaySettings(GetClusterGatewaySettingsArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:hdinsight:getClusterGatewaySettings
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Cluster
Name string - The name of the cluster.
 - Resource
Group stringName  - The name of the resource group.
 
- Cluster
Name string - The name of the cluster.
 - Resource
Group stringName  - The name of the resource group.
 
- cluster
Name String - The name of the cluster.
 - resource
Group StringName  - The name of the resource group.
 
- cluster
Name string - The name of the cluster.
 - resource
Group stringName  - The name of the resource group.
 
- cluster_
name str - The name of the cluster.
 - resource_
group_ strname  - The name of the resource group.
 
- cluster
Name String - The name of the cluster.
 - resource
Group StringName  - The name of the resource group.
 
getClusterGatewaySettings Result
The following output properties are available:
- Is
Credential stringEnabled  - Indicates whether or not the gateway settings based authorization is enabled.
 - Password string
 - The gateway settings user password.
 - User
Name string - The gateway settings user name.
 
- Is
Credential stringEnabled  - Indicates whether or not the gateway settings based authorization is enabled.
 - Password string
 - The gateway settings user password.
 - User
Name string - The gateway settings user name.
 
- is
Credential StringEnabled  - Indicates whether or not the gateway settings based authorization is enabled.
 - password String
 - The gateway settings user password.
 - user
Name String - The gateway settings user name.
 
- is
Credential stringEnabled  - Indicates whether or not the gateway settings based authorization is enabled.
 - password string
 - The gateway settings user password.
 - user
Name string - The gateway settings user name.
 
- is_
credential_ strenabled  - 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.
 
- is
Credential StringEnabled  - Indicates whether or not the gateway settings based authorization is enabled.
 - password String
 - The gateway settings user password.
 - user
Name String - The gateway settings user name.
 
Package Details
- Repository
 - Azure Native pulumi/pulumi-azure-native
 - License
 - Apache-2.0