Uses of Class
org.jclouds.azurecompute.arm.domain.NetworkInterfaceCardProperties
Packages that use NetworkInterfaceCardProperties
-
Uses of NetworkInterfaceCardProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return NetworkInterfaceCardPropertiesModifier and TypeMethodDescriptionNetworkInterfaceCardProperties.Builder.build()
NetworkInterfaceCardProperties.create
(String provisioningState, String resourceGuid, Boolean enableIPForwarding, List<IpConfiguration> ipConfigurations, IdReference networkSecurityGroup, IdReference virtualMachine, Boolean primary) abstract NetworkInterfaceCardProperties
NetworkInterfaceCard.properties()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type NetworkInterfaceCardPropertiesModifier and TypeMethodDescriptionstatic NetworkInterfaceCard
NetworkInterfaceCard.create
(String name, String id, String etag, String location, NetworkInterfaceCardProperties properties, Map<String, String> tags) -
Uses of NetworkInterfaceCardProperties in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type NetworkInterfaceCardPropertiesModifier and TypeMethodDescriptionNetworkInterfaceCardApi.createOrUpdate
(String networkinterfacecardname, String location, NetworkInterfaceCardProperties properties, Map<String, String> tags)