Uses of Class
com.azure.resourcemanager.network.models.ReachabilityAnalysisRunProperties
Packages that use ReachabilityAnalysisRunProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ReachabilityAnalysisRunProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ReachabilityAnalysisRunPropertiesModifier and TypeMethodDescriptionReachabilityAnalysisRunInner.properties()Get the properties property: Represents the Reachability Analysis Run properties.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ReachabilityAnalysisRunPropertiesModifier and TypeMethodDescriptionReachabilityAnalysisRunInner.withProperties(ReachabilityAnalysisRunProperties properties) Set the properties property: Represents the Reachability Analysis Run properties. -
Uses of ReachabilityAnalysisRunProperties in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ReachabilityAnalysisRunPropertiesModifier and TypeClassDescriptionfinal classRepresents the Reachability Analysis Run properties.Methods in com.azure.resourcemanager.network.models that return ReachabilityAnalysisRunPropertiesModifier and TypeMethodDescriptionReachabilityAnalysisRunProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ReachabilityAnalysisRunProperties from the JsonReader.ReachabilityAnalysisRunProperties.withDescription(String description) Set the description property: The description property.ReachabilityAnalysisRunProperties.withIntentId(String intentId) Set the intentId property: Id of the intent resource to run analysis on.ReachabilityAnalysisRunProperties.withProvisioningState(ProvisioningState provisioningState) Set the provisioningState property: Provisioning states of a resource.