次の方法で共有


CommunityGalleryImageIdentifier クラス

  • java.lang.Object
    • com.azure.resourcemanager.compute.models.CommunityGalleryImageIdentifier

public final class CommunityGalleryImageIdentifier

これは、コミュニティ ギャラリーイメージ定義識別子です。

コンストラクターの概要

コンストラクター 説明
CommunityGalleryImageIdentifier()

CommunityGalleryImage Identifier クラスのインスタンスを作成します。

メソッドの概要

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

オファー プロパティを取得します。ギャラリー イメージ定義オファーの名前。

String publisher()

publisher プロパティを取得します。ギャラリー イメージ定義パブリッシャーの名前。

String sku()

sku プロパティを取得します。ギャラリー イメージ定義 SKU の名前。

void validate()

インスタンスを検証します。

CommunityGalleryImageIdentifier withOffer(String offer)

offer プロパティを設定します。ギャラリー イメージ定義オファーの名前。

CommunityGalleryImageIdentifier withPublisher(String publisher)

publisher プロパティを設定します。ギャラリー イメージ定義パブリッシャーの名前。

CommunityGalleryImageIdentifier withSku(String sku)

sku プロパティを設定します。ギャラリー イメージ定義 SKU の名前。

メソッドの継承元: java.lang.Object

コンストラクターの詳細

CommunityGalleryImageIdentifier

public CommunityGalleryImageIdentifier()

CommunityGalleryImageIdentifier クラスのインスタンスを作成します。

メソッドの詳細

offer

public String offer()

オファー プロパティを取得します。ギャラリー イメージ定義オファーの名前。

Returns:

オファーの価値。

publisher

public String publisher()

publisher プロパティを取得します。ギャラリー イメージ定義パブリッシャーの名前。

Returns:

パブリッシャー値。

sku

public String sku()

sku プロパティを取得します。ギャラリー イメージ定義 SKU の名前。

Returns:

sku 値。

validate

public void validate()

インスタンスを検証します。

withOffer

public CommunityGalleryImageIdentifier withOffer(String offer)

offer プロパティを設定します。ギャラリー イメージ定義オファーの名前。

Parameters:

offer - 設定するオファー値。

Returns:

CommunityGalleryImageIdentifier オブジェクト自体。

withPublisher

public CommunityGalleryImageIdentifier withPublisher(String publisher)

publisher プロパティを設定します。ギャラリー イメージ定義パブリッシャーの名前。

Parameters:

publisher - 設定する発行元の値。

Returns:

CommunityGalleryImageIdentifier オブジェクト自体。

withSku

public CommunityGalleryImageIdentifier withSku(String sku)

sku プロパティを設定します。ギャラリー イメージ定義 SKU の名前。

Parameters:

sku - 設定する SKU 値。

Returns:

CommunityGalleryImageIdentifier オブジェクト自体。

適用対象