/// <summary>
 /// Initializes a new instance of the Response class.
 /// </summary>
 /// <param name="headers">A list of all the headers attached to the
 /// response.</param>
 /// <param name="statusCode">The status code of the response.</param>
 /// <param name="bodyLink">Details on the location of the body
 /// content.</param>
 public Response(object headers = default(object), int?statusCode = default(int?), ContentLink bodyLink = default(ContentLink))
 {
     Headers    = headers;
     StatusCode = statusCode;
     BodyLink   = bodyLink;
     CustomInit();
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the
 /// ArtifactContentPropertiesDefinition class.
 /// </summary>
 /// <param name="createdTime">The artifact creation time.</param>
 /// <param name="changedTime">The artifact changed time.</param>
 /// <param name="contentType">The content type.</param>
 /// <param name="contentLink">The content link.</param>
 public ArtifactContentPropertiesDefinition(System.DateTime?createdTime = default(System.DateTime?), System.DateTime?changedTime = default(System.DateTime?), object metadata = default(object), object content = default(object), string contentType = default(string), ContentLink contentLink = default(ContentLink))
     : base(createdTime, changedTime, metadata)
 {
     Content     = content;
     ContentType = contentType;
     ContentLink = contentLink;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the OperationResult class.
 /// </summary>
 /// <param name="startTime">The start time of the workflow scope
 /// repetition.</param>
 /// <param name="endTime">The end time of the workflow scope
 /// repetition.</param>
 /// <param name="correlation">The correlation properties.</param>
 /// <param name="status">The status of the workflow scope repetition.
 /// Possible values include: 'NotSpecified', 'Paused', 'Running',
 /// 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled',
 /// 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'</param>
 /// <param name="code">The workflow scope repetition code.</param>
 /// <param name="trackingId">Gets the tracking id.</param>
 /// <param name="inputs">Gets the inputs.</param>
 /// <param name="inputsLink">Gets the link to inputs.</param>
 /// <param name="outputs">Gets the outputs.</param>
 /// <param name="outputsLink">Gets the link to outputs.</param>
 /// <param name="trackedProperties">Gets the tracked
 /// properties.</param>
 /// <param name="retryHistory">Gets the retry histories.</param>
 public OperationResult(System.DateTime?startTime = default(System.DateTime?), System.DateTime?endTime = default(System.DateTime?), RunActionCorrelation correlation = default(RunActionCorrelation), string status = default(string), string code = default(string), object error = default(object), string trackingId = default(string), object inputs = default(object), ContentLink inputsLink = default(ContentLink), object outputs = default(object), ContentLink outputsLink = default(ContentLink), object trackedProperties = default(object), IList <RetryHistory> retryHistory = default(IList <RetryHistory>), int?iterationCount = default(int?))
     : base(startTime, endTime, correlation, status, code, error)
 {
     TrackingId        = trackingId;
     Inputs            = inputs;
     InputsLink        = inputsLink;
     Outputs           = outputs;
     OutputsLink       = outputsLink;
     TrackedProperties = trackedProperties;
     RetryHistory      = retryHistory;
     IterationCount    = iterationCount;
     CustomInit();
 }
Exemple #4
0
 /// <summary>
 /// Initializes a new instance of the IntegrationAccountMap class.
 /// </summary>
 /// <param name="mapType">The map type. Possible values include:
 /// 'NotSpecified', 'Xslt', 'Xslt20', 'Xslt30', 'Liquid'</param>
 /// <param name="id">The resource id.</param>
 /// <param name="name">Gets the resource name.</param>
 /// <param name="type">Gets the resource type.</param>
 /// <param name="location">The resource location.</param>
 /// <param name="tags">The resource tags.</param>
 /// <param name="parametersSchema">The parameters schema of integration
 /// account map.</param>
 /// <param name="createdTime">The created time.</param>
 /// <param name="changedTime">The changed time.</param>
 /// <param name="content">The content.</param>
 /// <param name="contentType">The content type.</param>
 /// <param name="contentLink">The content link.</param>
 /// <param name="metadata">The metadata.</param>
 public IntegrationAccountMap(string mapType, string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary <string, string> tags = default(IDictionary <string, string>), IntegrationAccountMapPropertiesParametersSchema parametersSchema = default(IntegrationAccountMapPropertiesParametersSchema), System.DateTime?createdTime = default(System.DateTime?), System.DateTime?changedTime = default(System.DateTime?), string content = default(string), string contentType = default(string), ContentLink contentLink = default(ContentLink), object metadata = default(object))
     : base(id, name, type, location, tags)
 {
     MapType          = mapType;
     ParametersSchema = parametersSchema;
     CreatedTime      = createdTime;
     ChangedTime      = changedTime;
     Content          = content;
     ContentType      = contentType;
     ContentLink      = contentLink;
     Metadata         = metadata;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the IntegrationAccountSchema class.
 /// </summary>
 /// <param name="schemaType">The schema type. Possible values include:
 /// 'NotSpecified', 'Xml'</param>
 /// <param name="id">The resource id.</param>
 /// <param name="name">Gets the resource name.</param>
 /// <param name="type">Gets the resource type.</param>
 /// <param name="location">The resource location.</param>
 /// <param name="tags">The resource tags.</param>
 /// <param name="targetNamespace">The target namespace of the
 /// schema.</param>
 /// <param name="documentName">The document name.</param>
 /// <param name="fileName">The file name.</param>
 /// <param name="createdTime">The created time.</param>
 /// <param name="changedTime">The changed time.</param>
 /// <param name="metadata">The metadata.</param>
 /// <param name="content">The content.</param>
 /// <param name="contentType">The content type.</param>
 /// <param name="contentLink">The content link.</param>
 public IntegrationAccountSchema(string schemaType, string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary <string, string> tags = default(IDictionary <string, string>), string targetNamespace = default(string), string documentName = default(string), string fileName = default(string), System.DateTime?createdTime = default(System.DateTime?), System.DateTime?changedTime = default(System.DateTime?), object metadata = default(object), string content = default(string), string contentType = default(string), ContentLink contentLink = default(ContentLink))
     : base(id, name, type, location, tags)
 {
     SchemaType      = schemaType;
     TargetNamespace = targetNamespace;
     DocumentName    = documentName;
     FileName        = fileName;
     CreatedTime     = createdTime;
     ChangedTime     = changedTime;
     Metadata        = metadata;
     Content         = content;
     ContentType     = contentType;
     ContentLink     = contentLink;
     CustomInit();
 }
Exemple #6
0
 /// <summary>
 /// Initializes a new instance of the WorkflowRunAction class.
 /// </summary>
 public WorkflowRunAction(string id = default(string), DateTime?startTime = default(DateTime?), DateTime?endTime = default(DateTime?), WorkflowStatus?status = default(WorkflowStatus?), string code = default(string), object error = default(object), string trackingId = default(string), Correlation correlation = default(Correlation), ContentLink inputsLink = default(ContentLink), ContentLink outputsLink = default(ContentLink), object trackedProperties = default(object), string name = default(string), string type = default(string))
     : base(id)
 {
     StartTime         = startTime;
     EndTime           = endTime;
     Status            = status;
     Code              = code;
     Error             = error;
     TrackingId        = trackingId;
     Correlation       = correlation;
     InputsLink        = inputsLink;
     OutputsLink       = outputsLink;
     TrackedProperties = trackedProperties;
     Name              = name;
     Type              = type;
 }
Exemple #7
0
 /// <summary>
 /// Initializes a new instance of the WorkflowRunTrigger class.
 /// </summary>
 public WorkflowRunTrigger(string name = default(string), object inputs = default(object), ContentLink inputsLink = default(ContentLink), object outputs = default(object), ContentLink outputsLink = default(ContentLink), DateTime?startTime = default(DateTime?), DateTime?endTime = default(DateTime?), string trackingId = default(string), Correlation correlation = default(Correlation), string code = default(string), WorkflowStatus?status = default(WorkflowStatus?), object error = default(object), object trackedProperties = default(object))
 {
     Name              = name;
     Inputs            = inputs;
     InputsLink        = inputsLink;
     Outputs           = outputs;
     OutputsLink       = outputsLink;
     StartTime         = startTime;
     EndTime           = endTime;
     TrackingId        = trackingId;
     Correlation       = correlation;
     Code              = code;
     Status            = status;
     Error             = error;
     TrackedProperties = trackedProperties;
 }
 /// <summary>
 /// Initializes a new instance of the WorkflowTriggerHistory class.
 /// </summary>
 public WorkflowTriggerHistory(string id = default(string), DateTime?startTime = default(DateTime?), DateTime?endTime = default(DateTime?), WorkflowStatus?status = default(WorkflowStatus?), string code = default(string), object error = default(object), string trackingId = default(string), Correlation correlation = default(Correlation), ContentLink inputsLink = default(ContentLink), ContentLink outputsLink = default(ContentLink), bool?fired = default(bool?), ResourceReference run = default(ResourceReference), string name = default(string), string type = default(string))
     : base(id)
 {
     StartTime   = startTime;
     EndTime     = endTime;
     Status      = status;
     Code        = code;
     Error       = error;
     TrackingId  = trackingId;
     Correlation = correlation;
     InputsLink  = inputsLink;
     OutputsLink = outputsLink;
     Fired       = fired;
     Run         = run;
     Name        = name;
     Type        = type;
 }
 /// <summary>
 /// Initializes a new instance of the WorkflowRunAction class.
 /// </summary>
 /// <param name="id">The resource id.</param>
 /// <param name="startTime">Gets the start time.</param>
 /// <param name="endTime">Gets the end time.</param>
 /// <param name="status">Gets the status. Possible values include:
 /// 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded',
 /// 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted',
 /// 'TimedOut', 'Aborted', 'Ignored'</param>
 /// <param name="code">Gets the code.</param>
 /// <param name="error">Gets the error.</param>
 /// <param name="trackingId">Gets the tracking id.</param>
 /// <param name="correlation">The correlation properties.</param>
 /// <param name="inputsLink">Gets the link to inputs.</param>
 /// <param name="outputsLink">Gets the link to outputs.</param>
 /// <param name="trackedProperties">Gets the tracked
 /// properties.</param>
 /// <param name="retryHistory">Gets the retry histories.</param>
 /// <param name="name">Gets the workflow run action name.</param>
 /// <param name="type">Gets the workflow run action type.</param>
 public WorkflowRunAction(string id = default(string), System.DateTime?startTime = default(System.DateTime?), System.DateTime?endTime = default(System.DateTime?), string status = default(string), string code = default(string), object error = default(object), string trackingId = default(string), Correlation correlation = default(Correlation), ContentLink inputsLink = default(ContentLink), ContentLink outputsLink = default(ContentLink), object trackedProperties = default(object), IList <RetryHistory> retryHistory = default(IList <RetryHistory>), string name = default(string), string type = default(string))
     : base(id)
 {
     StartTime         = startTime;
     EndTime           = endTime;
     Status            = status;
     Code              = code;
     Error             = error;
     TrackingId        = trackingId;
     Correlation       = correlation;
     InputsLink        = inputsLink;
     OutputsLink       = outputsLink;
     TrackedProperties = trackedProperties;
     RetryHistory      = retryHistory;
     Name              = name;
     Type              = type;
     CustomInit();
 }
Exemple #10
0
 /// <summary>
 /// Initializes a new instance of the
 /// WorkflowRunActionRepetitionDefinition class.
 /// </summary>
 /// <param name="id">The resource id.</param>
 /// <param name="name">Gets the resource name.</param>
 /// <param name="type">Gets the resource type.</param>
 /// <param name="location">The resource location.</param>
 /// <param name="tags">The resource tags.</param>
 /// <param name="startTime">The start time of the workflow scope
 /// repetition.</param>
 /// <param name="endTime">The end time of the workflow scope
 /// repetition.</param>
 /// <param name="correlation">The correlation properties.</param>
 /// <param name="status">The status of the workflow scope repetition.
 /// Possible values include: 'NotSpecified', 'Paused', 'Running',
 /// 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled',
 /// 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'</param>
 /// <param name="code">The workflow scope repetition code.</param>
 /// <param name="trackingId">Gets the tracking id.</param>
 /// <param name="inputs">Gets the inputs.</param>
 /// <param name="inputsLink">Gets the link to inputs.</param>
 /// <param name="outputs">Gets the outputs.</param>
 /// <param name="outputsLink">Gets the link to outputs.</param>
 /// <param name="trackedProperties">Gets the tracked
 /// properties.</param>
 /// <param name="retryHistory">Gets the retry histories.</param>
 /// <param name="repetitionIndexes">The repetition indexes.</param>
 public WorkflowRunActionRepetitionDefinition(string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary <string, string> tags = default(IDictionary <string, string>), System.DateTime?startTime = default(System.DateTime?), System.DateTime?endTime = default(System.DateTime?), RunActionCorrelation correlation = default(RunActionCorrelation), string status = default(string), string code = default(string), object error = default(object), string trackingId = default(string), object inputs = default(object), ContentLink inputsLink = default(ContentLink), object outputs = default(object), ContentLink outputsLink = default(ContentLink), object trackedProperties = default(object), IList <RetryHistory> retryHistory = default(IList <RetryHistory>), int?iterationCount = default(int?), IList <RepetitionIndex> repetitionIndexes = default(IList <RepetitionIndex>))
     : base(id, name, type, location, tags)
 {
     StartTime         = startTime;
     EndTime           = endTime;
     Correlation       = correlation;
     Status            = status;
     Code              = code;
     Error             = error;
     TrackingId        = trackingId;
     Inputs            = inputs;
     InputsLink        = inputsLink;
     Outputs           = outputs;
     OutputsLink       = outputsLink;
     TrackedProperties = trackedProperties;
     RetryHistory      = retryHistory;
     IterationCount    = iterationCount;
     RepetitionIndexes = repetitionIndexes;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the AssemblyProperties class.
 /// </summary>
 /// <param name="assemblyName">The assembly name.</param>
 /// <param name="createdTime">The artifact creation time.</param>
 /// <param name="changedTime">The artifact changed time.</param>
 /// <param name="contentType">The content type.</param>
 /// <param name="contentLink">The content link.</param>
 /// <param name="assemblyVersion">The assembly version.</param>
 /// <param name="assemblyCulture">The assembly culture.</param>
 /// <param name="assemblyPublicKeyToken">The assembly public key
 /// token.</param>
 public AssemblyProperties(string assemblyName, System.DateTime?createdTime = default(System.DateTime?), System.DateTime?changedTime = default(System.DateTime?), object metadata = default(object), object content = default(object), string contentType = default(string), ContentLink contentLink = default(ContentLink), string assemblyVersion = default(string), string assemblyCulture = default(string), string assemblyPublicKeyToken = default(string))
     : base(createdTime, changedTime, metadata, content, contentType, contentLink)
 {
     AssemblyName           = assemblyName;
     AssemblyVersion        = assemblyVersion;
     AssemblyCulture        = assemblyCulture;
     AssemblyPublicKeyToken = assemblyPublicKeyToken;
     CustomInit();
 }