desktop/Eryph.ComputeClient.Commands.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Eryph.ComputeClient.Commands</name>
    </assembly>
    <members>
        <member name="M:Eryph.ComputeClient.Commands.Catlets.CatletConfigCmdlet.PopulateVariables(Eryph.ConfigModel.Catlets.CatletConfig,System.Collections.Hashtable,System.Boolean)">
            <summary>
            Populates the variables in the given <paramref name="catletConfig"/> by
            applying the values from the <paramref name="variables"/> hashtable and
            interactively asking the user for the values. Returns <see langword="false"/>
            when the user aborted the interactive prompt and <see langword="true"/> otherwise.
            </summary>
        </member>
        <member name="P:Eryph.ComputeClient.Commands.Catlets.RemoveCatletCommand.Force">
            <summary>
            This parameter overrides the ShouldContinue call to force
            the cmdlet to stop its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="P:Eryph.ComputeClient.Commands.Catlets.RemoveCatletCommand.PassThru">
            <summary>
            This parameter indicates that the cmdlet should return
            an object to the pipeline after the processing has been
            completed.
            </summary>
        </member>
        <member name="P:Eryph.ComputeClient.Commands.Catlets.RemoveCatletDiskCmdlet.Force">
            <summary>
            This parameter overrides the ShouldContinue call to force
            the cmdlet to stop its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="P:Eryph.ComputeClient.Commands.Catlets.RemoveCatletDiskCmdlet.PassThru">
            <summary>
            This parameter indicates that the cmdlet should return
            an object to the pipeline after the processing has been
            completed.
            </summary>
        </member>
        <member name="P:Eryph.ComputeClient.Commands.Catlets.StartCatletCommand.Force">
            <summary>
            This parameter overrides the ShouldContinue call to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="P:Eryph.ComputeClient.Commands.Catlets.StopCatletCommand.Force">
            <summary>
            This parameter overrides the ShouldContinue call to force
            the cmdlet to stop its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Eryph.ComputeClient.Commands.UnsafeAssemblyHandler">
            <summary>
            This module initializer will redirect all assemblies in case we deliver a newer version.
            It is required as System.Text.Json uses System.Buffer and System.CompilerServices.Unsafe
            in a minimal higher version then included with .net framework 461.
            </summary>
        </member>
    </members>
</doc>