DeploymentResourceWhatIfPrediction interface
A prediction for a deployment resource by its symbolic name path.
Properties
| api |
The predicted API version. |
| extension | The predicted extension usage. |
| identifiers | The predicted extensible resource identifiers. |
| resource |
The predicted fully-qualified Azure resource ID. |
| resource |
The predicted resource type. |
| symbolic |
The symbolic name path to the resource in the deployment template, including nested deployment(s) and extension if applicable. |
Property Details
apiVersion
The predicted API version.
apiVersion?: string
Property Value
string
extension
The predicted extension usage.
extension?: DeploymentExtensionDefinition
Property Value
identifiers
The predicted extensible resource identifiers.
identifiers?: any
Property Value
any
resourceId
The predicted fully-qualified Azure resource ID.
resourceId?: string
Property Value
string
resourceType
The predicted resource type.
resourceType?: string
Property Value
string
symbolicNamePath
The symbolic name path to the resource in the deployment template, including nested deployment(s) and extension if applicable.
symbolicNamePath: string[]
Property Value
string[]