RestartDeployedCodePackageResult Class

Definition

Returns Restart deployed code package result object.

[System.Serializable]
public class RestartDeployedCodePackageResult
[<System.Serializable>]
type RestartDeployedCodePackageResult = class
Public Class RestartDeployedCodePackageResult
Inheritance
RestartDeployedCodePackageResult
Attributes

Remarks

This class returns nodeName, applicationName, serviceManifestName, codePackageName, codePackageInstanceId and SelectedReplica information for which the deployed code package action was called. ReplicaSelector will be none in case application is selecetd using nodename, application name, service manifest, code package name, and code package instance id.

Properties

ApplicationName

Gets Application name.

CodePackageInstanceId

Gets code package instance id.

CodePackageName

Gets code package name.

NodeName

Gets node name.

SelectedReplica

Gets selected replica.

ServiceManifestName

Gets service manifest name.

ServicePackageActivationId

Gets the ActivationId of service package.

Methods

ToString()

Formats the data inside RestartDeployedCodePackageResult as a string.

Applies to