Class EffectiveNetworkSecurityGroupAssociation


  • public class EffectiveNetworkSecurityGroupAssociation
    extends Object
    The effective network security group association.
    • Constructor Detail

      • EffectiveNetworkSecurityGroupAssociation

        public EffectiveNetworkSecurityGroupAssociation()
    • 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.