PublicIPAddressSku 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.
SKU of a public IP address.
public class PublicIPAddressSku : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.PublicIPAddressSku>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.PublicIPAddressSku>
public class PublicIPAddressSku
type PublicIPAddressSku = class
interface IJsonModel<PublicIPAddressSku>
interface IPersistableModel<PublicIPAddressSku>
type PublicIPAddressSku = class
Public Class PublicIPAddressSku
Implements IJsonModel(Of PublicIPAddressSku), IPersistableModel(Of PublicIPAddressSku)
Public Class PublicIPAddressSku
- Inheritance
-
PublicIPAddressSku
- Implements
Constructors
PublicIPAddressSku() |
Initializes a new instance of PublicIPAddressSku. |
Properties
Name |
Name of a public IP address SKU. |
Tier |
Tier of a public IP address SKU. |
Explicit Interface Implementations
IJsonModel<PublicIPAddressSku>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PublicIPAddressSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PublicIPAddressSku>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PublicIPAddressSku>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PublicIPAddressSku>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET