public abstract class VirtualMachineScaleSetNetworkProfile extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VirtualMachineScaleSetNetworkProfile.Builder |
Constructor and Description |
---|
VirtualMachineScaleSetNetworkProfile() |
Modifier and Type | Method and Description |
---|---|
static VirtualMachineScaleSetNetworkProfile.Builder |
builder() |
static VirtualMachineScaleSetNetworkProfile |
create(List<NetworkInterfaceConfiguration> networkInterfaceConfigurations) |
abstract List<NetworkInterfaceConfiguration> |
networkInterfaceConfigurations()
The network interface configurations of the Virtual Machine Scale Set Network Profile
|
abstract VirtualMachineScaleSetNetworkProfile.Builder |
toBuilder() |
public VirtualMachineScaleSetNetworkProfile()
public abstract List<NetworkInterfaceConfiguration> networkInterfaceConfigurations()
public static VirtualMachineScaleSetNetworkProfile create(List<NetworkInterfaceConfiguration> networkInterfaceConfigurations)
public abstract VirtualMachineScaleSetNetworkProfile.Builder toBuilder()
public static VirtualMachineScaleSetNetworkProfile.Builder builder()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.