Class JobTargetGroupInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.sql.fluent.models.JobTargetGroupInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
public final class JobTargetGroupInner
extends com.azure.core.management.ProxyResource
A group of job targets.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmembers()Get the members property: Members of the target group.voidvalidate()Validates the instance.withMembers(List<JobTarget> members) Set the members property: Members of the target group.Methods inherited from class com.azure.core.management.ProxyResource
fromJson, id, name, toJson, type
-
Constructor Details
-
JobTargetGroupInner
public JobTargetGroupInner()Creates an instance of JobTargetGroupInner class.
-
-
Method Details
-
members
Get the members property: Members of the target group.- Returns:
- the members value.
-
withMembers
Set the members property: Members of the target group.- Parameters:
members- the members value to set.- Returns:
- the JobTargetGroupInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-