CustomizationPolicy インターフェイス

public interface CustomizationPolicy

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

メソッドの概要

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

description プロパティ (ポリシーの説明) を取得します。

abstract String id()

id プロパティを取得します。 カスタマイズ ポリシー azure id。

abstract CustomizationPolicyInner innerModel()

内部 com を取得します。Azure。Resourcemanager。vmwarecloudsimple。流暢。モデル。カスタマイズポリシーの内部オブジェクト。

abstract String location()

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

abstract String name()

name プロパティを取得します:カスタマイズ ポリシー名。

abstract String privateCloudId()

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

abstract CustomizationSpecification specification()

仕様プロパティを取得します。詳細なカスタマイズ ポリシーの仕様です。

abstract String type()

type プロパティを取得します。type プロパティです。

abstract CustomizationPolicyPropertiesType typePropertiesType()

Properties Type プロパティの種類を取得します。カスタマイズの種類 (Linux または Windows)。

abstract String version()

version プロパティを取得します。ポリシー のバージョン。

メソッドの詳細

description

public abstract String description()

description プロパティ (ポリシーの説明) を取得します。

Returns:

説明の値。

id

public abstract String id()

id プロパティを取得します。 カスタマイズ ポリシー azure id。

Returns:

id 値。

innerModel

public abstract CustomizationPolicyInner innerModel()

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

Returns:

内部オブジェクト。

location

public abstract String location()

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

Returns:

場所の値。

name

public abstract String name()

name プロパティを取得します:カスタマイズ ポリシー名。

Returns:

名前の値。

privateCloudId

public abstract String privateCloudId()

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

Returns:

privateCloudId 値。

specification

public abstract CustomizationSpecification specification()

仕様プロパティを取得します。詳細なカスタマイズ ポリシーの仕様です。

Returns:

仕様値。

type

public abstract String type()

type プロパティを取得します。type プロパティです。

Returns:

型の値。

typePropertiesType

public abstract CustomizationPolicyPropertiesType typePropertiesType()

typePropertiesType プロパティを取得します。カスタマイズの種類 (Linux または Windows)。

Returns:

typePropertiesType 値。

version

public abstract String version()

version プロパティを取得します。ポリシー のバージョン。

Returns:

バージョン値。

適用対象