你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PackageDescription Class

  • java.lang.Object
    • system.fabric.description.PackageDescription

public class PackageDescription

Represents a base class for all package descriptions.

Constructor Summary

Constructor Description
PackageDescription(String name, String version, String serviceManifestName, String serviceManifestVersion)

Method Summary

Modifier and Type Method and Description
String getName()

Specifies the name of the package.

String getServiceManifestName()

Specifies the name of the service manifest.

String getServiceManifestVersion()

Specifies the path to the package.

String getVersion()

Specifies the version of the package.

Constructor Details

PackageDescription

public PackageDescription(String name, String version, String serviceManifestName, String serviceManifestVersion)

Parameters:

name
version
serviceManifestName
serviceManifestVersion

Method Details

getName

public String getName()

Specifies the name of the package.

Returns:

Returns String.

getServiceManifestName

public String getServiceManifestName()

Specifies the name of the service manifest.

Returns:

Returns String.

getServiceManifestVersion

public String getServiceManifestVersion()

Specifies the path to the package.

Returns:

Returns String.

getVersion

public String getVersion()

Specifies the version of the package.

Returns:

Returns String.

Applies to