Uses of Class
com.azure.resourcemanager.network.fluent.models.ProbeInner
-
Packages that use ProbeInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 ProbeInner Modifier and Type Method Description ProbeInnerLoadBalancerProbesClient. get(String resourceGroupName, String loadBalancerName, String probeName)Gets load balancer probe.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ProbeInner Modifier and Type Method Description Mono<ProbeInner>LoadBalancerProbesClient. 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>LoadBalancerProbesClient. list(String resourceGroupName, String loadBalancerName)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>LoadBalancerProbesClient. listAsync(String resourceGroupName, String loadBalancerName)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 ProbeInner Modifier and Type Method Description ProbeInnerProbeInner. withId(String id)ProbeInnerProbeInner. withIntervalInSeconds(Integer intervalInSeconds)Set the intervalInSeconds property: The interval, in seconds, for how frequently to probe the endpoint for health status.ProbeInnerProbeInner. withName(String name)Set the name property: The name of the resource that is unique within the set of probes used by the load balancer.ProbeInnerProbeInner. 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.ProbeInnerProbeInner. withPort(Integer port)Set the port property: The port for communicating the probe.ProbeInnerProbeInner. withProtocol(ProbeProtocol protocol)Set the protocol property: The protocol of the end point.ProbeInnerProbeInner. 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 ProbeInner Modifier and Type Method Description List<ProbeInner>LoadBalancerInner. probes()Get the probes property: Collection of probe objects used in the load balancer.List<ProbeInner>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 ProbeInner Modifier and Type Method Description LoadBalancerInnerLoadBalancerInner. withProbes(List<ProbeInner> probes)Set the probes property: Collection of probe objects used in the load balancer.LoadBalancerPropertiesFormatLoadBalancerPropertiesFormat. 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 ProbeInner Modifier and Type Method Description List<ProbeInner>LoadBalancerProbeListResult. 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 ProbeInner Modifier and Type Method Description LoadBalancerProbeListResultLoadBalancerProbeListResult. withValue(List<ProbeInner> value)Set the value property: A list of probes in a load balancer.
-