Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetVMNetworkProfileConfiguration
Packages that use VirtualMachineScaleSetVMNetworkProfileConfiguration
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 VirtualMachineScaleSetVMNetworkProfileConfigurationModifier and TypeMethodDescriptionVirtualMachineScaleSetVMInner.networkProfileConfiguration()Get the networkProfileConfiguration property: Specifies the network profile configuration of the virtual machine.VirtualMachineScaleSetVMPropertiesInner.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 VirtualMachineScaleSetVMNetworkProfileConfigurationModifier and TypeMethodDescriptionVirtualMachineScaleSetVMInner.withNetworkProfileConfiguration(VirtualMachineScaleSetVMNetworkProfileConfiguration networkProfileConfiguration) Set the networkProfileConfiguration property: Specifies the network profile configuration of the virtual machine.VirtualMachineScaleSetVMPropertiesInner.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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type VirtualMachineScaleSetVMNetworkProfileConfigurationModifier and TypeClassDescriptionfinal classDescribes a virtual machine scale set VM network profile.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetVMNetworkProfileConfigurationModifier and TypeMethodDescriptionVirtualMachineScaleSetVMNetworkProfileConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetVMNetworkProfileConfiguration from the JsonReader.VirtualMachineScaleSetVM.networkProfileConfiguration()Gets the network profile config for the vm.VirtualMachineScaleSetVMNetworkProfileConfiguration.withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetNetworkConfiguration> networkInterfaceConfigurations) Set the networkInterfaceConfigurations property: The list of network configurations.