generated/api/Models/UpdateApplicationGroupRequest.PowerShell.cs

// Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.9.4, generator: @autorest/powershell@3.0.415)
// Changes may cause incorrect behavior and will be lost if the code is regenerated.

namespace Commvault.Powershell.Models
{
    using Commvault.Powershell.Runtime.PowerShell;

    /// <summary>Update Application Group Request</summary>
    [System.ComponentModel.TypeConverter(typeof(UpdateApplicationGroupRequestTypeConverter))]
    public partial class UpdateApplicationGroupRequest
    {

        /// <summary>
        /// <c>AfterDeserializeDictionary</c> will be called after the deserialization has finished, allowing customization of the
        /// object before it is returned. Implement this method in a partial class to enable this behavior
        /// </summary>
        /// <param name="content">The global::System.Collections.IDictionary content that should be used.</param>

        partial void AfterDeserializeDictionary(global::System.Collections.IDictionary content);

        /// <summary>
        /// <c>AfterDeserializePSObject</c> will be called after the deserialization has finished, allowing customization of the object
        /// before it is returned. Implement this method in a partial class to enable this behavior
        /// </summary>
        /// <param name="content">The global::System.Management.Automation.PSObject content that should be used.</param>

        partial void AfterDeserializePSObject(global::System.Management.Automation.PSObject content);

        /// <summary>
        /// <c>BeforeDeserializeDictionary</c> will be called before the deserialization has commenced, allowing complete customization
        /// of the object before it is deserialized.
        /// If you wish to disable the default deserialization entirely, return <c>true</c> in the <see "returnNow" /> output parameter.
        /// Implement this method in a partial class to enable this behavior.
        /// </summary>
        /// <param name="content">The global::System.Collections.IDictionary content that should be used.</param>
        /// <param name="returnNow">Determines if the rest of the serialization should be processed, or if the method should return
        /// instantly.</param>

        partial void BeforeDeserializeDictionary(global::System.Collections.IDictionary content, ref bool returnNow);

        /// <summary>
        /// <c>BeforeDeserializePSObject</c> will be called before the deserialization has commenced, allowing complete customization
        /// of the object before it is deserialized.
        /// If you wish to disable the default deserialization entirely, return <c>true</c> in the <see "returnNow" /> output parameter.
        /// Implement this method in a partial class to enable this behavior.
        /// </summary>
        /// <param name="content">The global::System.Management.Automation.PSObject content that should be used.</param>
        /// <param name="returnNow">Determines if the rest of the serialization should be processed, or if the method should return
        /// instantly.</param>

        partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow);

        /// <summary>
        /// Deserializes a <see cref="global::System.Collections.IDictionary" /> into an instance of <see cref="Commvault.Powershell.Models.UpdateApplicationGroupRequest"
        /// />.
        /// </summary>
        /// <param name="content">The global::System.Collections.IDictionary content that should be used.</param>
        /// <returns>
        /// an instance of <see cref="Commvault.Powershell.Models.IUpdateApplicationGroupRequest" />.
        /// </returns>
        public static Commvault.Powershell.Models.IUpdateApplicationGroupRequest DeserializeFromDictionary(global::System.Collections.IDictionary content)
        {
            return new UpdateApplicationGroupRequest(content);
        }

        /// <summary>
        /// Deserializes a <see cref="global::System.Management.Automation.PSObject" /> into an instance of <see cref="Commvault.Powershell.Models.UpdateApplicationGroupRequest"
        /// />.
        /// </summary>
        /// <param name="content">The global::System.Management.Automation.PSObject content that should be used.</param>
        /// <returns>
        /// an instance of <see cref="Commvault.Powershell.Models.IUpdateApplicationGroupRequest" />.
        /// </returns>
        public static Commvault.Powershell.Models.IUpdateApplicationGroupRequest DeserializeFromPSObject(global::System.Management.Automation.PSObject content)
        {
            return new UpdateApplicationGroupRequest(content);
        }

        /// <summary>
        /// Creates a new instance of <see cref="UpdateApplicationGroupRequest" />, deserializing the content from a json string.
        /// </summary>
        /// <param name="jsonText">a string containing a JSON serialized instance of this model.</param>
        /// <returns>an instance of the <see cref="className" /> model class.</returns>
        public static Commvault.Powershell.Models.IUpdateApplicationGroupRequest FromJsonString(string jsonText) => FromJson(Commvault.Powershell.Runtime.Json.JsonNode.Parse(jsonText));

        /// <summary>Serializes this instance to a json string.</summary>

        /// <returns>a <see cref="System.String" /> containing this model serialized to JSON text.</returns>
        public string ToJsonString() => ToJson(null, Commvault.Powershell.Runtime.SerializationMode.IncludeAll)?.ToString();

        /// <summary>
        /// Deserializes a <see cref="global::System.Collections.IDictionary" /> into a new instance of <see cref="Commvault.Powershell.Models.UpdateApplicationGroupRequest"
        /// />.
        /// </summary>
        /// <param name="content">The global::System.Collections.IDictionary content that should be used.</param>
        internal UpdateApplicationGroupRequest(global::System.Collections.IDictionary content)
        {
            bool returnNow = false;
            BeforeDeserializeDictionary(content, ref returnNow);
            if (returnNow)
            {
                return;
            }
            // actually deserialize
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).Options = (Commvault.Powershell.Models.IApplicationGroupGetOptions) content.GetValueForProperty("Options",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).Options, Commvault.Powershell.Models.ApplicationGroupGetOptionsTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).Timezone = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("Timezone",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).Timezone, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).ActivityControl = (Commvault.Powershell.Models.IApplicationGroupActivityControl) content.GetValueForProperty("ActivityControl",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).ActivityControl, Commvault.Powershell.Models.ApplicationGroupActivityControlTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).Tags = (Commvault.Powershell.Models.INameValue[]) content.GetValueForProperty("Tags",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).Tags, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.INameValue>(__y, Commvault.Powershell.Models.NameValueTypeConverter.ConvertFrom));
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).PlanId = (long?) content.GetValueForProperty("PlanId",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).PlanId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).PlanName = (string) content.GetValueForProperty("PlanName",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).PlanName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).ContentApplications = (Commvault.Powershell.Models.IKubernetesContentApplications[]) content.GetValueForProperty("ContentApplications",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).ContentApplications, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IKubernetesContentApplications>(__y, Commvault.Powershell.Models.KubernetesContentApplicationsTypeConverter.ConvertFrom));
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).ContentLabelSelectors = (Commvault.Powershell.Models.IKubernetesContentSelectors[]) content.GetValueForProperty("ContentLabelSelectors",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).ContentLabelSelectors, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IKubernetesContentSelectors>(__y, Commvault.Powershell.Models.KubernetesContentSelectorsTypeConverter.ConvertFrom));
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).ContentOverwrite = (bool?) content.GetValueForProperty("ContentOverwrite",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).ContentOverwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).FilterApplications = (Commvault.Powershell.Models.IKubernetesContentApplications[]) content.GetValueForProperty("FilterApplications",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).FilterApplications, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IKubernetesContentApplications>(__y, Commvault.Powershell.Models.KubernetesContentApplicationsTypeConverter.ConvertFrom));
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).FilterLabelSelectors = (Commvault.Powershell.Models.IKubernetesContentSelectors[]) content.GetValueForProperty("FilterLabelSelectors",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).FilterLabelSelectors, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IKubernetesContentSelectors>(__y, Commvault.Powershell.Models.KubernetesContentSelectorsTypeConverter.ConvertFrom));
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).FilterSkipStatelessApps = (bool?) content.GetValueForProperty("FilterSkipStatelessApps",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).FilterSkipStatelessApps, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).FilterOverwrite = (bool?) content.GetValueForProperty("FilterOverwrite",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).FilterOverwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).Plan = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("Plan",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).Plan, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).Content = (Commvault.Powershell.Models.IKubernetesApplicationGroupContent) content.GetValueForProperty("Content",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).Content, Commvault.Powershell.Models.KubernetesApplicationGroupContentTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).Filters = (Commvault.Powershell.Models.IKubernetesApplicationGroupFilters) content.GetValueForProperty("Filters",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).Filters, Commvault.Powershell.Models.KubernetesApplicationGroupFiltersTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).Name = (string) content.GetValueForProperty("Name",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).Name, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).OptionWorkerResources = (Commvault.Powershell.Models.IApplicationGroupWorkerResourcesOptions) content.GetValueForProperty("OptionWorkerResources",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).OptionWorkerResources, Commvault.Powershell.Models.ApplicationGroupWorkerResourcesOptionsTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).OptionBackupStreams = (long?) content.GetValueForProperty("OptionBackupStreams",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).OptionBackupStreams, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).OptionJobStartTime = (long?) content.GetValueForProperty("OptionJobStartTime",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).OptionJobStartTime, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).OptionOnSnapFailureFallbackToLiveVolume = (bool?) content.GetValueForProperty("OptionOnSnapFailureFallbackToLiveVolume",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).OptionOnSnapFailureFallbackToLiveVolume, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).OptionScheduleWorkerToConfigNamespace = (bool?) content.GetValueForProperty("OptionScheduleWorkerToConfigNamespace",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).OptionScheduleWorkerToConfigNamespace, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).TimezoneId = (long?) content.GetValueForProperty("TimezoneId",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).TimezoneId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).TimezoneName = (string) content.GetValueForProperty("TimezoneName",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).TimezoneName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).ActivityControlEnableBackup = (bool?) content.GetValueForProperty("ActivityControlEnableBackup",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).ActivityControlEnableBackup, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).WorkerResourceCpuLimits = (string) content.GetValueForProperty("WorkerResourceCpuLimits",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).WorkerResourceCpuLimits, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).WorkerResourceCpuRequests = (string) content.GetValueForProperty("WorkerResourceCpuRequests",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).WorkerResourceCpuRequests, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).WorkerResourceMemoryLimits = (string) content.GetValueForProperty("WorkerResourceMemoryLimits",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).WorkerResourceMemoryLimits, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).WorkerResourceMemoryRequests = (string) content.GetValueForProperty("WorkerResourceMemoryRequests",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).WorkerResourceMemoryRequests, global::System.Convert.ToString);
            AfterDeserializeDictionary(content);
        }

        /// <summary>
        /// Deserializes a <see cref="global::System.Management.Automation.PSObject" /> into a new instance of <see cref="Commvault.Powershell.Models.UpdateApplicationGroupRequest"
        /// />.
        /// </summary>
        /// <param name="content">The global::System.Management.Automation.PSObject content that should be used.</param>
        internal UpdateApplicationGroupRequest(global::System.Management.Automation.PSObject content)
        {
            bool returnNow = false;
            BeforeDeserializePSObject(content, ref returnNow);
            if (returnNow)
            {
                return;
            }
            // actually deserialize
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).Options = (Commvault.Powershell.Models.IApplicationGroupGetOptions) content.GetValueForProperty("Options",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).Options, Commvault.Powershell.Models.ApplicationGroupGetOptionsTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).Timezone = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("Timezone",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).Timezone, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).ActivityControl = (Commvault.Powershell.Models.IApplicationGroupActivityControl) content.GetValueForProperty("ActivityControl",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).ActivityControl, Commvault.Powershell.Models.ApplicationGroupActivityControlTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).Tags = (Commvault.Powershell.Models.INameValue[]) content.GetValueForProperty("Tags",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).Tags, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.INameValue>(__y, Commvault.Powershell.Models.NameValueTypeConverter.ConvertFrom));
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).PlanId = (long?) content.GetValueForProperty("PlanId",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).PlanId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).PlanName = (string) content.GetValueForProperty("PlanName",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).PlanName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).ContentApplications = (Commvault.Powershell.Models.IKubernetesContentApplications[]) content.GetValueForProperty("ContentApplications",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).ContentApplications, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IKubernetesContentApplications>(__y, Commvault.Powershell.Models.KubernetesContentApplicationsTypeConverter.ConvertFrom));
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).ContentLabelSelectors = (Commvault.Powershell.Models.IKubernetesContentSelectors[]) content.GetValueForProperty("ContentLabelSelectors",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).ContentLabelSelectors, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IKubernetesContentSelectors>(__y, Commvault.Powershell.Models.KubernetesContentSelectorsTypeConverter.ConvertFrom));
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).ContentOverwrite = (bool?) content.GetValueForProperty("ContentOverwrite",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).ContentOverwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).FilterApplications = (Commvault.Powershell.Models.IKubernetesContentApplications[]) content.GetValueForProperty("FilterApplications",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).FilterApplications, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IKubernetesContentApplications>(__y, Commvault.Powershell.Models.KubernetesContentApplicationsTypeConverter.ConvertFrom));
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).FilterLabelSelectors = (Commvault.Powershell.Models.IKubernetesContentSelectors[]) content.GetValueForProperty("FilterLabelSelectors",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).FilterLabelSelectors, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IKubernetesContentSelectors>(__y, Commvault.Powershell.Models.KubernetesContentSelectorsTypeConverter.ConvertFrom));
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).FilterSkipStatelessApps = (bool?) content.GetValueForProperty("FilterSkipStatelessApps",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).FilterSkipStatelessApps, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).FilterOverwrite = (bool?) content.GetValueForProperty("FilterOverwrite",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).FilterOverwrite, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).Plan = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("Plan",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).Plan, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).Content = (Commvault.Powershell.Models.IKubernetesApplicationGroupContent) content.GetValueForProperty("Content",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).Content, Commvault.Powershell.Models.KubernetesApplicationGroupContentTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).Filters = (Commvault.Powershell.Models.IKubernetesApplicationGroupFilters) content.GetValueForProperty("Filters",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).Filters, Commvault.Powershell.Models.KubernetesApplicationGroupFiltersTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).Name = (string) content.GetValueForProperty("Name",((Commvault.Powershell.Models.IApplicationGroupRequestInputsInternal)this).Name, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).OptionWorkerResources = (Commvault.Powershell.Models.IApplicationGroupWorkerResourcesOptions) content.GetValueForProperty("OptionWorkerResources",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).OptionWorkerResources, Commvault.Powershell.Models.ApplicationGroupWorkerResourcesOptionsTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).OptionBackupStreams = (long?) content.GetValueForProperty("OptionBackupStreams",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).OptionBackupStreams, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).OptionJobStartTime = (long?) content.GetValueForProperty("OptionJobStartTime",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).OptionJobStartTime, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).OptionOnSnapFailureFallbackToLiveVolume = (bool?) content.GetValueForProperty("OptionOnSnapFailureFallbackToLiveVolume",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).OptionOnSnapFailureFallbackToLiveVolume, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).OptionScheduleWorkerToConfigNamespace = (bool?) content.GetValueForProperty("OptionScheduleWorkerToConfigNamespace",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).OptionScheduleWorkerToConfigNamespace, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).TimezoneId = (long?) content.GetValueForProperty("TimezoneId",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).TimezoneId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).TimezoneName = (string) content.GetValueForProperty("TimezoneName",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).TimezoneName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).ActivityControlEnableBackup = (bool?) content.GetValueForProperty("ActivityControlEnableBackup",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).ActivityControlEnableBackup, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).WorkerResourceCpuLimits = (string) content.GetValueForProperty("WorkerResourceCpuLimits",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).WorkerResourceCpuLimits, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).WorkerResourceCpuRequests = (string) content.GetValueForProperty("WorkerResourceCpuRequests",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).WorkerResourceCpuRequests, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).WorkerResourceMemoryLimits = (string) content.GetValueForProperty("WorkerResourceMemoryLimits",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).WorkerResourceMemoryLimits, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).WorkerResourceMemoryRequests = (string) content.GetValueForProperty("WorkerResourceMemoryRequests",((Commvault.Powershell.Models.IUpdateApplicationGroupRequestInternal)this).WorkerResourceMemoryRequests, global::System.Convert.ToString);
            AfterDeserializePSObject(content);
        }
    }
    /// Update Application Group Request
    [System.ComponentModel.TypeConverter(typeof(UpdateApplicationGroupRequestTypeConverter))]
    public partial interface IUpdateApplicationGroupRequest

    {

    }
}