Uses of Class
com.azure.resourcemanager.network.fluent.models.ProbeInner
Packages that use ProbeInner
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 ProbeInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return ProbeInnerModifier and TypeMethodDescriptionGets load balancer probe.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ProbeInnerModifier and TypeMethodDescriptionLoadBalancerProbesClient.getAsync(String resourceGroupName, String loadBalancerName, String probeName) Gets load balancer probe.com.azure.core.http.rest.Response<ProbeInner> LoadBalancerProbesClient.getWithResponse(String resourceGroupName, String loadBalancerName, String probeName, com.azure.core.util.Context context) Gets load balancer probe.Mono<com.azure.core.http.rest.Response<ProbeInner>> LoadBalancerProbesClient.getWithResponseAsync(String resourceGroupName, String loadBalancerName, String probeName) Gets load balancer probe.com.azure.core.http.rest.PagedIterable<ProbeInner> Gets all the load balancer probes.com.azure.core.http.rest.PagedIterable<ProbeInner> LoadBalancerProbesClient.list(String resourceGroupName, String loadBalancerName, com.azure.core.util.Context context) Gets all the load balancer probes.com.azure.core.http.rest.PagedFlux<ProbeInner> Gets all the load balancer probes. -
Uses of ProbeInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ProbeInnerModifier and TypeMethodDescriptionstatic ProbeInnerProbeInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProbeInner from the JsonReader.ProbeInner.withIntervalInSeconds(Integer intervalInSeconds) Set the intervalInSeconds property: The interval, in seconds, for how frequently to probe the endpoint for health status.Set the name property: The name of the resource that is unique within the set of probes used by the load balancer.ProbeInner.withNoHealthyBackendsBehavior(ProbeNoHealthyBackendsBehavior noHealthyBackendsBehavior) Set the noHealthyBackendsBehavior property: Determines how new connections are handled by the load balancer when all backend instances are probed down.ProbeInner.withNumberOfProbes(Integer numberOfProbes) Set the numberOfProbes property: The number of probes where if no response, will result in stopping further traffic from being delivered to the endpoint.Set the port property: The port for communicating the probe.ProbeInner.withProbeThreshold(Integer probeThreshold) Set the probeThreshold property: The number of consecutive successful or failed probes in order to allow or deny traffic from being delivered to this endpoint.ProbeInner.withProtocol(ProbeProtocol protocol) Set the protocol property: The protocol of the end point.ProbeInner.withRequestPath(String requestPath) Set the requestPath property: The URI used for requesting health status from the VM.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ProbeInnerModifier and TypeMethodDescriptionLoadBalancerInner.probes()Get the probes property: Collection of probe objects used in the load balancer.LoadBalancerPropertiesFormat.probes()Get the probes property: Collection of probe objects used in the load balancer.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ProbeInnerModifier and TypeMethodDescriptionLoadBalancerInner.withProbes(List<ProbeInner> probes) Set the probes property: Collection of probe objects used in the load balancer.LoadBalancerPropertiesFormat.withProbes(List<ProbeInner> probes) Set the probes property: Collection of probe objects used in the load balancer. -
Uses of ProbeInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type ProbeInnerModifier and TypeMethodDescriptionLoadBalancerProbeListResult.value()Get the value property: A list of probes in a load balancer.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ProbeInnerModifier and TypeMethodDescriptionLoadBalancerProbeListResult.withValue(List<ProbeInner> value) Set the value property: A list of probes in a load balancer.