< Summary

Class:Microsoft.Azure.Batch.Protocol.Models.JobScheduleTerminateOptions
Assembly:Microsoft.Azure.Batch
File(s):C:\Git\azure-sdk-for-net\sdk\batch\Microsoft.Azure.Batch\src\GeneratedProtocol\Models\JobScheduleTerminateOptions.cs
Covered lines:2
Uncovered lines:18
Coverable lines:20
Total lines:151
Line coverage:10% (2 of 20)
Covered branches:0
Total branches:0

Metrics

MethodCyclomatic complexity Line coverage Branch coverage
.ctor()-100%100%
.ctor(...)-0%100%
get_Timeout()-0%100%
get_ClientRequestId()-0%100%
get_ReturnClientRequestId()-0%100%
get_OcpDate()-0%100%
get_IfMatch()-0%100%
get_IfNoneMatch()-0%100%
get_IfModifiedSince()-0%100%
get_IfUnmodifiedSince()-0%100%

File(s)

C:\Git\azure-sdk-for-net\sdk\batch\Microsoft.Azure.Batch\src\GeneratedProtocol\Models\JobScheduleTerminateOptions.cs

#LineLine coverage
 1// <auto-generated>
 2// Copyright (c) Microsoft Corporation. All rights reserved.
 3// Licensed under the MIT License. See License.txt in the project root for
 4// license information.
 5//
 6// Code generated by Microsoft (R) AutoRest Code Generator.
 7// Changes may cause incorrect behavior and will be lost if the code is
 8// regenerated.
 9// </auto-generated>
 10
 11namespace Microsoft.Azure.Batch.Protocol.Models
 12{
 13    using Microsoft.Rest;
 14    using Microsoft.Rest.Serialization;
 15    using Newtonsoft.Json;
 16    using System.Linq;
 17
 18    /// <summary>
 19    /// Additional parameters for Terminate operation.
 20    /// </summary>
 21    public partial class JobScheduleTerminateOptions
 22    {
 23        /// <summary>
 24        /// Initializes a new instance of the JobScheduleTerminateOptions
 25        /// class.
 26        /// </summary>
 127        public JobScheduleTerminateOptions()
 28        {
 29            CustomInit();
 130        }
 31
 32        /// <summary>
 33        /// Initializes a new instance of the JobScheduleTerminateOptions
 34        /// class.
 35        /// </summary>
 36        /// <param name="timeout">The maximum time that the server can spend
 37        /// processing the request, in seconds. The default is 30
 38        /// seconds.</param>
 39        /// <param name="clientRequestId">The caller-generated request
 40        /// identity, in the form of a GUID with no decoration such as curly
 41        /// braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.</param>
 42        /// <param name="returnClientRequestId">Whether the server should
 43        /// return the client-request-id in the response.</param>
 44        /// <param name="ocpDate">The time the request was issued. Client
 45        /// libraries typically set this to the current system clock time; set
 46        /// it explicitly if you are calling the REST API directly.</param>
 47        /// <param name="ifMatch">An ETag value associated with the version of
 48        /// the resource known to the client. The operation will be performed
 49        /// only if the resource's current ETag on the service exactly matches
 50        /// the value specified by the client.</param>
 51        /// <param name="ifNoneMatch">An ETag value associated with the version
 52        /// of the resource known to the client. The operation will be
 53        /// performed only if the resource's current ETag on the service does
 54        /// not match the value specified by the client.</param>
 55        /// <param name="ifModifiedSince">A timestamp indicating the last
 56        /// modified time of the resource known to the client. The operation
 57        /// will be performed only if the resource on the service has been
 58        /// modified since the specified time.</param>
 59        /// <param name="ifUnmodifiedSince">A timestamp indicating the last
 60        /// modified time of the resource known to the client. The operation
 61        /// will be performed only if the resource on the service has not been
 62        /// modified since the specified time.</param>
 063        public JobScheduleTerminateOptions(int? timeout = default(int?), System.Guid? clientRequestId = default(System.G
 64        {
 065            Timeout = timeout;
 066            ClientRequestId = clientRequestId;
 067            ReturnClientRequestId = returnClientRequestId;
 068            OcpDate = ocpDate;
 069            IfMatch = ifMatch;
 070            IfNoneMatch = ifNoneMatch;
 071            IfModifiedSince = ifModifiedSince;
 072            IfUnmodifiedSince = ifUnmodifiedSince;
 73            CustomInit();
 074        }
 75
 76        /// <summary>
 77        /// An initialization method that performs custom operations like setting defaults
 78        /// </summary>
 79        partial void CustomInit();
 80
 81        /// <summary>
 82        /// Gets or sets the maximum time that the server can spend processing
 83        /// the request, in seconds. The default is 30 seconds.
 84        /// </summary>
 85        [Newtonsoft.Json.JsonIgnore]
 086        public int? Timeout { get; set; }
 87
 88        /// <summary>
 89        /// Gets or sets the caller-generated request identity, in the form of
 90        /// a GUID with no decoration such as curly braces, e.g.
 91        /// 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
 92        /// </summary>
 93        [Newtonsoft.Json.JsonIgnore]
 094        public System.Guid? ClientRequestId { get; set; }
 95
 96        /// <summary>
 97        /// Gets or sets whether the server should return the client-request-id
 98        /// in the response.
 99        /// </summary>
 100        [Newtonsoft.Json.JsonIgnore]
 0101        public bool? ReturnClientRequestId { get; set; }
 102
 103        /// <summary>
 104        /// Gets or sets the time the request was issued. Client libraries
 105        /// typically set this to the current system clock time; set it
 106        /// explicitly if you are calling the REST API directly.
 107        /// </summary>
 108        [JsonConverter(typeof(DateTimeRfc1123JsonConverter))]
 109        [Newtonsoft.Json.JsonIgnore]
 0110        public System.DateTime? OcpDate { get; set; }
 111
 112        /// <summary>
 113        /// Gets or sets an ETag value associated with the version of the
 114        /// resource known to the client. The operation will be performed only
 115        /// if the resource's current ETag on the service exactly matches the
 116        /// value specified by the client.
 117        /// </summary>
 118        [Newtonsoft.Json.JsonIgnore]
 0119        public string IfMatch { get; set; }
 120
 121        /// <summary>
 122        /// Gets or sets an ETag value associated with the version of the
 123        /// resource known to the client. The operation will be performed only
 124        /// if the resource's current ETag on the service does not match the
 125        /// value specified by the client.
 126        /// </summary>
 127        [Newtonsoft.Json.JsonIgnore]
 0128        public string IfNoneMatch { get; set; }
 129
 130        /// <summary>
 131        /// Gets or sets a timestamp indicating the last modified time of the
 132        /// resource known to the client. The operation will be performed only
 133        /// if the resource on the service has been modified since the
 134        /// specified time.
 135        /// </summary>
 136        [JsonConverter(typeof(DateTimeRfc1123JsonConverter))]
 137        [Newtonsoft.Json.JsonIgnore]
 0138        public System.DateTime? IfModifiedSince { get; set; }
 139
 140        /// <summary>
 141        /// Gets or sets a timestamp indicating the last modified time of the
 142        /// resource known to the client. The operation will be performed only
 143        /// if the resource on the service has not been modified since the
 144        /// specified time.
 145        /// </summary>
 146        [JsonConverter(typeof(DateTimeRfc1123JsonConverter))]
 147        [Newtonsoft.Json.JsonIgnore]
 0148        public System.DateTime? IfUnmodifiedSince { get; set; }
 149
 150    }
 151}