LargeInstanceNetworkProfile 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.
Specifies the network settings for the Azure Large Instance disks.
public class LargeInstanceNetworkProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.LargeInstance.Models.LargeInstanceNetworkProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.LargeInstance.Models.LargeInstanceNetworkProfile>
type LargeInstanceNetworkProfile = class
interface IJsonModel<LargeInstanceNetworkProfile>
interface IPersistableModel<LargeInstanceNetworkProfile>
Public Class LargeInstanceNetworkProfile
Implements IJsonModel(Of LargeInstanceNetworkProfile), IPersistableModel(Of LargeInstanceNetworkProfile)
- Inheritance
-
LargeInstanceNetworkProfile
- Implements
Properties
CircuitId |
Specifies the circuit id for connecting to express route. |
NetworkInterfaces |
Specifies the network interfaces for the Azure Large Instance. |
Explicit Interface Implementations
IJsonModel<LargeInstanceNetworkProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<LargeInstanceNetworkProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<LargeInstanceNetworkProfile>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<LargeInstanceNetworkProfile>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<LargeInstanceNetworkProfile>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET