VirtualNetwork インターフェイス

public interface VirtualNetwork

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

メソッドの概要

修飾子と型 メソッドと説明
abstract Boolean assignable()

割り当て可能なプロパティを取得します。vm の作成/削除で使用できます。

abstract String id()

id プロパティを取得します。 仮想ネットワーク ID (プライベートクラウドID:vsphereId)。

abstract VirtualNetworkInner innerModel()

内部 com を取得します。Azure。Resourcemanager。vmwarecloudsimple。流暢。モデル。VirtualNetworkInner オブジェクト。

abstract String location()

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

abstract String name()

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

abstract String privateCloudId()

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

abstract String type()

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

メソッドの詳細

assignable

public abstract Boolean assignable()

割り当て可能なプロパティを取得します。vm の作成/削除で使用できます。

Returns:

割り当て可能な値。

id

public abstract String id()

id プロパティを取得します。 仮想ネットワーク ID (privateCloudId:vsphereId)。

Returns:

id 値。

innerModel

public abstract VirtualNetworkInner innerModel()

内部 com.azure.resourcemanager.vmwarecloudsimple.fluent.models.VirtualNetworkInner オブジェクトを取得します。

Returns:

内部オブジェクト。

location

public abstract String location()

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

Returns:

場所の値。

name

public abstract String name()

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

Returns:

名前の値。

privateCloudId

public abstract String privateCloudId()

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

Returns:

privateCloudId 値。

type

public abstract String type()

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

Returns:

型の値。

適用対象