GenericResource インターフェイス
実装
GroupableResource<com.microsoft.azure.management.resources.implementation.ResourceManager,com.microsoft.azure.management.resources.implementation.GenericResourceInner>
更新可能<GenericResource>
更新<更新>
public interface GenericResource
extends GroupableResource<com.microsoft.azure.management.resources.implementation.ResourceManager,com.microsoft.azure.management.resources.implementation.GenericResourceInner>, Refreshable<GenericResource>, Updatable<Update>
Azure 汎用リソースの不変のクライアント側表現。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
abstract java.lang.String | apiVersion() |
abstract java.lang.String | parentResourcePath() |
abstract Plan | plan() |
abstract java.lang.Object | properties() |
abstract java.lang.String | resourceProviderNamespace() |
abstract java.lang.String | resourceType() |
メソッドの詳細
apiVersion
public abstract String apiVersion()
Returns:
リソースの API バージョン
parentResourcePath
public abstract String parentResourcePath()
Returns:
これが子リソースの場合は、親リソースの ID
plan
public abstract Plan plan()
Returns:
リソースの計画
properties
public abstract Object properties()
Returns:
リソースのその他のプロパティ
resourceProviderNamespace
public abstract String resourceProviderNamespace()
Returns:
リソース プロバイダーの名前空間
resourceType
public abstract String resourceType()
Returns:
リソースの種類
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java