SecurityGroupNetworkInterface Class

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

public class SecurityGroupNetworkInterface

Network interface and all its associated security rules.

Method Summary

Modifier and Type Method and Description
String id()

Get the id value.

SecurityRuleAssociations securityRuleAssociations()

Get the securityRuleAssociations value.

SecurityGroupNetworkInterface withId(String id)

Set the id value.

SecurityGroupNetworkInterface withSecurityRuleAssociations(SecurityRuleAssociations securityRuleAssociations)

Set the securityRuleAssociations value.

Method Details

id

public String id()

Get the id value.

Returns:

the id value

securityRuleAssociations

public SecurityRuleAssociations securityRuleAssociations()

Get the securityRuleAssociations value.

Returns:

the securityRuleAssociations value

withId

public SecurityGroupNetworkInterface withId(String id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the SecurityGroupNetworkInterface object itself.

withSecurityRuleAssociations

public SecurityGroupNetworkInterface withSecurityRuleAssociations(SecurityRuleAssociations securityRuleAssociations)

Set the securityRuleAssociations value.

Parameters:

securityRuleAssociations - the securityRuleAssociations value to set

Returns:

the SecurityGroupNetworkInterface object itself.

Applies to