Uses of Class
com.azure.resourcemanager.network.models.SecurityGroupNetworkInterface
Packages that use SecurityGroupNetworkInterface
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 SecurityGroupNetworkInterfaceModifier and TypeMethodDescriptionSecurityGroupViewResultInner.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 SecurityGroupNetworkInterfaceModifier and TypeMethodDescriptionSecurityGroupViewResultInner.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
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type SecurityGroupNetworkInterfaceModifier and TypeClassDescriptionfinal classNetwork interface and all its associated security rules.Methods in com.azure.resourcemanager.network.models that return SecurityGroupNetworkInterfaceModifier and TypeMethodDescriptionSecurityGroupNetworkInterface.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecurityGroupNetworkInterface from the JsonReader.Set the id property: ID of the network interface.SecurityGroupNetworkInterface.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 SecurityGroupNetworkInterfaceModifier and TypeMethodDescriptionSecurityGroupView.networkInterfaces()Gets network interfaces on the specified VM.