ReliableState Interface
public interface ReliableState
Defines methods for interacting with all reliable state in Service Fabric.
Method Summary
Modifier and Type | Method and Description |
---|---|
URI |
getName()
Gets a value indicating the unique name for ReliableState |
Method Details
getName
public URI getName()
Gets a value indicating the unique name for ReliableState
Returns:
The name of the ReliableState instance.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java