Uses of Class
com.azure.resourcemanager.network.models.Parameter
Packages that use Parameter
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of Parameter in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ParameterModifier and TypeMethodDescriptionstatic ParameterParameter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Parameter from the JsonReader.Parameter.withAsPath(List<String> asPath) Set the asPath property: List of AS paths.Parameter.withCommunity(List<String> community) Set the community property: List of BGP communities.Parameter.withRoutePrefix(List<String> routePrefix) Set the routePrefix property: List of route prefixes.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ParameterModifier and TypeMethodDescriptionAction.parameters()Get the parameters property: List of parameters relevant to the action.For instance if type is drop then parameters has list of prefixes to be dropped.If type is add, parameters would have list of ASN numbers to be added.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ParameterModifier and TypeMethodDescriptionAction.withParameters(List<Parameter> parameters) Set the parameters property: List of parameters relevant to the action.For instance if type is drop then parameters has list of prefixes to be dropped.If type is add, parameters would have list of ASN numbers to be added.