AppServiceVirtualNetworkData 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.
A class representing the AppServiceVirtualNetwork data model. Virtual Network information ARM resource. Serialized Name: VnetInfoResource
public class AppServiceVirtualNetworkData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.AppServiceVirtualNetworkData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.AppServiceVirtualNetworkData>
type AppServiceVirtualNetworkData = class
inherit ResourceData
interface IJsonModel<AppServiceVirtualNetworkData>
interface IPersistableModel<AppServiceVirtualNetworkData>
Public Class AppServiceVirtualNetworkData
Inherits ResourceData
Implements IJsonModel(Of AppServiceVirtualNetworkData), IPersistableModel(Of AppServiceVirtualNetworkData)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| AppServiceVirtualNetworkData() |
Initializes a new instance of AppServiceVirtualNetworkData. |
Properties
| Name | Description |
|---|---|
| CertBlob |
A certificate file (.cer) blob containing the public key of the private key used to authenticate a \nPoint-To-Site VPN connection. Serialized Name: VnetInfoResource.properties.certBlob |
| CertThumbprintString |
The client certificate thumbprint. Serialized Name: VnetInfoResource.properties.certThumbprint |
| DnsServers |
DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses. Serialized Name: VnetInfoResource.properties.dnsServers |
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
| IsResyncRequired |
<code>true</code> if a resync is required; otherwise, <code>false</code>. Serialized Name: VnetInfoResource.properties.resyncRequired |
| IsSwift |
Flag that is used to denote if this is VNET injection Serialized Name: VnetInfoResource.properties.isSwift |
| Kind |
Kind of resource. Serialized Name: VnetInfoResource.kind |
| Name |
The name of the resource. (Inherited from ResourceData) |
| ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
| Routes |
The routes that this Virtual Network connection uses. Serialized Name: VnetInfoResource.properties.routes |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
| VnetResourceId |
The Virtual Network's resource ID. Serialized Name: VnetInfoResource.properties.vnetResourceId |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<AppServiceVirtualNetworkData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<AppServiceVirtualNetworkData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<AppServiceVirtualNetworkData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<AppServiceVirtualNetworkData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<AppServiceVirtualNetworkData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |