Uses of Class
odata.msgraph.client.beta.enums.MicrosoftTunnelServerHealthStatus
-
Packages that use MicrosoftTunnelServerHealthStatus Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of MicrosoftTunnelServerHealthStatus in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as MicrosoftTunnelServerHealthStatus Modifier and Type Field Description protected MicrosoftTunnelServerHealthStatusMicrosoftTunnelServer. tunnelServerHealthStatusMethods in odata.msgraph.client.beta.entity that return types with arguments of type MicrosoftTunnelServerHealthStatus Modifier and Type Method Description Optional<MicrosoftTunnelServerHealthStatus>MicrosoftTunnelServer. getTunnelServerHealthStatus()“The MicrosoftTunnelServer's health status”Methods in odata.msgraph.client.beta.entity with parameters of type MicrosoftTunnelServerHealthStatus Modifier and Type Method Description MicrosoftTunnelServer.BuilderMicrosoftTunnelServer.Builder. tunnelServerHealthStatus(MicrosoftTunnelServerHealthStatus tunnelServerHealthStatus)“The MicrosoftTunnelServer's health status”MicrosoftTunnelServerMicrosoftTunnelServer. withTunnelServerHealthStatus(MicrosoftTunnelServerHealthStatus tunnelServerHealthStatus)Returns an immutable copy ofthiswith just thetunnelServerHealthStatusfield changed. -
Uses of MicrosoftTunnelServerHealthStatus in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return MicrosoftTunnelServerHealthStatus Modifier and Type Method Description static MicrosoftTunnelServerHealthStatusMicrosoftTunnelServerHealthStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static MicrosoftTunnelServerHealthStatus[]MicrosoftTunnelServerHealthStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-