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