Show / Hide Table of Contents

Class ApplicationState

Inheritance
System.Object
InputArgs
ResourceArgs
ApplicationState
Inherited Members
ResourceArgs.Empty
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 Source

ApplicationState()

Declaration
public ApplicationState()

Properties

View Source

AccountName

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>
View Source

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>
View Source

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>
View Source

DisplayName

The display name for the application.

Declaration
public Input<string> DisplayName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.