Uses of Class
com.azure.resourcemanager.network.models.ConnectionSharedKeyResultList
Packages that use ConnectionSharedKeyResultList
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ConnectionSharedKeyResultList in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ConnectionSharedKeyResultListModifier and TypeClassDescriptionfinal classThe list of shared keys for the vpn link connection.Methods in com.azure.resourcemanager.network.models that return ConnectionSharedKeyResultListModifier and TypeMethodDescriptionConnectionSharedKeyResultList.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionSharedKeyResultList from the JsonReader.ConnectionSharedKeyResultList.withNextLink(String nextLink) Set the nextLink property: URL to get the next set of operation list results if there are any.ConnectionSharedKeyResultList.withValue(List<ConnectionSharedKeyResultInner> value) Set the value property: List of SharedKeys.