Uses of Class
com.azure.resourcemanager.network.models.SharedKeyProperties
Packages that use SharedKeyProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of SharedKeyProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return SharedKeyPropertiesModifier and TypeMethodDescriptionConnectionSharedKeyResultInner.properties()Get the properties property: Properties of the shared key.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type SharedKeyPropertiesModifier and TypeMethodDescriptionConnectionSharedKeyResultInner.withProperties(SharedKeyProperties properties) Set the properties property: Properties of the shared key. -
Uses of SharedKeyProperties in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return SharedKeyPropertiesModifier and TypeMethodDescriptionstatic SharedKeyPropertiesSharedKeyProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SharedKeyProperties from the JsonReader.SharedKeyProperties.withSharedKey(String sharedKey) Set the sharedKey property: The value of the shared key for the vpn link connection.SharedKeyProperties.withSharedKeyLength(Integer sharedKeyLength) Set the sharedKeyLength property: The length of the shared key for the vpn link connection.