IVirtualNetworkConfig Interface

Definition

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

Properties

Name Description
ProxyVMSize

Size of the proxy virtual machine used to pass traffic to the build VM and validation VM. Omit or specify empty string to use the default (Standard_A1_v2).

SubnetId

Resource id of a pre-existing subnet.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to