Uses of Class
com.azure.resourcemanager.network.fluent.models.NspLinkProperties
Packages that use NspLinkProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of NspLinkProperties in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type NspLinkPropertiesMethods in com.azure.resourcemanager.network.fluent.models that return NspLinkPropertiesModifier and TypeMethodDescriptionstatic NspLinkPropertiesNspLinkProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NspLinkProperties from the JsonReader.NspLinkProperties.withAutoApprovedRemotePerimeterResourceId(String autoApprovedRemotePerimeterResourceId) Set the autoApprovedRemotePerimeterResourceId property: Perimeter ARM Id for the remote NSP with which the link gets created in Auto-approval mode.NspLinkProperties.withDescription(String description) Set the description property: A message passed to the owner of the remote NSP link resource with this connection request.NspLinkProperties.withLocalInboundProfiles(List<String> localInboundProfiles) Set the localInboundProfiles property: Local Inbound profile names to which Inbound is allowed.NspLinkProperties.withRemoteInboundProfiles(List<String> remoteInboundProfiles) Set the remoteInboundProfiles property: Remote Inbound profile names to which Inbound is allowed.