Uses of Class
com.azure.resourcemanager.network.models.SecurityGroupNetworkInterface
-
Packages that use SecurityGroupNetworkInterface Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of SecurityGroupNetworkInterface in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type SecurityGroupNetworkInterface Modifier and Type Method Description List<SecurityGroupNetworkInterface>SecurityGroupViewResultInner. networkInterfaces()Get the networkInterfaces property: List of network interfaces on the specified VM.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type SecurityGroupNetworkInterface Modifier and Type Method Description SecurityGroupViewResultInnerSecurityGroupViewResultInner. withNetworkInterfaces(List<SecurityGroupNetworkInterface> networkInterfaces)Set the networkInterfaces property: List of network interfaces on the specified VM. -
Uses of SecurityGroupNetworkInterface in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return SecurityGroupNetworkInterface Modifier and Type Method Description SecurityGroupNetworkInterfaceSecurityGroupNetworkInterface. withId(String id)Set the id property: ID of the network interface.SecurityGroupNetworkInterfaceSecurityGroupNetworkInterface. withSecurityRuleAssociations(SecurityRuleAssociations securityRuleAssociations)Set the securityRuleAssociations property: All security rules associated with the network interface.Methods in com.azure.resourcemanager.network.models that return types with arguments of type SecurityGroupNetworkInterface Modifier and Type Method Description Map<String,SecurityGroupNetworkInterface>SecurityGroupView. networkInterfaces()
-