LogsIngestionEndpointSpec コンストラクター

定義

オーバーロード

LogsIngestionEndpointSpec()

LogsIngestionEndpointSpec クラスの新しいインスタンスを初期化します。

LogsIngestionEndpointSpec(String)

LogsIngestionEndpointSpec クラスの新しいインスタンスを初期化します。

LogsIngestionEndpointSpec()

LogsIngestionEndpointSpec クラスの新しいインスタンスを初期化します。

public LogsIngestionEndpointSpec ();
Public Sub New ()

適用対象

LogsIngestionEndpointSpec(String)

LogsIngestionEndpointSpec クラスの新しいインスタンスを初期化します。

public LogsIngestionEndpointSpec (string endpoint = default);
new Microsoft.Azure.Management.Monitor.Models.LogsIngestionEndpointSpec : string -> Microsoft.Azure.Management.Monitor.Models.LogsIngestionEndpointSpec
Public Sub New (Optional endpoint As String = Nothing)

パラメーター

endpoint
String

終点。 このプロパティは読み取り専用です。

適用対象