Uses of Class
com.azure.resourcemanager.appservice.models.Expression
Packages that use Expression
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of Expression in com.azure.resourcemanager.appservice.models
Subclasses of Expression in com.azure.resourcemanager.appservice.modelsMethods in com.azure.resourcemanager.appservice.models that return ExpressionModifier and TypeMethodDescriptionstatic Expression
Expression.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Expression from the JsonReader.Expression.withError
(AzureResourceErrorInfo error) Set the error property: The azure resource error info.Expression.withSubexpressions
(List<Expression> subexpressions) Set the subexpressions property: The sub expressions.Set the text property: The text.Set the value property: Anything.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type ExpressionModifier and TypeMethodDescriptionExpression.subexpressions()
Get the subexpressions property: The sub expressions.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type ExpressionModifier and TypeMethodDescriptionExpression.withSubexpressions
(List<Expression> subexpressions) Set the subexpressions property: The sub expressions.ExpressionRoot.withSubexpressions
(List<Expression> subexpressions) Set the subexpressions property: The sub expressions.