Uses of Class
com.azure.resourcemanager.network.models.AdvertisedPublicPrefixProperties
Packages that use AdvertisedPublicPrefixProperties
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of AdvertisedPublicPrefixProperties in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type AdvertisedPublicPrefixPropertiesModifier and TypeClassDescriptionfinal classPrefix properties required to perform validation using openssl signature.Methods in com.azure.resourcemanager.network.models that return AdvertisedPublicPrefixPropertiesModifier and TypeMethodDescriptionAdvertisedPublicPrefixProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AdvertisedPublicPrefixProperties from the JsonReader.AdvertisedPublicPrefixProperties.withPrefix(String prefix) Set the prefix property: Advertised Public Prefix.AdvertisedPublicPrefixProperties.withSignature(String signature) Set the signature property: Signed string generated by encrypting validationId with a private key.AdvertisedPublicPrefixProperties.withValidationId(String validationId) Set the validationId property: Validation string that contains circuit peering info.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AdvertisedPublicPrefixPropertiesModifier and TypeMethodDescriptionExpressRouteCircuitPeeringConfig.advertisedPublicPrefixInfo()Get the advertisedPublicPrefixInfo property: List of Prefix information required to perform validation.Method parameters in com.azure.resourcemanager.network.models with type arguments of type AdvertisedPublicPrefixPropertiesModifier and TypeMethodDescriptionExpressRouteCircuitPeeringConfig.withAdvertisedPublicPrefixInfo(List<AdvertisedPublicPrefixProperties> advertisedPublicPrefixInfo) Set the advertisedPublicPrefixInfo property: List of Prefix information required to perform validation.