ComputeFleetVmssIPConfiguration 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.
Describes a virtual machine scale set network profile's IP configuration.
public class ComputeFleetVmssIPConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmssIPConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmssIPConfiguration>
type ComputeFleetVmssIPConfiguration = class
interface IJsonModel<ComputeFleetVmssIPConfiguration>
interface IPersistableModel<ComputeFleetVmssIPConfiguration>
Public Class ComputeFleetVmssIPConfiguration
Implements IJsonModel(Of ComputeFleetVmssIPConfiguration), IPersistableModel(Of ComputeFleetVmssIPConfiguration)
- Inheritance
-
ComputeFleetVmssIPConfiguration
- Implements
Constructors
ComputeFleetVmssIPConfiguration(String) |
Initializes a new instance of ComputeFleetVmssIPConfiguration. |
Properties
Name |
The IP configuration name. |
Properties |
Describes a virtual machine scale set network profile's IP configuration properties. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ComputeFleetVmssIPConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ComputeFleetVmssIPConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ComputeFleetVmssIPConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ComputeFleetVmssIPConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ComputeFleetVmssIPConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET