Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceProperties

Package version

interface

An interface representing ServiceProperties. Describes properties of a service resource.

Hierarchy

  • ServiceProperties

Index

Properties

Optional autoScalingPolicies

autoScalingPolicies: AutoScalingPolicy[]
member

{AutoScalingPolicy[]} [autoScalingPolicies] Auto scaling policies

Optional description

description: undefined | string
member

{string} [description] User readable description of the service.

Optional healthState

healthState: HealthState
member

{HealthState} [healthState] Describes the health state of an application resource. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown' NOTE: This property will not be serialized. It can only be populated by the server.

Optional replicaCount

replicaCount: undefined | number
member

{number} [replicaCount] The number of replicas of the service to create. Defaults to 1 if not specified.

Optional status

member

{ResourceStatus} [status] Status of the service. Possible values include: 'Unknown', 'Ready', 'Upgrading', 'Creating', 'Deleting', 'Failed' NOTE: This property will not be serialized. It can only be populated by the server.

Optional statusDetails

statusDetails: undefined | string
member

{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.

Optional unhealthyEvaluation

unhealthyEvaluation: undefined | string
member

{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.

Generated using TypeDoc