Uses of Class
com.azure.resourcemanager.network.models.NvaInterfaceConfigurationsProperties
Packages that use NvaInterfaceConfigurationsProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of NvaInterfaceConfigurationsProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type NvaInterfaceConfigurationsPropertiesModifier and TypeMethodDescriptionNetworkVirtualApplianceInner.nvaInterfaceConfigurations()Get the nvaInterfaceConfigurations property: The NVA in VNet interface configurations.NetworkVirtualAppliancePropertiesFormat.nvaInterfaceConfigurations()Get the nvaInterfaceConfigurations property: The NVA in VNet interface configurations.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type NvaInterfaceConfigurationsPropertiesModifier and TypeMethodDescriptionNetworkVirtualApplianceInner.withNvaInterfaceConfigurations(List<NvaInterfaceConfigurationsProperties> nvaInterfaceConfigurations) Set the nvaInterfaceConfigurations property: The NVA in VNet interface configurations.NetworkVirtualAppliancePropertiesFormat.withNvaInterfaceConfigurations(List<NvaInterfaceConfigurationsProperties> nvaInterfaceConfigurations) Set the nvaInterfaceConfigurations property: The NVA in VNet interface configurations. -
Uses of NvaInterfaceConfigurationsProperties in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type NvaInterfaceConfigurationsPropertiesModifier and TypeClassDescriptionfinal classSpecifies input parameters required NVA in VNet interface configuration.Methods in com.azure.resourcemanager.network.models that return NvaInterfaceConfigurationsPropertiesModifier and TypeMethodDescriptionNvaInterfaceConfigurationsProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NvaInterfaceConfigurationsProperties from the JsonReader.Set the name property: Specifies the name of the interface.NvaInterfaceConfigurationsProperties.withSubnet(NvaInVnetSubnetReferenceProperties subnet) Set the subnet property: A subnet resource id where the NIC will be deployed.NvaInterfaceConfigurationsProperties.withType(List<NvaNicType> type) Set the type property: Specifies the NIC types for the NVA interface configuration.