Uses of Enum
com.microsoft.graph.models.CloudPcOnPremisesConnectionStatus
Packages that use CloudPcOnPremisesConnectionStatus
-
Uses of CloudPcOnPremisesConnectionStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CloudPcOnPremisesConnectionStatusModifier and TypeMethodDescriptionCloudPcOnPremisesConnection.getHealthCheckStatus()Gets the healthCheckStatus property value.CloudPcOnPremisesConnectionHealthCheck.getStatus()Gets the status property value.Returns the enum constant of this type with the specified name.static CloudPcOnPremisesConnectionStatus[]CloudPcOnPremisesConnectionStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type CloudPcOnPremisesConnectionStatusModifier and TypeMethodDescriptionvoidCloudPcOnPremisesConnection.setHealthCheckStatus(CloudPcOnPremisesConnectionStatus value) Sets the healthCheckStatus property value.voidCloudPcOnPremisesConnectionHealthCheck.setStatus(CloudPcOnPremisesConnectionStatus value) Sets the status property value.