GetHubResult

data class GetHubResult(val apiEndpoint: String, val hubBillingInfo: HubBillingInfoFormatResponse? = null, val id: String, val location: String? = null, val name: String, val provisioningState: String, val tags: Map<String, String>? = null, val tenantFeatures: Int? = null, val type: String, val webEndpoint: String)

Hub resource.

Constructors

Link copied to clipboard
constructor(apiEndpoint: String, hubBillingInfo: HubBillingInfoFormatResponse? = null, id: String, location: String? = null, name: String, provisioningState: String, tags: Map<String, String>? = null, tenantFeatures: Int? = null, type: String, webEndpoint: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

API endpoint URL of the hub.

Link copied to clipboard

Billing settings of the hub.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

Provisioning state of the hub.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard
val tenantFeatures: Int? = null

The bit flags for enabled hub features. Bit 0 is set to 1 indicates graph is enabled, or disabled if set to 0. Bit 1 is set to 1 indicates the hub is disabled, or enabled if set to 0.

Link copied to clipboard

Resource type.

Link copied to clipboard

Web endpoint URL of the hub.