Deployments インターフェイス
実装
SupportsDeletingByResourceGroup
SupportsGettingById<展開>
SupportsGettingByName<展開>
SupportsGettingByResourceGroup<展開>
SupportsListingByResourceGroup<展開>
HasManager<com.microsoft.azure.management.resources.implementation.ResourceManager>
SupportsCreating<空白>
SupportsDeletingById
SupportsListing<展開>
public interface Deployments
extends SupportsCreating<Blank>, SupportsListing<Deployment>, SupportsListingByResourceGroup<Deployment>, SupportsGettingByName<Deployment>, SupportsGettingByResourceGroup<Deployment>, SupportsGettingById<Deployment>, SupportsDeletingById, SupportsDeletingByResourceGroup, HasManager<com.microsoft.azure.management.resources.implementation.ResourceManager>
Azure でのテンプレートデプロイへのエントリ ポイント。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
abstract boolean |
checkExistence(String resourceGroupName, String deploymentName)
リソース グループにデプロイが存在するかどうかを確認します。 |
メソッドの詳細
checkExistence
public abstract boolean checkExistence(String resourceGroupName, String deploymentName)
リソース グループにデプロイが存在するかどうかを確認します。
Parameters:
resourceGroupName
- リソース グループの名前
deploymentName
- デプロイの名前
Returns:
デプロイが存在する場合は true。false それ以外の場合
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java