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.hdinsight.getClusterGatewaySettings
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
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:
- 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-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