| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRuleAssociations |
SecurityGroupNetworkInterface.securityRuleAssociations()
Get the securityRuleAssociations property: All security rules associated with the network interface.
|
SecurityRuleAssociations |
SecurityRuleAssociations.withDefaultSecurityRules(List<SecurityRuleInner> defaultSecurityRules)
Set the defaultSecurityRules property: Collection of default security rules of the network security group.
|
SecurityRuleAssociations |
SecurityRuleAssociations.withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)
Set the effectiveSecurityRules property: Collection of effective security rules.
|
SecurityRuleAssociations |
SecurityRuleAssociations.withNetworkInterfaceAssociation(NetworkInterfaceAssociation networkInterfaceAssociation)
Set the networkInterfaceAssociation property: Network interface and it's custom security rules.
|
SecurityRuleAssociations |
SecurityRuleAssociations.withSubnetAssociation(SubnetAssociation subnetAssociation)
Set the subnetAssociation property: Subnet and it's custom security rules.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityGroupNetworkInterface |
SecurityGroupNetworkInterface.withSecurityRuleAssociations(SecurityRuleAssociations securityRuleAssociations)
Set the securityRuleAssociations property: All security rules associated with the network interface.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.