Service interface

Defines a service.

Extends

Properties

name

Name of the service.

serviceUnits

The detailed information about the units that make up the service.

Inherited Properties

targetLocation

The Azure location to which the resources in the service belong to or should be deployed to.

targetSubscriptionId

The subscription to which the resources in the service belong to or should be deployed to.

Property Details

name

Name of the service.

name?: string

Property Value

string

serviceUnits

The detailed information about the units that make up the service.

serviceUnits?: ServiceUnit[]

Property Value

Inherited Property Details

targetLocation

The Azure location to which the resources in the service belong to or should be deployed to.

targetLocation: string

Property Value

string

Inherited From ServiceProperties.targetLocation

targetSubscriptionId

The subscription to which the resources in the service belong to or should be deployed to.

targetSubscriptionId: string

Property Value

string

Inherited From ServiceProperties.targetSubscriptionId