ResourcePool インターフェイス

public interface ResourcePool

ResourcePool の不変のクライアント側表現。

メソッドの概要

修飾子と型 メソッドと説明
abstract String fullName()

完全なName プロパティを取得します:階層型リソース プール名。

abstract String id()

id プロパティ (リソース プール ID (プライベートクラウドID:vsphereId) を取得します。

abstract ResourcePoolInner innerModel()

内部 com を取得します。Azure。Resourcemanager。vmwarecloudsimple。流暢。モデル。リソースプールの内部オブジェクト。

abstract String location()

location プロパティ (Azure リージョン) を取得します。

abstract String name()

name プロパティ {リソースプール名} を取得します。

abstract String privateCloudId()

プライベート クラウド ID プロパティ (プライベートクラウドID) を取得します。

abstract String type()

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()

location プロパティ (Azure リージョン) を取得します。

Returns:

場所の値。

name

public abstract String name()

name プロパティ {ResourcePoolName} を取得します。

Returns:

name 値。

privateCloudId

public abstract String privateCloudId()

privateCloudId プロパティ (プライベート クラウド ID) を取得します。

Returns:

privateCloudId 値。

type

public abstract String type()

type プロパティ {resourceProviderNamespace}/{resourceType} を取得します。

Returns:

型の値。

適用対象