Class ValidateResourceTypes
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ValidateResourceTypes>
com.azure.resourcemanager.appservice.models.ValidateResourceTypes
public final class ValidateResourceTypes
extends com.azure.core.util.ExpandableStringEnum<ValidateResourceTypes>
Resource type used for verification.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ValidateResourceTypesStatic value Microsoft.Web/hostingEnvironments for ValidateResourceTypes.static final ValidateResourceTypesStatic value ServerFarm for ValidateResourceTypes.static final ValidateResourceTypesStatic value Site for ValidateResourceTypes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ValidateResourceTypesfromString(String name) Creates or finds a ValidateResourceTypes from its string representation.static Collection<ValidateResourceTypes>values()Gets known ValidateResourceTypes values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
SERVER_FARM
Static value ServerFarm for ValidateResourceTypes. -
SITE
Static value Site for ValidateResourceTypes. -
MICROSOFT_WEB_HOSTING_ENVIRONMENTS
Static value Microsoft.Web/hostingEnvironments for ValidateResourceTypes.
-
-
Constructor Details
-
ValidateResourceTypes
Deprecated.Use thefromString(String)factory method.Creates a new instance of ValidateResourceTypes value.
-
-
Method Details
-
fromString
Creates or finds a ValidateResourceTypes from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ValidateResourceTypes.
-
values
Gets known ValidateResourceTypes values.- Returns:
- known ValidateResourceTypes values.
-
fromString(String)factory method.