Uses of Class
com.azure.resourcemanager.network.fluent.models.NspAssociationProperties
Packages that use NspAssociationProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of NspAssociationProperties in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type NspAssociationPropertiesModifier and TypeClassDescriptionfinal classThe NspAssociationProperties model.Methods in com.azure.resourcemanager.network.fluent.models that return NspAssociationPropertiesModifier and TypeMethodDescriptionstatic NspAssociationPropertiesNspAssociationProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NspAssociationProperties from the JsonReader.NspAssociationProperties.withAccessMode(AssociationAccessMode accessMode) Set the accessMode property: Access mode on the association.NspAssociationProperties.withPrivateLinkResource(com.azure.core.management.SubResource privateLinkResource) Set the privateLinkResource property: The PaaS resource to be associated.NspAssociationProperties.withProfile(com.azure.core.management.SubResource profile) Set the profile property: Profile id to which the PaaS resource is associated.