ServiceResourceDescription interface
- Extends
Properties
auto |
Auto scaling policies |
code |
|
description | User readable description of the service. |
diagnostics | Reference to sinks in |
health |
Describes the health state of an |
network |
The names of the private networks |
os |
|
provisioning |
State of the resource. |
replica |
The number of replicas of the service to |
status | Status of the service. Possible values |
status |
Gives additional information about the |
unhealthy |
When the service's health state is |
Inherited Properties
id | Fully qualified identifier for the resource. Ex - |
name | The name of the resource |
type | The type of the resource. Ex- |
Property Details
autoScalingPolicies
codePackages
description
User readable description of the service.
description?: string
Property Value
string
diagnostics
healthState
networkRefs
osType
provisioningState
State of the resource.
provisioningState?: string
Property Value
string
replicaCount
The number of replicas of the service to
replicaCount?: number
Property Value
number
status
statusDetails
Gives additional information about the
statusDetails?: string
Property Value
string
unhealthyEvaluation
When the service's health state is
unhealthyEvaluation?: string
Property Value
string
Inherited Property Details
id
Fully qualified identifier for the resource. Ex -
id?: string
Property Value
string
Inherited From ManagedProxyResource.id
name
The name of the resource
name?: string
Property Value
string
Inherited From ManagedProxyResource.name
type
The type of the resource. Ex-
type?: string
Property Value
string
Inherited From ManagedProxyResource.type