AccountPrivateEndpointConnection

data class AccountPrivateEndpointConnection(val id: String? = null, val name: String? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ID of the Automation Account.

Link copied to clipboard
val name: String? = null

Specifies the name of the Automation Account. Changing this forces a new resource to be created.