次の方法で共有


MonitorExtensions.GetLogProfile メソッド

定義

ログ プロファイルを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName}
  • 操作IdLogProfiles_Get
public static Azure.Response<Azure.ResourceManager.Monitor.LogProfileResource> GetLogProfile (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string logProfileName, System.Threading.CancellationToken cancellationToken = default);
static member GetLogProfile : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Monitor.LogProfileResource>
<Extension()>
Public Function GetLogProfile (subscriptionResource As SubscriptionResource, logProfileName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of LogProfileResource)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行されるインスタンス。

logProfileName
String

ログ プロファイルの名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

logProfileName が null です。

適用対象