Uses of Class
com.azure.resourcemanager.kusto.models.Reason
Package
Description
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of Reason in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionCheckNameResultInner.reason()
Get the reason property: Message providing the reason why the given name is invalid.Modifier and TypeMethodDescriptionCheckNameResultInner.withReason
(Reason reason) Set the reason property: Message providing the reason why the given name is invalid. -
Uses of Reason in com.azure.resourcemanager.kusto.models
Modifier and TypeFieldDescriptionstatic final Reason
Reason.ALREADY_EXISTS
Static value AlreadyExists for Reason.static final Reason
Reason.INVALID
Static value Invalid for Reason.Modifier and TypeMethodDescriptionstatic Reason
Reason.fromString
(String name) Creates or finds a Reason from its string representation.CheckNameResult.reason()
Gets the reason property: Message providing the reason why the given name is invalid.Modifier and TypeMethodDescriptionstatic Collection<Reason>
Reason.values()
Gets known Reason values.