Uses of Class
com.azure.resourcemanager.network.fluent.models.ReachabilityAnalysisIntentInner
Packages that use ReachabilityAnalysisIntentInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ReachabilityAnalysisIntentInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return ReachabilityAnalysisIntentInnerModifier and TypeMethodDescriptionReachabilityAnalysisIntentsClient.create(String resourceGroupName, String networkManagerName, String workspaceName, String reachabilityAnalysisIntentName, ReachabilityAnalysisIntentInner body) Creates Reachability Analysis Intent.ReachabilityAnalysisIntentsClient.get(String resourceGroupName, String networkManagerName, String workspaceName, String reachabilityAnalysisIntentName) Get the Reachability Analysis Intent.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ReachabilityAnalysisIntentInnerModifier and TypeMethodDescriptionReachabilityAnalysisIntentsClient.createAsync(String resourceGroupName, String networkManagerName, String workspaceName, String reachabilityAnalysisIntentName, ReachabilityAnalysisIntentInner body) Creates Reachability Analysis Intent.com.azure.core.http.rest.Response<ReachabilityAnalysisIntentInner> ReachabilityAnalysisIntentsClient.createWithResponse(String resourceGroupName, String networkManagerName, String workspaceName, String reachabilityAnalysisIntentName, ReachabilityAnalysisIntentInner body, com.azure.core.util.Context context) Creates Reachability Analysis Intent.Mono<com.azure.core.http.rest.Response<ReachabilityAnalysisIntentInner>> ReachabilityAnalysisIntentsClient.createWithResponseAsync(String resourceGroupName, String networkManagerName, String workspaceName, String reachabilityAnalysisIntentName, ReachabilityAnalysisIntentInner body) Creates Reachability Analysis Intent.ReachabilityAnalysisIntentsClient.getAsync(String resourceGroupName, String networkManagerName, String workspaceName, String reachabilityAnalysisIntentName) Get the Reachability Analysis Intent.com.azure.core.http.rest.Response<ReachabilityAnalysisIntentInner> ReachabilityAnalysisIntentsClient.getWithResponse(String resourceGroupName, String networkManagerName, String workspaceName, String reachabilityAnalysisIntentName, com.azure.core.util.Context context) Get the Reachability Analysis Intent.Mono<com.azure.core.http.rest.Response<ReachabilityAnalysisIntentInner>> ReachabilityAnalysisIntentsClient.getWithResponseAsync(String resourceGroupName, String networkManagerName, String workspaceName, String reachabilityAnalysisIntentName) Get the Reachability Analysis Intent.com.azure.core.http.rest.PagedIterable<ReachabilityAnalysisIntentInner> ReachabilityAnalysisIntentsClient.list(String resourceGroupName, String networkManagerName, String workspaceName) Gets list of Reachability Analysis Intents .com.azure.core.http.rest.PagedIterable<ReachabilityAnalysisIntentInner> ReachabilityAnalysisIntentsClient.list(String resourceGroupName, String networkManagerName, String workspaceName, String skipToken, Integer skip, Integer top, String sortKey, String sortValue, com.azure.core.util.Context context) Gets list of Reachability Analysis Intents .com.azure.core.http.rest.PagedFlux<ReachabilityAnalysisIntentInner> ReachabilityAnalysisIntentsClient.listAsync(String resourceGroupName, String networkManagerName, String workspaceName) Gets list of Reachability Analysis Intents .com.azure.core.http.rest.PagedFlux<ReachabilityAnalysisIntentInner> ReachabilityAnalysisIntentsClient.listAsync(String resourceGroupName, String networkManagerName, String workspaceName, String skipToken, Integer skip, Integer top, String sortKey, String sortValue) Gets list of Reachability Analysis Intents .Methods in com.azure.resourcemanager.network.fluent with parameters of type ReachabilityAnalysisIntentInnerModifier and TypeMethodDescriptionReachabilityAnalysisIntentsClient.create(String resourceGroupName, String networkManagerName, String workspaceName, String reachabilityAnalysisIntentName, ReachabilityAnalysisIntentInner body) Creates Reachability Analysis Intent.ReachabilityAnalysisIntentsClient.createAsync(String resourceGroupName, String networkManagerName, String workspaceName, String reachabilityAnalysisIntentName, ReachabilityAnalysisIntentInner body) Creates Reachability Analysis Intent.com.azure.core.http.rest.Response<ReachabilityAnalysisIntentInner> ReachabilityAnalysisIntentsClient.createWithResponse(String resourceGroupName, String networkManagerName, String workspaceName, String reachabilityAnalysisIntentName, ReachabilityAnalysisIntentInner body, com.azure.core.util.Context context) Creates Reachability Analysis Intent.Mono<com.azure.core.http.rest.Response<ReachabilityAnalysisIntentInner>> ReachabilityAnalysisIntentsClient.createWithResponseAsync(String resourceGroupName, String networkManagerName, String workspaceName, String reachabilityAnalysisIntentName, ReachabilityAnalysisIntentInner body) Creates Reachability Analysis Intent. -
Uses of ReachabilityAnalysisIntentInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ReachabilityAnalysisIntentInnerModifier and TypeMethodDescriptionReachabilityAnalysisIntentInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ReachabilityAnalysisIntentInner from the JsonReader.ReachabilityAnalysisIntentInner.withProperties(ReachabilityAnalysisIntentProperties properties) Set the properties property: Represents the Reachability Analysis Intent properties. -
Uses of ReachabilityAnalysisIntentInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type ReachabilityAnalysisIntentInnerModifier and TypeMethodDescriptionReachabilityAnalysisIntentListResult.value()Get the value property: Gets a page of Reachability Analysis Intents.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ReachabilityAnalysisIntentInnerModifier and TypeMethodDescriptionReachabilityAnalysisIntentListResult.withValue(List<ReachabilityAnalysisIntentInner> value) Set the value property: Gets a page of Reachability Analysis Intents.