LogonType (Azure SDK for Java Reference Documentation)
Jessica Wood
Published Feb 16, 2026
com.azure.resourcemanager.devopsinfrastructure.models.LogonType
public final class LogonTypeextends com.azure.core.util.ExpandableStringEnum<LogonType>
Determines how the service should be run.
Field Summary
Fields
Static value Interactive for LogonType.
Static value Service for LogonType.
Constructor Summary
Constructors
Deprecated.Method Summary
Creates or finds a LogonType from its string representation.
Gets known LogonType values.
Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
Field Details
SERVICE
Static value Service for LogonType.
INTERACTIVE
Static value Interactive for LogonType.
Constructor Details
LogonType
Deprecated.Creates a new instance of LogonType value.
Method Details
fromString
Creates or finds a LogonType from its string representation.
- Parameters:
name- a name to look for.- Returns:
- the corresponding LogonType.
values
Gets known LogonType values.
- Returns:
- known LogonType values.