Show / Hide Table of Contents

    Class VirtualMachineScaleSetVMNetworkProfileConfiguration

    Describes a virtual machine scale set VM network profile.

    Inheritance
    Object
    VirtualMachineScaleSetVMNetworkProfileConfiguration
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Compute.dll
    Syntax
    public class VirtualMachineScaleSetVMNetworkProfileConfiguration

    Constructors

    VirtualMachineScaleSetVMNetworkProfileConfiguration()

    Initializes a new instance of the VirtualMachineScaleSetVMNetworkProfileConfiguration class.

    Declaration
    public VirtualMachineScaleSetVMNetworkProfileConfiguration ();

    VirtualMachineScaleSetVMNetworkProfileConfiguration(IList<VirtualMachineScaleSetNetworkConfiguration>)

    Initializes a new instance of the VirtualMachineScaleSetVMNetworkProfileConfiguration class.

    Declaration
    public VirtualMachineScaleSetVMNetworkProfileConfiguration (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration> networkInterfaceConfigurations = null);
    Parameters
    IList<VirtualMachineScaleSetNetworkConfiguration> networkInterfaceConfigurations

    The list of network configurations.

    Properties

    NetworkInterfaceConfigurations

    Gets or sets the list of network configurations.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="networkInterfaceConfigurations")]
    public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration> NetworkInterfaceConfigurations { get; set; }
    Property Value
    IList<VirtualMachineScaleSetNetworkConfiguration>

    Back to top Azure SDK for Net