DeployedServiceReplicaDetail.ServiceKind Property
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.
Gets the type of the service
public System.Fabric.Query.ServiceKind ServiceKind { get; }
member this.ServiceKind : System.Fabric.Query.ServiceKind
Public ReadOnly Property ServiceKind As ServiceKind
Property Value
The service kind representing the type of the service this replica belongs to
Remarks
Based on the value of this property this object can be downcasted to DeployedStatefulServiceReplicaDetail or DeployedStatelessServiceInstanceDetail
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET