Uses of Class
com.azure.resourcemanager.network.models.NicTypeInRequest
Packages that use NicTypeInRequest
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NicTypeInRequest in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as NicTypeInRequestModifier and TypeFieldDescriptionstatic final NicTypeInRequestNicTypeInRequest.PRIVATE_NICStatic value PrivateNic for NicTypeInRequest.static final NicTypeInRequestNicTypeInRequest.PUBLIC_NICStatic value PublicNic for NicTypeInRequest.Methods in com.azure.resourcemanager.network.models that return NicTypeInRequestModifier and TypeMethodDescriptionstatic NicTypeInRequestNicTypeInRequest.fromString(String name) Creates or finds a NicTypeInRequest from its string representation.VirtualApplianceNetworkInterfaceConfiguration.nicType()Get the nicType property: NIC type.Methods in com.azure.resourcemanager.network.models that return types with arguments of type NicTypeInRequestModifier and TypeMethodDescriptionstatic Collection<NicTypeInRequest> NicTypeInRequest.values()Gets known NicTypeInRequest values.Methods in com.azure.resourcemanager.network.models with parameters of type NicTypeInRequestModifier and TypeMethodDescriptionVirtualApplianceNetworkInterfaceConfiguration.withNicType(NicTypeInRequest nicType) Set the nicType property: NIC type.