Class ApplicationGatewayIdentityArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayIdentityArgs : ResourceArgs
Constructors
View SourceApplicationGatewayIdentityArgs()
Declaration
public ApplicationGatewayIdentityArgs()
Properties
View SourceIdentityIds
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> |
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> |