次の方法で共有


DebugSendResponse コンストラクター

定義

オーバーロード

DebugSendResponse()

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

DebugSendResponse(String, String, String, String, IDictionary<String,String>, Sku, Nullable<Double>, Nullable<Double>, Object)

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

DebugSendResponse()

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

public DebugSendResponse ();
Public Sub New ()

適用対象

DebugSendResponse(String, String, String, String, IDictionary<String,String>, Sku, Nullable<Double>, Nullable<Double>, Object)

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

public DebugSendResponse (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.NotificationHubs.Models.Sku sku = default, double? success = default, double? failure = default, object results = default);
new Microsoft.Azure.Management.NotificationHubs.Models.DebugSendResponse : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.NotificationHubs.Models.Sku * Nullable<double> * Nullable<double> * obj -> Microsoft.Azure.Management.NotificationHubs.Models.DebugSendResponse
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As Sku = Nothing, Optional success As Nullable(Of Double) = Nothing, Optional failure As Nullable(Of Double) = Nothing, Optional results As Object = Nothing)

パラメーター

id
String

リソース ID

name
String

リソース名

type
String

リソースの種類

location
String

リソースの場所

tags
IDictionary<String,String>

リソース タグ

sku
Sku

作成された名前空間の SKU

success
Nullable<Double>

成功した送信

failure
Nullable<Double>

送信エラー

results
Object

実際のエラーの説明

適用対象