PerimeterAssociableResourceProperties interface
Properties of the perimeter associable resources.
Properties
| description | Description of the PaaS resource type. |
| display |
A friendly name for the properties of perimeter associable resources. |
| outbound |
Indicates whether the resource type supports outbound scenario. |
| public |
Public DNS zone names of the resources. |
| readiness |
The readiness state of the resource type for NSP support. |
| resource |
Resource type/provider name. |
| service |
Service tags associated with the resource provider. |
Property Details
description
Description of the PaaS resource type.
description?: string
Property Value
string
displayName
A friendly name for the properties of perimeter associable resources.
displayName?: string
Property Value
string
outboundSupported
Indicates whether the resource type supports outbound scenario.
outboundSupported?: boolean
Property Value
boolean
publicDnsZones
Public DNS zone names of the resources.
publicDnsZones?: string[]
Property Value
string[]
readinessState
The readiness state of the resource type for NSP support.
readinessState?: string
Property Value
string
resourceType
Resource type/provider name.
resourceType?: string
Property Value
string
serviceTags
Service tags associated with the resource provider.
serviceTags?: string[]
Property Value
string[]