GroupConfigurationParameter class
A parameter for a group configuration item. For details about group service configuration syntax, see Service configurations for resource groups.
Constructors
-
GroupConfigurationParameter({required String name, List<
String> ? values}) -
GroupConfigurationParameter.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the group configuration parameter. For the list of parameters
that you can use with each configuration item type, see Supported
resource types and parameters.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ List<
String> ? -
The value or values to be used for the specified parameter. For the list of
values you can use with each parameter, see Supported
resource types and parameters.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited