你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MapsOperations 类

  • java.lang.Object
    • com.azure.resourcemanager.maps.models.MapsOperations

public final class MapsOperations

可用于地图的操作集。

构造函数摘要

构造函数 说明
MapsOperations()

创建 MapsOperations 类的实例。

方法摘要

修饰符和类型 方法和描述
String nextLink()

获取下一个Link 属性:URL 客户端应使用 来提取每个服务器端分页) (下一页。

void validate()

验证实例。

List<OperationDetailInner> value()

获取值属性:可用于 Maps 的操作。

MapsOperations withNextLink(String nextLink)

设置下一个Link 属性:URL 客户端应使用 按服务器端分页) 提取下一页 (。

方法继承自 java.lang.Object

构造函数详细信息

MapsOperations

public MapsOperations()

创建 MapsOperations 类的实例。

方法详细信息

nextLink

public String nextLink()

获取 nextLink 属性:URL 客户端应使用 来提取每个服务器端分页) (的下一页。 它目前为 null,已添加供将来使用。

Returns:

nextLink 值。

validate

public void validate()

验证实例。

value

public List value()

获取值属性:可用于 Maps 的操作。

Returns:

值。

withNextLink

public MapsOperations withNextLink(String nextLink)

设置 nextLink 属性:URL 客户端应使用 来提取每个服务器端分页) 的下一页 (。 它目前为 null,已添加供将来使用。

Parameters:

nextLink - 要设置的 nextLink 值。

Returns:

MapsOperations 对象本身。

适用于