Uses of Class
com.microsoft.azure.management.network.AssociationType
-
Packages that use AssociationType Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of AssociationType in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as AssociationType Modifier and Type Field Description static AssociationTypeAssociationType. ASSOCIATEDStatic value Associated for AssociationType.static AssociationTypeAssociationType. CONTAINSStatic value Contains for AssociationType.Methods in com.microsoft.azure.management.network that return AssociationType Modifier and Type Method Description AssociationTypeTopologyAssociation. associationType()Get the associationType value.static AssociationTypeAssociationType. fromString(String name)Creates or finds a AssociationType from its string representation.Methods in com.microsoft.azure.management.network that return types with arguments of type AssociationType Modifier and Type Method Description static Collection<AssociationType>AssociationType. values()Methods in com.microsoft.azure.management.network with parameters of type AssociationType Modifier and Type Method Description TopologyAssociationTopologyAssociation. withAssociationType(AssociationType associationType)Set the associationType value.
-