Share via


IVirtualNetworkProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.VirtualNetworkPropertiesTypeConverter))]
public interface IVirtualNetworkProperties : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.VirtualNetworkPropertiesTypeConverter))>]
type IVirtualNetworkProperties = interface
    interface IJsonSerializable
Public Interface IVirtualNetworkProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Code

The error code from the operation.

DnsServer

List of DNS server IP Addresses associated with the network

Gateway

IP Address of the Gateway associated with the network

HciMocGroup

Group in MOC(Microsoft On-premises Cloud)

HciMocLocation

Location in MOC(Microsoft On-premises Cloud)

HciMocVnetName

Virtual Network name in MOC(Microsoft On-premises Cloud)

IPAddressPrefix

IP Address Prefix of the network

Message

The error message from the operation.

OperationStatus

The status of the operation.

OperationStatusOperationId

The identifier of the operation.

ProvisioningState
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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to