Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetVMNetworkProfileConfiguration
-
Packages that use VirtualMachineScaleSetVMNetworkProfileConfiguration Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineScaleSetVMNetworkProfileConfiguration in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineScaleSetVMNetworkProfileConfiguration Modifier and Type Method Description VirtualMachineScaleSetVMNetworkProfileConfigurationVirtualMachineScaleSetVMInner. networkProfileConfiguration()Get the networkProfileConfiguration property: Specifies the network profile configuration of the virtual machine.VirtualMachineScaleSetVMNetworkProfileConfigurationVirtualMachineScaleSetVMPropertiesInner. networkProfileConfiguration()Get the networkProfileConfiguration property: Specifies the network profile configuration of the virtual machine.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type VirtualMachineScaleSetVMNetworkProfileConfiguration Modifier and Type Method Description VirtualMachineScaleSetVMInnerVirtualMachineScaleSetVMInner. withNetworkProfileConfiguration(VirtualMachineScaleSetVMNetworkProfileConfiguration networkProfileConfiguration)Set the networkProfileConfiguration property: Specifies the network profile configuration of the virtual machine.VirtualMachineScaleSetVMPropertiesInnerVirtualMachineScaleSetVMPropertiesInner. withNetworkProfileConfiguration(VirtualMachineScaleSetVMNetworkProfileConfiguration networkProfileConfiguration)Set the networkProfileConfiguration property: Specifies the network profile configuration of the virtual machine. -
Uses of VirtualMachineScaleSetVMNetworkProfileConfiguration in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetVMNetworkProfileConfiguration Modifier and Type Method Description VirtualMachineScaleSetVMNetworkProfileConfigurationVirtualMachineScaleSetVM. networkProfileConfiguration()VirtualMachineScaleSetVMNetworkProfileConfigurationVirtualMachineScaleSetVMNetworkProfileConfiguration. withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetNetworkConfiguration> networkInterfaceConfigurations)Set the networkInterfaceConfigurations property: The list of network configurations.
-