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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET