Freigeben über


DebugSendResponse Konstruktoren

Definition

Überlädt

DebugSendResponse()

Initialisiert einen neuen instance der DebugSendResponse-Klasse.

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

Initialisiert einen neuen instance der DebugSendResponse-Klasse.

DebugSendResponse()

Initialisiert einen neuen instance der DebugSendResponse-Klasse.

public DebugSendResponse ();
Public Sub New ()

Gilt für:

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

Initialisiert einen neuen instance der DebugSendResponse-Klasse.

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)

Parameter

id
String

Ressourcen-ID

name
String

Ressourcenname

type
String

Ressourcentyp

location
String

Ressourcenspeicherort

tags
IDictionary<String,String>

Ressourcentags

sku
Sku

Die SKU des erstellten Namespaces

success
Nullable<Double>

Erfolgreiches Senden

failure
Nullable<Double>

Senden eines Fehlers

results
Object

Beschreibung des tatsächlichen Fehlers

Gilt für: