Freigeben über


EndpointDeploymentPropertiesBase interface

Base definition for endpoint deployment.

Properties

codeConfiguration

Code configuration for the endpoint deployment.

description

Description of the endpoint deployment.

environmentId

ARM resource ID or AssetId of the environment specification for the endpoint deployment.

environmentVariables

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}