Uses of Class
com.azure.resourcemanager.network.models.AssociationType
Packages that use AssociationType
Package
Description
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 AssociationTypeModifier and TypeFieldDescriptionstatic final AssociationTypeAssociationType.ASSOCIATEDStatic value Associated for AssociationType.static final AssociationTypeAssociationType.CONTAINSStatic value Contains for AssociationType.Methods in com.azure.resourcemanager.network.models that return AssociationTypeModifier and TypeMethodDescriptionTopologyAssociation.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 AssociationTypeModifier and TypeMethodDescriptionstatic Collection<AssociationType>AssociationType.values()Gets known AssociationType values.Methods in com.azure.resourcemanager.network.models with parameters of type AssociationTypeModifier and TypeMethodDescriptionTopologyAssociation.withAssociationType(AssociationType associationType) Set the associationType property: The association type of the child resource to the parent resource.