Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the JobResourceUpdateParameter class.
 /// </summary>
 /// <param name="details">Details of a job to be updated.</param>
 /// <param name="destinationAccountDetails">Destination account
 /// details.</param>
 /// <param name="tags">The list of key value pairs that describe the
 /// resource. These tags can be used in viewing and grouping this
 /// resource (across resource groups).</param>
 public JobResourceUpdateParameter(UpdateJobDetails details = default(UpdateJobDetails), IList <DestinationAccountDetails> destinationAccountDetails = default(IList <DestinationAccountDetails>), IDictionary <string, string> tags = default(IDictionary <string, string>))
 {
     Details = details;
     DestinationAccountDetails = destinationAccountDetails;
     Tags = tags;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the JobResourceUpdateParameter class.
 /// </summary>
 /// <param name="details">Details of a job to be updated.</param>
 /// <param name="tags">The list of key value pairs that describe the
 /// resource. These tags can be used in viewing and grouping this
 /// resource (across resource groups).</param>
 /// <param name="identity">Msi identity of the resource</param>
 public JobResourceUpdateParameter(UpdateJobDetails details = default(UpdateJobDetails), IDictionary <string, string> tags = default(IDictionary <string, string>), ResourceIdentity identity = default(ResourceIdentity))
 {
     Details  = details;
     Tags     = tags;
     Identity = identity;
     CustomInit();
 }