Share via


IVirtualNetwork Interface

Definition

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

Properties

Code

The error code from the operation.

DnsServer

List of DNS server IP Addresses associated with the network

ExtendedLocationName

ARM Id of the extended location.

ExtendedLocationType

The extended location type. Allowed value: 'CustomLocation'

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)

Id

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

(Inherited from IResource)
IPAddressPrefix

IP Address Prefix of the network

Location

The geo-location where the resource lives

(Inherited from ITrackedResource)
Message

The error message from the operation.

Name

The name of the resource

(Inherited from IResource)
OperationStatus

The status of the operation.

OperationStatusOperationId

The identifier of the operation.

ProvisioningState
SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
Tag

Resource tags.

(Inherited from ITrackedResource)
Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from IResource)
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