Docs Menu
Docs Home
/ /
Atlas CLI
/ / / /

Atlas privateEndpoints Azure interfaces delete

項目一覧

  • 構文
  • Arguments
  • オプション
  • 継承されたオプション
  • 出力

指定された Azure プライベート エンドポイント インターフェイスと関連サービスをプロジェクトから削除します。

このコマンドを使用するには、プロジェクト オーナーのユーザー アカウントまたは API キーで認証する必要があります。

コマンド構文
atlas privateEndpoints azure interfaces delete <privateEndpointResourceId> [options]
名前
タイプ
必須
説明
privateEndpointResourceId
string
true
内の プライベートエンドポイント stringインターフェイスを識別する一意の 。AzureAzure
名前
タイプ
必須
説明
--endpointServiceId
string
false
内のプライベートエンドポイントを識別する一意の 24 文字の英数字stringAtlas 。
-- force
false
要求されたアクションを続行する前に確認プロンプトをスキップするかどうかを示すフラグ。
-h, --help
false
削除のヘルプ
--projectId
string
false
使用するプロジェクトを識別する 16 進数の string。 このオプションは、構成ファイルまたは環境変数の 設定を上書きします。
名前
タイプ
必須
説明
-P, --profile
string
false
構成ファイルから使用するプロファイルの名前。 Atlas CLI のプロファイルについては、 https://docub.mongodb.org/core/atlas-cli-save- connection-settings を参照してください。

コマンドが成功すると、CLI は次のサンプルのような出力を返します。 括弧内の値は 値を表します。

Interface endpoint '<Name>' deleted
# Remove the Azure private endpoint interface with the ID /subscriptions/4e133d35-e734-4385-a565-c0945567ae346/resourceGroups/rg_95847a959b876e255dbb9b33_dfragd7w/providers/Microsoft.Network/privateEndpoints/cli-test in Azure from the project with the ID 5e2211c17a3e5a48f5497de3:
atlas privateEndpoints azure interfaces delete /subscriptions/4e133d35-e734-4385-a565-c0945567ae346/resourceGroups/rg_95847a959b876e255dbb9b33_dfragd7w/providers/Microsoft.Network/privateEndpoints/cli-test --projectId 5e2211c17a3e5a48f5497de3

戻る

create