EndpointDeploymentPropertiesBase interface
Base definition for endpoint deployment.
Properties
code |
Code configuration for the endpoint deployment. |
description | Description of the endpoint deployment. |
environment |
ARM resource ID or AssetId of the environment specification for the endpoint deployment. |
environment |
Environment variables configuration for the deployment. |
properties | Property dictionary. Properties can be added, but not removed or altered. |
Property Details
codeConfiguration
Code configuration for the endpoint deployment.
codeConfiguration?: CodeConfiguration
Property Value
description
Description of the endpoint deployment.
description?: string
Property Value
string
environmentId
ARM resource ID or AssetId of the environment specification for the endpoint deployment.
environmentId?: string
Property Value
string
environmentVariables
Environment variables configuration for the deployment.
environmentVariables?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}
properties
Property dictionary. Properties can be added, but not removed or altered.
properties?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}