次の方法で共有


KubeEnvironmentCollection.Get(String, CancellationToken) メソッド

定義

「Kubernetes Environment のプロパティを取得する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/kubeEnvironments/{name}
  • 操作IdKubeEnvironments_Get
public virtual Azure.Response<Azure.ResourceManager.AppService.KubeEnvironmentResource> Get (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.KubeEnvironmentResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.KubeEnvironmentResource>
Public Overridable Function Get (name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of KubeEnvironmentResource)

パラメーター

name
String

Kubernetes 環境の名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

name は空の文字列であり、空でないと予想されていました。

name が null です。

適用対象