Uses of Class
com.azure.resourcemanager.network.models.NetworkInterfaceNicType
Packages that use NetworkInterfaceNicType
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkInterfaceNicType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return NetworkInterfaceNicTypeModifier and TypeMethodDescriptionNetworkInterfaceInner.nicType()Get the nicType property: Type of Network Interface resource.NetworkInterfacePropertiesFormatInner.nicType()Get the nicType property: Type of Network Interface resource.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type NetworkInterfaceNicTypeModifier and TypeMethodDescriptionNetworkInterfaceInner.withNicType(NetworkInterfaceNicType nicType) Set the nicType property: Type of Network Interface resource.NetworkInterfacePropertiesFormatInner.withNicType(NetworkInterfaceNicType nicType) Set the nicType property: Type of Network Interface resource. -
Uses of NetworkInterfaceNicType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as NetworkInterfaceNicTypeModifier and TypeFieldDescriptionstatic final NetworkInterfaceNicTypeNetworkInterfaceNicType.ELASTICStatic value Elastic for NetworkInterfaceNicType.static final NetworkInterfaceNicTypeNetworkInterfaceNicType.STANDARDStatic value Standard for NetworkInterfaceNicType.Methods in com.azure.resourcemanager.network.models that return NetworkInterfaceNicTypeModifier and TypeMethodDescriptionstatic NetworkInterfaceNicTypeNetworkInterfaceNicType.fromString(String name) Creates or finds a NetworkInterfaceNicType from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type NetworkInterfaceNicTypeModifier and TypeMethodDescriptionstatic Collection<NetworkInterfaceNicType>NetworkInterfaceNicType.values()Gets known NetworkInterfaceNicType values.