Uses of Interface
com.azure.resourcemanager.network.models.ApplicationSecurityGroup
Packages that use ApplicationSecurityGroup
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationSecurityGroup in com.azure.resourcemanager.network.models
Subinterfaces with type arguments of type ApplicationSecurityGroup in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptioninterfaceApplication security group.static interfaceThe stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfaceThe template for an update operation, containing all the settings that can be modified.interfaceEntry point to application security group management.interfaceEntry point to application security group management.interfaceEntry point to application security group management.interfaceEntry point to application security group management.interfaceEntry point to application security group management.Methods in com.azure.resourcemanager.network.models that return ApplicationSecurityGroupModifier and TypeMethodDescriptiondefault ApplicationSecurityGroupApplicationSecurityGroups.getByResourceGroup(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the information about a resource from Azure based on the resource name and the name of its resource group.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationSecurityGroupModifier and TypeMethodDescriptionNicIpConfigurationBase.listAssociatedApplicationSecurityGroups()Gets the application security groups associated with this network IP configuration.default List<ApplicationSecurityGroup> NicIpConfigurationBase.listAssociatedApplicationSecurityGroups(com.azure.core.util.Context context) Gets the application security groups associated with this network IP configuration.Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationSecurityGroupModifier and TypeMethodDescriptionNetworkInterface.DefinitionStages.WithApplicationSecurityGroup.withExistingApplicationSecurityGroup(ApplicationSecurityGroup applicationSecurityGroup) Associates an existing application security group with the network interface.NetworkInterface.UpdateStages.WithApplicationSecurityGroup.withExistingApplicationSecurityGroup(ApplicationSecurityGroup applicationSecurityGroup) Associates an existing application security group with the network interface.