Show / Hide Table of Contents

    Class JobVersion

    A job version.

    Inheritance
    Object
    Resource
    ProxyResource
    JobVersion
    Inherited Members
    Resource.Id
    Resource.Name
    Resource.Type
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Sql.dll
    Syntax
    public class JobVersion : Microsoft.Azure.Management.Sql.Models.ProxyResource

    Constructors

    JobVersion()

    Initializes a new instance of the JobVersion class.

    Declaration
    public JobVersion ();

    JobVersion(String, String, String)

    Initializes a new instance of the JobVersion class.

    Declaration
    public JobVersion (string id = null, string name = null, string type = null);
    Parameters
    String id

    Resource ID.

    String name

    Resource name.

    String type

    Resource type.

    Back to top Azure SDK for Net