Show / Hide Table of Contents

Class GetPoolStartTaskUserIdentityArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetPoolStartTaskUserIdentityArgs
Inherited Members
InvokeArgs.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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetPoolStartTaskUserIdentityArgs : InvokeArgs

Constructors

View Source

GetPoolStartTaskUserIdentityArgs()

Declaration
public GetPoolStartTaskUserIdentityArgs()

Properties

View Source

AutoUsers

A auto_user block that describes the user identity under which the start task runs.

Declaration
public List<GetPoolStartTaskUserIdentityAutoUserArgs> AutoUsers { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetPoolStartTaskUserIdentityAutoUserArgs>
View Source

UserName

The user name to log into the registry server.

Declaration
public string UserName { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.