AppServiceVirtualNetworkProperties 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.
Virtual Network information contract.
public class AppServiceVirtualNetworkProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.AppServiceVirtualNetworkProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.AppServiceVirtualNetworkProperties>
type AppServiceVirtualNetworkProperties = class
interface IJsonModel<AppServiceVirtualNetworkProperties>
interface IPersistableModel<AppServiceVirtualNetworkProperties>
Public Class AppServiceVirtualNetworkProperties
Implements IJsonModel(Of AppServiceVirtualNetworkProperties), IPersistableModel(Of AppServiceVirtualNetworkProperties)
- Inheritance
-
AppServiceVirtualNetworkProperties
- Implements
Properties
CertBlob |
A certificate file (.cer) blob containing the public key of the private key used to authenticate a Point-To-Site VPN connection. |
CertThumbprintString |
The client certificate thumbprint. |
DnsServers |
DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses. |
IsResyncRequired |
<code>true</code> if a resync is required; otherwise, <code>false</code>. |
IsSwift |
Flag that is used to denote if this is VNET injection. |
Routes |
The routes that this Virtual Network connection uses. |
VnetResourceId |
The Virtual Network's resource ID. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AppServiceVirtualNetworkProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AppServiceVirtualNetworkProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AppServiceVirtualNetworkProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AppServiceVirtualNetworkProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AppServiceVirtualNetworkProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET