Uses of Class
com.azure.resourcemanager.network.models.NetworkInterfaceNicType
-
Packages that use NetworkInterfaceNicType Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 NetworkInterfaceNicType Modifier and Type Method Description NetworkInterfaceNicTypeNetworkInterfaceInner. nicType()Get the nicType property: Type of Network Interface resource.NetworkInterfaceNicTypeNetworkInterfacePropertiesFormatInner. nicType()Get the nicType property: Type of Network Interface resource.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type NetworkInterfaceNicType Modifier and Type Method Description NetworkInterfaceInnerNetworkInterfaceInner. withNicType(NetworkInterfaceNicType nicType)Set the nicType property: Type of Network Interface resource.NetworkInterfacePropertiesFormatInnerNetworkInterfacePropertiesFormatInner. 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 NetworkInterfaceNicType Modifier and Type Field Description static NetworkInterfaceNicTypeNetworkInterfaceNicType. ELASTICStatic value Elastic for NetworkInterfaceNicType.static NetworkInterfaceNicTypeNetworkInterfaceNicType. STANDARDStatic value Standard for NetworkInterfaceNicType.Methods in com.azure.resourcemanager.network.models that return NetworkInterfaceNicType Modifier and Type Method Description static 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 NetworkInterfaceNicType Modifier and Type Method Description static Collection<NetworkInterfaceNicType>NetworkInterfaceNicType. values()
-