DebugSendResponse Constructors

Definition

Overloads

DebugSendResponse()

Initializes a new instance of the DebugSendResponse class.

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

Initializes a new instance of the DebugSendResponse class.

DebugSendResponse()

Initializes a new instance of the DebugSendResponse class.

public DebugSendResponse ();
Public Sub New ()

Applies to

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

Initializes a new instance of the DebugSendResponse class.

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)

Parameters

id
String

Resource Id

name
String

Resource name

type
String

Resource type

location
String

Resource location

tags
IDictionary<String,String>

Resource tags

sku
Sku

The sku of the created namespace

success
Nullable<Double>

successful send

failure
Nullable<Double>

send failure

results
Object

actual failure description

Applies to