GetResourceBridgeApplianceResult

data class GetResourceBridgeApplianceResult(val distro: String, val id: String, val identities: List<GetResourceBridgeApplianceIdentity>, val infrastructureProvider: String, val location: String, val name: String, val publicKeyBase64: String, val resourceGroupName: String, val tags: Map<String, String>)

A collection of values returned by getResourceBridgeAppliance.

Constructors

Link copied to clipboard
constructor(distro: String, id: String, identities: List<GetResourceBridgeApplianceIdentity>, infrastructureProvider: String, location: String, name: String, publicKeyBase64: String, resourceGroupName: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Fabric/Infrastructure for this Arc Resource Bridge Appliance.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

An identity block as defined below.

Link copied to clipboard

The infrastructure provider about the connected Arc Resource Bridge Appliance.

Link copied to clipboard

The Azure Region where the Arc Resource Bridge Appliance exists.

Link copied to clipboard
Link copied to clipboard

RSA public key in PKCS1 format encoded in base64.

Link copied to clipboard
Link copied to clipboard

A mapping of tags assigned to the Arc Resource Bridge Appliance.