Partager via


EdgeNodesClient Interface

public interface EdgeNodesClient

An instance of this class provides access to all the operations defined in EdgeNodesClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<EdgeNodeInner> list()

Edgenodes are the global Point of Presence (POP) locations used to deliver CDN content to end users.

abstract PagedIterable<EdgeNodeInner> list(Context context)

Edgenodes are the global Point of Presence (POP) locations used to deliver CDN content to end users.

abstract PagedFlux<EdgeNodeInner> listAsync()

Edgenodes are the global Point of Presence (POP) locations used to deliver CDN content to end users.

Method Details

list

public abstract PagedIterable list()

Edgenodes are the global Point of Presence (POP) locations used to deliver CDN content to end users.

Returns:

result of the request to list CDN edgenodes as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(Context context)

Edgenodes are the global Point of Presence (POP) locations used to deliver CDN content to end users.

Parameters:

context - The context to associate with this operation.

Returns:

result of the request to list CDN edgenodes as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync()

Edgenodes are the global Point of Presence (POP) locations used to deliver CDN content to end users.

Returns:

result of the request to list CDN edgenodes as paginated response with PagedFlux<T>.

Applies to