ConnectivityStatusContract interface
Details about connectivity to a resource.
Properties
error | Error details of the connectivity to the resource. |
is |
Whether this is optional. |
last |
The date when the resource connectivity status last Changed from success to failure or vice-versa. The date conforms to the following format: |
last |
The date when the resource connectivity status was last updated. This status should be updated every 15 minutes. If this status has not been updated, then it means that the service has lost network connectivity to the resource, from inside the Virtual Network.The date conforms to the following format: |
name | The hostname of the resource which the service depends on. This can be the database, storage or any other azure resource on which the service depends upon. |
resource |
Resource Type. |
status | Resource Connectivity Status Type identifier. |
Property Details
error
Error details of the connectivity to the resource.
error?: string
Property Value
string
isOptional
Whether this is optional.
isOptional: boolean
Property Value
boolean
lastStatusChange
The date when the resource connectivity status last Changed from success to failure or vice-versa. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ
as specified by the ISO 8601 standard.
lastStatusChange: Date
Property Value
Date
lastUpdated
The date when the resource connectivity status was last updated. This status should be updated every 15 minutes. If this status has not been updated, then it means that the service has lost network connectivity to the resource, from inside the Virtual Network.The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ
as specified by the ISO 8601 standard.
lastUpdated: Date
Property Value
Date
name
The hostname of the resource which the service depends on. This can be the database, storage or any other azure resource on which the service depends upon.
name: string
Property Value
string
resourceType
Resource Type.
resourceType: string
Property Value
string
status
Resource Connectivity Status Type identifier.
status: string
Property Value
string