
com.pulumi.azurenative.containerservice.inputs.ListManagedClusterAdminCredentialsArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.containerservice.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class ListManagedClusterAdminCredentialsArgs extends com.pulumi.resources.InvokeArgs {
public static final ListManagedClusterAdminCredentialsArgs Empty = new ListManagedClusterAdminCredentialsArgs();
/**
* The name of the resource group. The name is case insensitive.
*
*/
@Import(name="resourceGroupName", required=true)
private Output resourceGroupName;
/**
* @return The name of the resource group. The name is case insensitive.
*
*/
public Output resourceGroupName() {
return this.resourceGroupName;
}
/**
* The name of the managed cluster resource.
*
*/
@Import(name="resourceName", required=true)
private Output resourceName;
/**
* @return The name of the managed cluster resource.
*
*/
public Output resourceName() {
return this.resourceName;
}
/**
* server fqdn type for credentials to be returned
*
*/
@Import(name="serverFqdn")
private @Nullable Output serverFqdn;
/**
* @return server fqdn type for credentials to be returned
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy