Class ApplicationState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Batch
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationState : ResourceArgs
Constructors
View SourceApplicationState()
Declaration
public ApplicationState()
Properties
View SourceAccountName
The name of the Batch account. Changing this forces a new resource to be created.
Declaration
public Input<string> AccountName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AllowUpdates
A value indicating whether packages within the application may be overwritten using the same version string. Defaults to true.
Declaration
public Input<bool> AllowUpdates { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
DefaultVersion
The package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package.
Declaration
public Input<string> DefaultVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DisplayName
The display name for the application.
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the application. This must be unique within the account. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group that contains the Batch account. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |