次の方法で共有


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

定義

サポート チケットを作成するための特定の Azure サービスを取得します。

  • 要求パス/プロバイダー/Microsoft.Support/services/{serviceName}
  • 操作IdServices_Get
public virtual Azure.Response<Azure.ResourceManager.Support.SupportAzureServiceResource> Get (string serviceName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Support.SupportAzureServiceResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Support.SupportAzureServiceResource>
Public Overridable Function Get (serviceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SupportAzureServiceResource)

パラメーター

serviceName
String

Azure サービスの名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

serviceName が null です。

適用対象