Uses of Class
org.jclouds.azurecompute.arm.domain.NetworkInterfaceCard
- 
Packages that use NetworkInterfaceCard Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features  - 
- 
Uses of NetworkInterfaceCard in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return NetworkInterfaceCard Modifier and Type Method Description static NetworkInterfaceCardNetworkInterfaceCard. create(String name, String id, String etag, String location, NetworkInterfaceCardProperties properties, Map<String,String> tags)Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type NetworkInterfaceCard Modifier and Type Method Description abstract List<NetworkInterfaceCard>VMDeployment. networkInterfaceCards()abstract List<NetworkInterfaceCard>NetworkSecurityGroupProperties. networkInterfaces()Method parameters in org.jclouds.azurecompute.arm.domain with type arguments of type NetworkInterfaceCard Modifier and Type Method Description abstract NetworkSecurityGroupProperties.BuilderNetworkSecurityGroupProperties.Builder. networkInterfaces(List<NetworkInterfaceCard> networkInterfaces) - 
Uses of NetworkInterfaceCard in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return NetworkInterfaceCard Modifier and Type Method Description NetworkInterfaceCardNetworkInterfaceCardApi. createOrUpdate(String networkinterfacecardname, String location, NetworkInterfaceCardProperties properties, Map<String,String> tags)NetworkInterfaceCardNetworkInterfaceCardApi. get(String networkinterfacecardname)Methods in org.jclouds.azurecompute.arm.features that return types with arguments of type NetworkInterfaceCard Modifier and Type Method Description List<NetworkInterfaceCard>NetworkInterfaceCardApi. list()List<NetworkInterfaceCard>NetworkInterfaceCardApi. listAllInSubscription() 
 -