ExpressRoutePortIdentity

data class ExpressRoutePortIdentity(val identityIds: List<String>, val type: String)

Constructors

Link copied to clipboard
fun ExpressRoutePortIdentity(identityIds: List<String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies a list of User Assigned Managed Identity IDs to be assigned to this Express Route Port.

Link copied to clipboard

Specifies the type of Managed Service Identity that should be configured on this Express Route Port. Only possible value is UserAssigned.