| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRuleAssociations |
SecurityGroupNetworkInterface.securityRuleAssociations()
Get all security rules associated with the network interface.
|
SecurityRuleAssociations |
SecurityRuleAssociations.withDefaultSecurityRules(List<com.microsoft.azure.management.network.implementation.SecurityRuleInner> defaultSecurityRules)
Set collection of default security rules of the network security group.
|
SecurityRuleAssociations |
SecurityRuleAssociations.withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)
Set collection of effective security rules.
|
SecurityRuleAssociations |
SecurityRuleAssociations.withNetworkInterfaceAssociation(NetworkInterfaceAssociation networkInterfaceAssociation)
Set network interface and it's custom security rules.
|
SecurityRuleAssociations |
SecurityRuleAssociations.withSubnetAssociation(SubnetAssociation subnetAssociation)
Set subnet and it's custom security rules.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityGroupNetworkInterface |
SecurityGroupNetworkInterface.withSecurityRuleAssociations(SecurityRuleAssociations securityRuleAssociations)
Set all security rules associated with the network interface.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/