Rendering コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Rendering() |
Rendering クラスの新しいインスタンスを初期化します。 |
Rendering(Nullable<RenderingType>, String, String) |
Rendering クラスの新しいインスタンスを初期化します。 |
Rendering()
Rendering クラスの新しいインスタンスを初期化します。
public Rendering ();
Public Sub New ()
適用対象
Rendering(Nullable<RenderingType>, String, String)
Rendering クラスの新しいインスタンスを初期化します。
public Rendering (Microsoft.Azure.Management.AppService.Fluent.Models.RenderingType? type = default, string title = default, string description = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.Rendering : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.RenderingType> * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.Rendering
Public Sub New (Optional type As Nullable(Of RenderingType) = Nothing, Optional title As String = Nothing, Optional description As String = Nothing)
パラメーター
- type
- Nullable<RenderingType>
レンダリングの種類。 使用できる値は、'NoGraph'、'Table'、'TimeSeries'、'TimeSeriesPerInstance' です。
- title
- String
データのタイトル
- description
- String
解釈に役立つデータの説明
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET