Show / Hide Table of Contents

Class ApplicationGatewayIdentityArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApplicationGatewayIdentityArgs
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.Network.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayIdentityArgs : ResourceArgs

Constructors

View Source

ApplicationGatewayIdentityArgs()

Declaration
public ApplicationGatewayIdentityArgs()

Properties

View Source

IdentityIds

Specifies a list with a single user managed identity id to be assigned to the Application Gateway.

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

Type

The Managed Service Identity Type of this Application Gateway. The only possible value is UserAssigned. Defaults to UserAssigned.

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