Delen via


EndpointDeploymentPropertiesBase interface

Basisdefinitie voor eindpuntimplementatie.

Eigenschappen

codeConfiguration

Codeconfiguratie voor de eindpuntimplementatie.

description

Beschrijving van de eindpuntimplementatie.

environmentId

ARM-resource-id of AssetId van de omgevingsspecificatie voor de eindpuntimplementatie.

environmentVariables

Configuratie van omgevingsvariabelen voor de implementatie.

properties

Eigenschappenwoordenlijst. Eigenschappen kunnen worden toegevoegd, maar niet worden verwijderd of gewijzigd.

Eigenschapdetails

codeConfiguration

Codeconfiguratie voor de eindpuntimplementatie.

codeConfiguration?: CodeConfiguration

Waarde van eigenschap

description

Beschrijving van de eindpuntimplementatie.

description?: string

Waarde van eigenschap

string

environmentId

ARM-resource-id of AssetId van de omgevingsspecificatie voor de eindpuntimplementatie.

environmentId?: string

Waarde van eigenschap

string

environmentVariables

Configuratie van omgevingsvariabelen voor de implementatie.

environmentVariables?: {[propertyName: string]: string | null}

Waarde van eigenschap

{[propertyName: string]: string | null}

properties

Eigenschappenwoordenlijst. Eigenschappen kunnen worden toegevoegd, maar niet worden verwijderd of gewijzigd.

properties?: {[propertyName: string]: string | null}

Waarde van eigenschap

{[propertyName: string]: string | null}