Uses of Class
com.azure.resourcemanager.network.models.AssociationType
-
Packages that use AssociationType Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of AssociationType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models that return AssociationType Modifier and Type Method Description AssociationTypeTopologyAssociation. associationType()Get the associationType property: The association type of the child resource to the parent resource.static AssociationTypeAssociationType. fromString(String name)Creates or finds a AssociationType from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AssociationType Modifier and Type Method Description static Collection<AssociationType>AssociationType. values()Methods in com.azure.resourcemanager.network.models with parameters of type AssociationType Modifier and Type Method Description TopologyAssociationTopologyAssociation. withAssociationType(AssociationType associationType)Set the associationType property: The association type of the child resource to the parent resource.
-