Get Hub Result
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.
Properties
Link copied to clipboard
API endpoint URL of the hub.
Link copied to clipboard
Billing settings of the hub.
Link copied to clipboard
Provisioning state of the hub.
Link copied to clipboard
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
Web endpoint URL of the hub.