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 SourceIdentityIds
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 |
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 |