Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Hub

Package version

interface

An interface representing Hub. Hub resource.

extends

Resource

Hierarchy

Index

Properties

Optional apiEndpoint

apiEndpoint: undefined | string
member

{string} [apiEndpoint] API endpoint URL of the hub. NOTE: This property will not be serialized. It can only be populated by the server.

Optional hubBillingInfo

hubBillingInfo: HubBillingInfoFormat
member

{HubBillingInfoFormat} [hubBillingInfo] Billing settings of the hub.

Optional id

id: undefined | string
member

{string} [id] Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

Optional location

location: undefined | string
member

{string} [location] Resource location.

Optional name

name: undefined | string
member

{string} [name] Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: undefined | string
member

{string} [provisioningState] Provisioning state of the hub. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tags

tags: undefined | object
member

{{ [propertyName: string]: string }} [tags] Resource tags.

Optional tenantFeatures

tenantFeatures: undefined | number
member

{number} [tenantFeatures] 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.

Optional type

type: undefined | string
member

{string} [type] Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Optional webEndpoint

webEndpoint: undefined | string
member

{string} [webEndpoint] Web endpoint URL of the hub. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc