Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IoTSpacesProperties

Package version

interface

An interface representing IoTSpacesProperties. The properties of an IoTSpaces instance.

Hierarchy

  • IoTSpacesProperties

Index

Properties

Optional managementApiUrl

managementApiUrl: undefined | string
member

{string} [managementApiUrl] The management Api endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: ProvisioningState
member

{ProvisioningState} [provisioningState] The provisioning state. Possible values include: 'Provisioning', 'Deleting', 'Succeeded', 'Failed', 'Canceled' NOTE: This property will not be serialized. It can only be populated by the server.

Optional storageContainer

storageContainer: StorageContainerProperties
member

{StorageContainerProperties} [storageContainer] The properties of the designated storage container.

Optional webPortalUrl

webPortalUrl: undefined | string
member

{string} [webPortalUrl] The management UI endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc