CodePackage interface

Interface representing a CodePackage.

Methods

getContainerLogs(string, string, string, string, string, CodePackageGetContainerLogsOptionalParams)

Gets the logs for the container of the specified code package of the service replica.

Method Details

getContainerLogs(string, string, string, string, string, CodePackageGetContainerLogsOptionalParams)

Gets the logs for the container of the specified code package of the service replica.

function getContainerLogs(resourceGroupName: string, applicationResourceName: string, serviceResourceName: string, replicaName: string, codePackageName: string, options?: CodePackageGetContainerLogsOptionalParams): Promise<ContainerLogs>

Parameters

resourceGroupName

string

Azure resource group name

applicationResourceName

string

The identity of the application.

serviceResourceName

string

The identity of the service.

replicaName

string

Service Fabric replica name.

codePackageName

string

The name of code package of the service.

options
CodePackageGetContainerLogsOptionalParams

The options parameters.

Returns

Promise<ContainerLogs>