VirtualApplianceSiteData Class

Definition

A class representing the VirtualApplianceSite data model. Virtual Appliance Site resource.

public class VirtualApplianceSiteData : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.VirtualApplianceSiteData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.VirtualApplianceSiteData>
public class VirtualApplianceSiteData : Azure.ResourceManager.Network.Models.NetworkResourceData
type VirtualApplianceSiteData = class
    inherit NetworkResourceData
    interface IJsonModel<VirtualApplianceSiteData>
    interface IPersistableModel<VirtualApplianceSiteData>
type VirtualApplianceSiteData = class
    inherit NetworkResourceData
Public Class VirtualApplianceSiteData
Inherits NetworkResourceData
Implements IJsonModel(Of VirtualApplianceSiteData), IPersistableModel(Of VirtualApplianceSiteData)
Public Class VirtualApplianceSiteData
Inherits NetworkResourceData
Inheritance
VirtualApplianceSiteData
Implements

Constructors

VirtualApplianceSiteData()

Initializes a new instance of VirtualApplianceSiteData.

Properties

AddressPrefix

Address Prefix.

ETag

A unique read-only string that changes whenever the resource is updated.

Id

Resource ID.

(Inherited from NetworkResourceData)
Name

Resource name.

(Inherited from NetworkResourceData)
O365BreakOutCategories

Office 365 breakout categories.

ProvisioningState

The provisioning state of the resource.

ResourceType

Resource type.

(Inherited from NetworkResourceData)

Explicit Interface Implementations

IJsonModel<NetworkResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from NetworkResourceData)
IJsonModel<NetworkResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkResourceData)
IJsonModel<VirtualApplianceSiteData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<VirtualApplianceSiteData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkResourceData)
IPersistableModel<NetworkResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from NetworkResourceData)
IPersistableModel<NetworkResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkResourceData)
IPersistableModel<VirtualApplianceSiteData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualApplianceSiteData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<VirtualApplianceSiteData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to