Share via


DeployedServiceReplicaDetail(ServiceKind) Constructor

Definition

Instantiates a DeployedServiceReplicaDetail object with specified service kind.

protected internal DeployedServiceReplicaDetail (System.Fabric.Query.ServiceKind serviceKind);
new System.Fabric.Query.DeployedServiceReplicaDetail : System.Fabric.Query.ServiceKind -> System.Fabric.Query.DeployedServiceReplicaDetail
Protected Friend Sub New (serviceKind As ServiceKind)

Parameters

serviceKind
ServiceKind

The type of the service

Applies to