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 NetworkInterfaceCard
NetworkInterfaceCard. 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.Builder
NetworkSecurityGroupProperties.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 NetworkInterfaceCard
NetworkInterfaceCardApi. createOrUpdate(String networkinterfacecardname, String location, NetworkInterfaceCardProperties properties, Map<String,String> tags)
NetworkInterfaceCard
NetworkInterfaceCardApi. 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()
-