ServiceProperties interface

Describes properties of a service resource.

Properties

autoScalingPolicies

Auto scaling policies

description

User readable description of the service.

healthState

Describes the health state of an application resource. NOTE: This property will not be serialized. It can only be populated by the server.

replicaCount

The number of replicas of the service to create. Defaults to 1 if not specified.

status

Status of the service. NOTE: This property will not be serialized. It can only be populated by the server.

statusDetails

Gives additional information about the current status of the service. NOTE: This property will not be serialized. It can only be populated by the server.

unhealthyEvaluation

When the service's health state is not 'Ok', this additional details from service fabric Health Manager for the user to know why the service is marked unhealthy. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

autoScalingPolicies

Auto scaling policies

autoScalingPolicies?: AutoScalingPolicy[]

Property Value

description

User readable description of the service.

description?: string

Property Value

string

healthState

Describes the health state of an application resource. NOTE: This property will not be serialized. It can only be populated by the server.

healthState?: string

Property Value

string

replicaCount

The number of replicas of the service to create. Defaults to 1 if not specified.

replicaCount?: number

Property Value

number

status

Status of the service. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string

statusDetails

Gives additional information about the current status of the service. NOTE: This property will not be serialized. It can only be populated by the server.

statusDetails?: string

Property Value

string

unhealthyEvaluation

When the service's health state is not 'Ok', this additional details from service fabric Health Manager for the user to know why the service is marked unhealthy. NOTE: This property will not be serialized. It can only be populated by the server.

unhealthyEvaluation?: string

Property Value

string