HciInfraVnetProfile 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.
Infrastructure network profile for HCI platform.
public class HciInfraVnetProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridContainerService.Models.HciInfraVnetProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridContainerService.Models.HciInfraVnetProfile>
public class HciInfraVnetProfile
type HciInfraVnetProfile = class
interface IJsonModel<HciInfraVnetProfile>
interface IPersistableModel<HciInfraVnetProfile>
type HciInfraVnetProfile = class
Public Class HciInfraVnetProfile
Implements IJsonModel(Of HciInfraVnetProfile), IPersistableModel(Of HciInfraVnetProfile)
Public Class HciInfraVnetProfile
- Inheritance
-
HciInfraVnetProfile
- Implements
Constructors
HciInfraVnetProfile() |
Initializes a new instance of HciInfraVnetProfile. |
Properties
MocGroup |
Group in MOC(Microsoft On-premises Cloud). |
MocLocation |
Location in MOC(Microsoft On-premises Cloud). |
MocVnetName |
Virtual Network name in MOC(Microsoft On-premises Cloud). |
Explicit Interface Implementations
IJsonModel<HciInfraVnetProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HciInfraVnetProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HciInfraVnetProfile>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HciInfraVnetProfile>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HciInfraVnetProfile>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET