GetFrontdoorProfileResult

data class GetFrontdoorProfileResult(val id: String, val identity: GetFrontdoorProfileIdentity? = null, val name: String, val resourceGroupName: String, val resourceGuid: String, val responseTimeoutSeconds: Int, val skuName: String, val tags: Map<String, String>)

A collection of values returned by getFrontdoorProfile.

Constructors

Link copied to clipboard
constructor(id: String, identity: GetFrontdoorProfileIdentity? = null, name: String, resourceGroupName: String, resourceGuid: String, responseTimeoutSeconds: Int, skuName: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The UUID of the Front Door Profile which will be sent in the HTTP Header as the X-Azure-FDID attribute.

Link copied to clipboard

Specifies the maximum response timeout in seconds.

Link copied to clipboard

Specifies the SKU for this Front Door Profile.

Link copied to clipboard

Specifies a mapping of Tags assigned to this Front Door Profile.