Get Profile Result
data class GetProfileResult(val extendedProperties: Map<String, String>, val frontDoorId: String, val id: String, val identity: ManagedServiceIdentityResponse? = null, val kind: String, val location: String, val name: String, val originResponseTimeoutSeconds: Int? = null, val provisioningState: String, val resourceState: String, val sku: SkuResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
A profile is a logical grouping of endpoints that share the same settings.
Constructors
Link copied to clipboard
fun GetProfileResult(extendedProperties: Map<String, String>, frontDoorId: String, id: String, identity: ManagedServiceIdentityResponse? = null, kind: String, location: String, name: String, originResponseTimeoutSeconds: Int? = null, provisioningState: String, resourceState: String, sku: SkuResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)