EffectiveNetworkSecurityGroupAssociation Class

  • java.lang.Object
    • com.microsoft.azure.management.network.EffectiveNetworkSecurityGroupAssociation

public class EffectiveNetworkSecurityGroupAssociation

The effective network security group association.

Method Summary

Modifier and Type Method and Description
SubResource networkInterface()

Get the networkInterface value.

SubResource subnet()

Get the subnet value.

EffectiveNetworkSecurityGroupAssociation withNetworkInterface(SubResource networkInterface)

Set the networkInterface value.

EffectiveNetworkSecurityGroupAssociation withSubnet(SubResource subnet)

Set the subnet value.

Method Details

networkInterface

public SubResource networkInterface()

Get the networkInterface value.

Returns:

the networkInterface value

subnet

public SubResource subnet()

Get the subnet value.

Returns:

the subnet value

withNetworkInterface

public EffectiveNetworkSecurityGroupAssociation withNetworkInterface(SubResource networkInterface)

Set the networkInterface value.

Parameters:

networkInterface - the networkInterface value to set

Returns:

the EffectiveNetworkSecurityGroupAssociation object itself.

withSubnet

public EffectiveNetworkSecurityGroupAssociation withSubnet(SubResource subnet)

Set the subnet value.

Parameters:

subnet - the subnet value to set

Returns:

the EffectiveNetworkSecurityGroupAssociation object itself.

Applies to