DebugSendResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description of a NotificationHub Resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class DebugSendResponse : Microsoft.Azure.Management.NotificationHubs.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DebugSendResponse = class
inherit Resource
Public Class DebugSendResponse
Inherits Resource
- Inheritance
- Attributes
Constructors
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. |
Properties
Failure |
Gets or sets send failure |
Id |
Gets resource Id (Inherited from Resource) |
Location |
Gets or sets resource location (Inherited from Resource) |
Name |
Gets resource name (Inherited from Resource) |
Results |
Gets or sets actual failure description |
Sku |
Gets or sets the sku of the created namespace (Inherited from Resource) |
Success |
Gets or sets successful send |
Tags |
Gets or sets resource tags (Inherited from Resource) |
Type |
Gets resource type (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET