Show / Hide Table of Contents

Class ApplicationGatewayIdentity

Inheritance
System.Object
ApplicationGatewayIdentity
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.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayIdentity

Fields

View Source

IdentityIds

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

Declaration
public readonly string IdentityIds
Field Value
Type Description
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 readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.