Class UserPropertiesArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.azurenative.portal.inputs.UserPropertiesArgs
-
public final class UserPropertiesArgs extends com.pulumi.resources.ResourceArgs
The cloud shell user settings properties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UserPropertiesArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static UserPropertiesArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserPropertiesArgs.Builder
builder()
static UserPropertiesArgs.Builder
builder(UserPropertiesArgs defaults)
com.pulumi.core.Output<java.lang.String>
preferredLocation()
com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,OsType>>
preferredOsType()
com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,ShellType>>
preferredShellType()
com.pulumi.core.Output<StorageProfileArgs>
storageProfile()
com.pulumi.core.Output<TerminalSettingsArgs>
terminalSettings()
-
-
-
Field Detail
-
Empty
public static final UserPropertiesArgs Empty
-
-
Method Detail
-
preferredLocation
public com.pulumi.core.Output<java.lang.String> preferredLocation()
- Returns:
- The preferred location of the cloud shell.
-
preferredOsType
public com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,OsType>> preferredOsType()
- Returns:
- The operating system type of the cloud shell. Deprecated, use preferredShellType.
-
preferredShellType
public com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,ShellType>> preferredShellType()
- Returns:
- The shell type of the cloud shell.
-
storageProfile
public com.pulumi.core.Output<StorageProfileArgs> storageProfile()
- Returns:
- The storage profile of the user settings.
-
terminalSettings
public com.pulumi.core.Output<TerminalSettingsArgs> terminalSettings()
- Returns:
- Settings for terminal appearance.
-
builder
public static UserPropertiesArgs.Builder builder()
-
builder
public static UserPropertiesArgs.Builder builder(UserPropertiesArgs defaults)
-
-