UsageCredit Class

Definition

Represents the usage credit management.

[System.Runtime.Serialization.DataContract(Name="UsageCredit", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class UsageCredit : IEquatable<Microsoft.ServiceBus.Management.UsageCredit>, System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Name="UsageCredit", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type UsageCredit = class
    interface IExtensibleDataObject
    interface IEquatable<UsageCredit>
Public Class UsageCredit
Implements IEquatable(Of UsageCredit), IExtensibleDataObject
Inheritance
UsageCredit
Attributes
Implements

Constructors

UsageCredit()

Fields

Serializer

Specifies the usage credit serializer.

Properties

ExtensionData

Gets or sets the object that stores data

Identifier

Gets or sets the credit identifier.

KeyName

Gets or sets the key name associated with the credit.

NamespaceName

Gets or sets the namespace name associated with the credit.

NHBasicUnit

Gets or sets the Basic Tier unit of the notification hub.

NHStandardUnit

Gets or sets the Standard Tier unit of the notification hub.

RequestorService

Gets or sets the requestor service.

Revision

Gets or sets the credit revision.

SubscriptionId

Gets or sets the Azure subscription ID associated with the credit.

UpdatedAt

Gets or sets the last date when the credit details were updated.

Methods

Equals(UsageCredit)

Specifies whether this instance is equal with another usage credit.

ToString()

Returns a string representation of UsageCredit.

Applies to