PrivateAccessSubnet 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.
Description of a Virtual Network subnet that is useable for private site access.
public class PrivateAccessSubnet : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.PrivateAccessSubnet>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.PrivateAccessSubnet>
type PrivateAccessSubnet = class
interface IJsonModel<PrivateAccessSubnet>
interface IPersistableModel<PrivateAccessSubnet>
Public Class PrivateAccessSubnet
Implements IJsonModel(Of PrivateAccessSubnet), IPersistableModel(Of PrivateAccessSubnet)
- Inheritance
-
PrivateAccessSubnet
- Implements
Constructors
PrivateAccessSubnet() |
Initializes a new instance of PrivateAccessSubnet. |
Properties
Key |
The key (ID) of the subnet. |
Name |
The name of the subnet. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<PrivateAccessSubnet>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PrivateAccessSubnet>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PrivateAccessSubnet>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PrivateAccessSubnet>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PrivateAccessSubnet>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET