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.73.0 published on Wednesday, Nov 20, 2024 by Pulumi
azure-native.hdinsight.getClusterGatewaySettings
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.73.0 published on Wednesday, Nov 20, 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, 2024-08-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 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.73.0 published on Wednesday, Nov 20, 2024 by Pulumi