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

ResourcePool 接口

public interface ResourcePool

ResourcePool 的不可变客户端表示形式。

方法摘要

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

获取完整的Name 属性:分层资源池名称。

abstract String id()

获取 id 属性:资源池 id (私有云Id:vsphereId) 。

abstract ResourcePoolInner innerModel()

获取内部 com。蔚蓝。resourcemanager。vmwarecloudsimple。流利。模型。ResourcePoolInner 对象。

abstract String location()

获取位置属性:Azure 区域。

abstract String name()

获取 name 属性:{ResourcePoolName}。

abstract String privateCloudId()

获取私有云ID 属性:私有云 ID。

abstract String type()

获取类型属性:{resourceProviderNamespace}/{resourceType}。

方法详细信息

fullName

public abstract String fullName()

获取 fullName 属性:分层资源池名称。

Returns:

fullName 值。

id

public abstract String id()

获取 id 属性:资源池 id (privateCloudId:vsphereId) 。

Returns:

id 值。

innerModel

public abstract ResourcePoolInner innerModel()

获取内部 com.azure.resourcemanager.vmwarecloudsimple.fluent.models.ResourcePoolInner 对象。

Returns:

内部对象。

location

public abstract String location()

获取位置属性:Azure 区域。

Returns:

位置值。

name

public abstract String name()

获取 name 属性:{ResourcePoolName}。

Returns:

名称值。

privateCloudId

public abstract String privateCloudId()

获取 privateCloudId 属性:私有云 ID。

Returns:

privateCloudId 值。

type

public abstract String type()

获取类型属性:{resourceProviderNamespace}/{resourceType}。

Returns:

类型值。

适用于