TopologyAssociation Class

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

public class TopologyAssociation

Resources that have an association with the parent resource.

Method Summary

Modifier and Type Method and Description
AssociationType associationType()

Get the associationType value.

String name()

Get the name value.

String resourceId()

Get the resourceId value.

TopologyAssociation withAssociationType(AssociationType associationType)

Set the associationType value.

TopologyAssociation withName(String name)

Set the name value.

TopologyAssociation withResourceId(String resourceId)

Set the resourceId value.

Method Details

associationType

public AssociationType associationType()

Get the associationType value.

Returns:

the associationType value

name

public String name()

Get the name value.

Returns:

the name value

resourceId

public String resourceId()

Get the resourceId value.

Returns:

the resourceId value

withAssociationType

public TopologyAssociation withAssociationType(AssociationType associationType)

Set the associationType value.

Parameters:

associationType - the associationType value to set

Returns:

the TopologyAssociation object itself.

withName

public TopologyAssociation withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the TopologyAssociation object itself.

withResourceId

public TopologyAssociation withResourceId(String resourceId)

Set the resourceId value.

Parameters:

resourceId - the resourceId value to set

Returns:

the TopologyAssociation object itself.

Applies to