Operations Interface
public interface Operations
Resource collection API of Operations.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
list()
List all operations provided by Nginx. |
abstract
Paged |
list(Context context)
List all operations provided by Nginx. |
Method Details
list
public abstract PagedIterable
List all operations provided by Nginx.NginxPlus for the 2023-04-01 api version.
Returns:
result of GET request to list Nginx.NginxPlus operations as paginated response with
PagedIterable<T>.
list
public abstract PagedIterable
List all operations provided by Nginx.NginxPlus for the 2023-04-01 api version.
Parameters:
context
- The context to associate with this operation.
Returns:
result of GET request to list Nginx.NginxPlus operations as paginated response with
PagedIterable<T>.
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 Java