Get Automation Account Result
data class GetAutomationAccountResult(val automationHybridServiceUrl: String? = null, val azureApiVersion: String, 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
constructor(automationHybridServiceUrl: String? = null, azureApiVersion: String, 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)
Properties
Link copied to clipboard
URL of automation hybrid service which is used for hybrid worker on-boarding.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Gets the creation time.
Link copied to clipboard
Gets or sets the description.
Link copied to clipboard
Indicates whether requests using non-AAD authentication are blocked
Link copied to clipboard
Encryption properties for the automation account
Link copied to clipboard
Identity for the resource.
Link copied to clipboard
Gets or sets the last modified by.
Link copied to clipboard
Gets the last modified time.
Link copied to clipboard
List of Automation operations supported by the Automation resource provider.
Link copied to clipboard
Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet
Link copied to clipboard
Gets or sets the SKU of account.
Link copied to clipboard
Resource system metadata.