Get Automation Account Result
data class GetAutomationAccountResult(val automationHybridServiceUrl: String? = null, val creationTime: String, val description: String? = null, val disableLocalAuth: Boolean? = null, val encryption: EncryptionPropertiesResponse? = null, val etag: String? = null, val id: String, val identity: IdentityResponse? = null, val lastModifiedBy: String? = null, val lastModifiedTime: String, val location: String? = null, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, val publicNetworkAccess: Boolean? = null, val sku: SkuResponse? = null, val state: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Definition of the automation account type.
Constructors
Link copied to clipboard
fun GetAutomationAccountResult(automationHybridServiceUrl: String? = null, creationTime: String, description: String? = null, disableLocalAuth: Boolean? = null, encryption: EncryptionPropertiesResponse? = null, etag: String? = null, id: String, identity: IdentityResponse? = null, lastModifiedBy: String? = null, lastModifiedTime: String, location: String? = null, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, publicNetworkAccess: Boolean? = null, sku: SkuResponse? = null, state: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)