HybridContainerServiceVirtualNetworkProperties 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.
Properties of the virtual network resource.
public class HybridContainerServiceVirtualNetworkProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridContainerService.Models.HybridContainerServiceVirtualNetworkProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridContainerService.Models.HybridContainerServiceVirtualNetworkProperties>
public class HybridContainerServiceVirtualNetworkProperties
type HybridContainerServiceVirtualNetworkProperties = class
interface IJsonModel<HybridContainerServiceVirtualNetworkProperties>
interface IPersistableModel<HybridContainerServiceVirtualNetworkProperties>
type HybridContainerServiceVirtualNetworkProperties = class
Public Class HybridContainerServiceVirtualNetworkProperties
Implements IJsonModel(Of HybridContainerServiceVirtualNetworkProperties), IPersistableModel(Of HybridContainerServiceVirtualNetworkProperties)
Public Class HybridContainerServiceVirtualNetworkProperties
- Inheritance
-
HybridContainerServiceVirtualNetworkProperties
- Implements
Constructors
HybridContainerServiceVirtualNetworkProperties() |
Initializes a new instance of HybridContainerServiceVirtualNetworkProperties. |
Properties
DnsServers |
List of DNS server IP Addresses associated with the network. |
Gateway |
IP Address of the Gateway associated with the network. |
InfraVnetHci |
Infrastructure network profile for HCI platform. |
IPAddressPrefix |
IP Address Prefix of the network. |
OperationStatus |
The detailed status of the long running operation. |
ProvisioningState |
Gets the provisioning state. |
VipPool |
Range of IP Addresses for Kubernetes API Server and services if using HA Proxy load balancer. |
VlanId |
VLAN Id used by the network. |
VmipPool |
Range of IP Addresses for Kubernetes node VMs. |
Explicit Interface Implementations
IJsonModel<HybridContainerServiceVirtualNetworkProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HybridContainerServiceVirtualNetworkProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HybridContainerServiceVirtualNetworkProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HybridContainerServiceVirtualNetworkProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HybridContainerServiceVirtualNetworkProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET