WebPubSubSku Class

Definition

Describes an available sku.".

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

Properties

Capacity

Describes scaling information of a sku.

ResourceType

The resource type that this object applies to.

Sku

The billing information of the resource.

Explicit Interface Implementations

IJsonModel<WebPubSubSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WebPubSubSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebPubSubSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebPubSubSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WebPubSubSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to