Show / Hide Table of Contents

    Class JobTargetGroup

    A group of job targets.

    Inheritance
    Object
    Resource
    ProxyResource
    JobTargetGroup
    Inherited Members
    Resource.Id
    Resource.Name
    Resource.Type
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Sql.dll
    Syntax
    [Microsoft.Rest.Serialization.JsonTransformation]
    public class JobTargetGroup : Microsoft.Azure.Management.Sql.Models.ProxyResource

    Constructors

    JobTargetGroup()

    Initializes a new instance of the JobTargetGroup class.

    Declaration
    public JobTargetGroup ();

    JobTargetGroup(IList<JobTarget>, String, String, String)

    Initializes a new instance of the JobTargetGroup class.

    Declaration
    public JobTargetGroup (System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.JobTarget> members, string id = null, string name = null, string type = null);
    Parameters
    IList<JobTarget> members

    Members of the target group.

    String id

    Resource ID.

    String name

    Resource name.

    String type

    Resource type.

    Properties

    Members

    Gets or sets members of the target group.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="properties.members")]
    public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.JobTarget> Members { get; set; }
    Property Value
    IList<JobTarget>

    Methods

    Validate()

    Validate the object.

    Declaration
    public virtual void Validate ();
    Exceptions
    ValidationException

    Thrown if validation fails

    Back to top Azure SDK for Net