Operations Interface
public interface Operations
Resource collection API of Operations.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
list()
Lists all of the available Microsoft. |
abstract
Paged |
list(Context context)
Lists all of the available Microsoft. |
Method Details
list
public abstract PagedIterable
Lists all of the available Microsoft.Devices REST API operations.
Returns:
result of the request to list provisioning service operations.
list
public abstract PagedIterable
Lists all of the available Microsoft.Devices REST API operations.
Parameters:
context
- The context to associate with this operation.
Returns:
result of the request to list provisioning service operations.
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