Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Resource

Package version

interface

An interface representing Resource. Represents an instance of an Analysis Services resource.

extends

BaseResource

Hierarchy

Index

Properties

Properties

Optional id

id: undefined | string
member

{string} [id] An identifier that represents the Analysis Services resource. NOTE: This property will not be serialized. It can only be populated by the server.

location

location: string
member

{string} location Location of the Analysis Services resource.

Optional name

name: undefined | string
member

{string} [name] The name of the Analysis Services resource. NOTE: This property will not be serialized. It can only be populated by the server.

sku

member

{ResourceSku} sku The SKU of the Analysis Services resource.

Optional tags

tags: undefined | object
member

{{ [propertyName: string]: string }} [tags] Key-value pairs of additional resource provisioning properties.

Optional type

type: undefined | string
member

{string} [type] The type of the Analysis Services resource. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc