WebAppServicePlanUpdatedEventData コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
WebAppServicePlanUpdatedEventData() | |
WebAppServicePlanUpdatedEventData(AppServicePlanEventTypeDetail, WebAppServicePlanUpdatedEventDataSku, String, String, String, String, String, String) |
WebAppServicePlanUpdatedEventData()
public WebAppServicePlanUpdatedEventData ();
Public Sub New ()
適用対象
WebAppServicePlanUpdatedEventData(AppServicePlanEventTypeDetail, WebAppServicePlanUpdatedEventDataSku, String, String, String, String, String, String)
public WebAppServicePlanUpdatedEventData (Microsoft.Azure.EventGrid.Models.AppServicePlanEventTypeDetail appServicePlanEventTypeDetail = default, Microsoft.Azure.EventGrid.Models.WebAppServicePlanUpdatedEventDataSku sku = default, string name = default, string clientRequestId = default, string correlationRequestId = default, string requestId = default, string address = default, string verb = default);
new Microsoft.Azure.EventGrid.Models.WebAppServicePlanUpdatedEventData : Microsoft.Azure.EventGrid.Models.AppServicePlanEventTypeDetail * Microsoft.Azure.EventGrid.Models.WebAppServicePlanUpdatedEventDataSku * string * string * string * string * string * string -> Microsoft.Azure.EventGrid.Models.WebAppServicePlanUpdatedEventData
Public Sub New (Optional appServicePlanEventTypeDetail As AppServicePlanEventTypeDetail = Nothing, Optional sku As WebAppServicePlanUpdatedEventDataSku = Nothing, Optional name As String = Nothing, Optional clientRequestId As String = Nothing, Optional correlationRequestId As String = Nothing, Optional requestId As String = Nothing, Optional address As String = Nothing, Optional verb As String = Nothing)
パラメーター
- appServicePlanEventTypeDetail
- AppServicePlanEventTypeDetail
- name
- String
- clientRequestId
- String
- correlationRequestId
- String
- requestId
- String
- address
- String
- verb
- String
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET