azure-native.hdinsight.getClusterGatewaySettings

Explore with Pulumi AI

Gets the gateway settings for the specified cluster. API Version: 2018-06-01-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