VirtualNetworkUsage 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.
Usage details for subnet.
public class VirtualNetworkUsage : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.VirtualNetworkUsage>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.VirtualNetworkUsage>
type VirtualNetworkUsage = class
interface IJsonModel<VirtualNetworkUsage>
interface IPersistableModel<VirtualNetworkUsage>
Public Class VirtualNetworkUsage
Implements IJsonModel(Of VirtualNetworkUsage), IPersistableModel(Of VirtualNetworkUsage)
- Inheritance
-
VirtualNetworkUsage
- Implements
Properties
CurrentValue |
Indicates number of IPs used from the Subnet. |
Id |
Subnet identifier. |
Limit |
Indicates the size of the subnet. |
Name |
The name containing common and localized value for usage. |
Unit |
Usage units. Returns 'Count'. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<VirtualNetworkUsage>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<VirtualNetworkUsage>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<VirtualNetworkUsage>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<VirtualNetworkUsage>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<VirtualNetworkUsage>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET