Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CodePackage

Package version

Class representing a CodePackage.

Hierarchy

  • CodePackage

Index

Constructors

Methods

Constructors

constructor

Methods

getContainerLogs

  • getContainerLogs(resourceGroupName: string, applicationResourceName: string, serviceResourceName: string, replicaName: string, codePackageName: string, options?: Models.CodePackageGetContainerLogsOptionalParams): Promise<Models.CodePackageGetContainerLogsResponse>
  • getContainerLogs(resourceGroupName: string, applicationResourceName: string, serviceResourceName: string, replicaName: string, codePackageName: string, callback: msRest.ServiceCallback<ContainerLogs>): void
  • getContainerLogs(resourceGroupName: string, applicationResourceName: string, serviceResourceName: string, replicaName: string, codePackageName: string, options: CodePackageGetContainerLogsOptionalParams, callback: msRest.ServiceCallback<ContainerLogs>): void
  • Gets the logs for the container of the specified code package of the service replica.

    summary

    Gets the logs from the container.

    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.

    • Optional options: Models.CodePackageGetContainerLogsOptionalParams

    Returns Promise<Models.CodePackageGetContainerLogsResponse>

    Promise<Models.CodePackageGetContainerLogsResponse>

  • 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.

    • callback: msRest.ServiceCallback<ContainerLogs>

      The callback

    Returns void

  • 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 optional parameters

    • callback: msRest.ServiceCallback<ContainerLogs>

      The callback

    Returns void

Generated using TypeDoc