Uses of Class
com.azure.resourcemanager.network.models.ReachabilityAnalysisIntentProperties
Packages that use ReachabilityAnalysisIntentProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ReachabilityAnalysisIntentProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ReachabilityAnalysisIntentPropertiesModifier and TypeMethodDescriptionReachabilityAnalysisIntentInner.properties()Get the properties property: Represents the Reachability Analysis Intent properties.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ReachabilityAnalysisIntentPropertiesModifier and TypeMethodDescriptionReachabilityAnalysisIntentInner.withProperties(ReachabilityAnalysisIntentProperties properties) Set the properties property: Represents the Reachability Analysis Intent properties. -
Uses of ReachabilityAnalysisIntentProperties in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ReachabilityAnalysisIntentPropertiesModifier and TypeClassDescriptionfinal classRepresents the Reachability Analysis Intent properties.Methods in com.azure.resourcemanager.network.models that return ReachabilityAnalysisIntentPropertiesModifier and TypeMethodDescriptionReachabilityAnalysisIntentProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ReachabilityAnalysisIntentProperties from the JsonReader.ReachabilityAnalysisIntentProperties.withDescription(String description) Set the description property: The description property.ReachabilityAnalysisIntentProperties.withDestinationResourceId(String destinationResourceId) Set the destinationResourceId property: Destination resource id to verify the reachability path of.ReachabilityAnalysisIntentProperties.withIpTraffic(IpTraffic ipTraffic) Set the ipTraffic property: IP traffic information.ReachabilityAnalysisIntentProperties.withProvisioningState(ProvisioningState provisioningState) Set the provisioningState property: Provisioning states of a resource.ReachabilityAnalysisIntentProperties.withSourceResourceId(String sourceResourceId) Set the sourceResourceId property: Source resource id to verify the reachability path of.