
com.pulumi.azurenative.portal.UserSettingsWithLocationArgs 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.portal;
import com.pulumi.azurenative.portal.inputs.UserPropertiesArgs;
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 UserSettingsWithLocationArgs extends com.pulumi.resources.ResourceArgs {
public static final UserSettingsWithLocationArgs Empty = new UserSettingsWithLocationArgs();
/**
* The provider location
*
*/
@Import(name="location", required=true)
private Output location;
/**
* @return The provider location
*
*/
public Output location() {
return this.location;
}
/**
* The cloud shell user settings properties.
*
*/
@Import(name="properties", required=true)
private Output properties;
/**
* @return The cloud shell user settings properties.
*
*/
public Output properties() {
return this.properties;
}
/**
* The name of the user settings
*
*/
@Import(name="userSettingsName")
private @Nullable Output userSettingsName;
/**
* @return The name of the user settings
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy