Class EffectiveNetworkSecurityGroupAssociation
- java.lang.Object
-
- com.microsoft.azure.management.network.EffectiveNetworkSecurityGroupAssociation
-
public class EffectiveNetworkSecurityGroupAssociation extends Object
The effective network security group association.
-
-
Constructor Summary
Constructors Constructor Description EffectiveNetworkSecurityGroupAssociation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.microsoft.azure.SubResourcenetworkInterface()Get the networkInterface value.com.microsoft.azure.SubResourcesubnet()Get the subnet value.EffectiveNetworkSecurityGroupAssociationwithNetworkInterface(com.microsoft.azure.SubResource networkInterface)Set the networkInterface value.EffectiveNetworkSecurityGroupAssociationwithSubnet(com.microsoft.azure.SubResource subnet)Set the subnet value.
-
-
-
Method Detail
-
subnet
public com.microsoft.azure.SubResource subnet()
Get the subnet value.- Returns:
- the subnet value
-
withSubnet
public EffectiveNetworkSecurityGroupAssociation withSubnet(com.microsoft.azure.SubResource subnet)
Set the subnet value.- Parameters:
subnet- the subnet value to set- Returns:
- the EffectiveNetworkSecurityGroupAssociation object itself.
-
networkInterface
public com.microsoft.azure.SubResource networkInterface()
Get the networkInterface value.- Returns:
- the networkInterface value
-
withNetworkInterface
public EffectiveNetworkSecurityGroupAssociation withNetworkInterface(com.microsoft.azure.SubResource networkInterface)
Set the networkInterface value.- Parameters:
networkInterface- the networkInterface value to set- Returns:
- the EffectiveNetworkSecurityGroupAssociation object itself.
-
-