Delen via


NotificationHubSku Class

Definition

The Sku description for a namespace.

public class NotificationHubSku
public class NotificationHubSku : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NotificationHubs.Models.NotificationHubSku>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NotificationHubs.Models.NotificationHubSku>
type NotificationHubSku = class
type NotificationHubSku = class
    interface IJsonModel<NotificationHubSku>
    interface IPersistableModel<NotificationHubSku>
Public Class NotificationHubSku
Public Class NotificationHubSku
Implements IJsonModel(Of NotificationHubSku), IPersistableModel(Of NotificationHubSku)
Inheritance
NotificationHubSku
Implements

Constructors

NotificationHubSku(NotificationHubSkuName)

Initializes a new instance of NotificationHubSku.

Properties

Capacity

Gets or sets the capacity of the resource.

Family

Gets or sets the Sku Family.

Name

Namespace SKU name.

Size

Gets or sets the Sku size.

Tier

Gets or sets the tier of particular sku.

Explicit Interface Implementations

IJsonModel<NotificationHubSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NotificationHubSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NotificationHubSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NotificationHubSku>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NotificationHubSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to