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.
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
AppServiceVirtualNetworkData() |
Initializes a new instance of AppServiceVirtualNetworkData. |
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. |
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>. |
IsSwift |
Flag that is used to denote if this is VNET injection. |
Kind |
Kind of resource. |
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. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
VnetResourceId |
The Virtual Network's resource ID. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
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. |
Applies to
Azure SDK for .NET