Uses of Class
com.azure.resourcemanager.network.fluent.models.NspLinkReferenceProperties
Packages that use NspLinkReferenceProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of NspLinkReferenceProperties in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type NspLinkReferencePropertiesModifier and TypeClassDescriptionfinal classProperties of NSP LinkReference resource.Methods in com.azure.resourcemanager.network.fluent.models that return NspLinkReferencePropertiesModifier and TypeMethodDescriptionstatic NspLinkReferencePropertiesNspLinkReferenceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NspLinkReferenceProperties from the JsonReader.NspLinkReferenceProperties.withLocalInboundProfiles(List<String> localInboundProfiles) Set the localInboundProfiles property: Local Inbound profile names to which Inbound is allowed.NspLinkReferenceProperties.withStatus(NspLinkStatus status) Set the status property: The NSP linkReference state.