DeployedServiceReplica Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the view of a replica on a node.
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Query.DeployedStatefulServiceReplica))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Query.DeployedStatelessServiceInstance))]
public abstract class DeployedServiceReplica
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Query.DeployedStatefulServiceReplica))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Query.DeployedStatelessServiceInstance))>]
type DeployedServiceReplica = class
Public MustInherit Class DeployedServiceReplica
- Inheritance
-
DeployedServiceReplica
- Derived
- Attributes
Constructors
DeployedServiceReplica(ServiceKind) |
Initializes a new instance of the DeployedServiceReplica class. |
Properties
Address |
The last address returned by the replica in Open or ChangeRole. |
CodePackageName |
The name of the code package that hosts this replica. |
HostProcessId |
The host process id. |
Partitionid |
The partition id for this replia. |
ReplicaStatus |
The status of the replica. |
ServiceKind |
The type of the replica (Stateful or Stateless). |
ServiceManifestName |
The name of the service package that contains the code package hosting this replica. |
ServiceManifestVersion |
Obsolete.
The version of the service manifest. |
ServiceName |
The name of the service. |
ServicePackageActivationId |
The ActivationId of service package. |
ServiceTypeName |
The name of the service type. |
Applies to
Azure SDK for .NET