AzureSqlMaintenancePlan.dll-Help.xml
<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh"> <!-- Cmdlet: Get-AzureSqlDatabase --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-AzureSqlDatabase</command:name> <command:verb>Get</command:verb> <command:noun>AzureSqlDatabase</command:noun> <maml:description> <maml:para>Get Azure sql database</maml:para> </maml:description> </command:details> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Get-AzureSqlDatabase</maml:name> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: AzureSqlDb --> <command:returnValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.AzureSqlDb</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <!-- Cmdlet: Set-AzureSqlDatabase --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AzureSqlDatabase</command:name> <command:verb>Set</command:verb> <command:noun>AzureSqlDatabase</command:noun> <maml:description> <maml:para>Set Azure sql database</maml:para> </maml:description> </command:details> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AzureSqlDatabase</maml:name> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> <!-- Parameter: Edition --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Edition</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: MaxSize --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>MaxSize</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: ServiceObjective --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ServiceObjective</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Wait --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Wait</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: WaitTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>WaitTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>30</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Edition --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Edition</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: ServiceObjective --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ServiceObjective</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: MaxSize --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>MaxSize</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Wait --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Wait</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: WaitTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>WaitTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>30</dev:defaultValue> </command:parameter> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues /> </command:command> <!-- Cmdlet: Get-ConnectionString --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-ConnectionString</command:name> <command:verb>Get</command:verb> <command:noun>ConnectionString</command:noun> <maml:description> <maml:para>Get connection string</maml:para> </maml:description> </command:details> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Get-ConnectionString</maml:name> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: EnrichedConnectionString --> <command:returnValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.EnrichedConnectionString</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <!-- Cmdlet: Get-Index --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-Index</command:name> <command:verb>Get</command:verb> <command:noun>Index</command:noun> <maml:description> <maml:para>Get indexes fragmentation information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This cmdlet allows you to retrieve index fragmentation information and configure the threshold to calculate whether the required operation should be a rebuild or a reorganization.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Get-Index</maml:name> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> <!-- Parameter: Fragmentation --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Fragmentation</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: Operation --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Operation</maml:name> <maml:description> <maml:para>Possible values: Rebuild, Reorganize</maml:para> </maml:description> <command:parameterValue required="true">IndexOperation</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.IndexOperation</maml:name> <maml:uri /> </dev:type> <command:parameterValueGroup> <command:parameterValue required="false" variableLength="false">Rebuild</command:parameterValue> <command:parameterValue required="false" variableLength="false">Reorganize</command:parameterValue> </command:parameterValueGroup> </command:parameter> <!-- Parameter: Threshold --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Threshold</maml:name> <command:parameterValue required="true">IndexThreshold</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.IndexThreshold</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>AzureSqlMaintenancePlan.Models.IndexThreshold</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Operation --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Operation</maml:name> <maml:description> <maml:para>Possible values: Rebuild, Reorganize</maml:para> </maml:description> <command:parameterValue required="true">IndexOperation</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.IndexOperation</maml:name> <maml:uri /> </dev:type> <command:parameterValueGroup> <command:parameterValue required="false" variableLength="false">Rebuild</command:parameterValue> <command:parameterValue required="false" variableLength="false">Reorganize</command:parameterValue> </command:parameterValueGroup> </command:parameter> <!-- Parameter: Fragmentation --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Fragmentation</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: Threshold --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Threshold</maml:name> <command:parameterValue required="true">IndexThreshold</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.IndexThreshold</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>AzureSqlMaintenancePlan.Models.IndexThreshold</dev:defaultValue> </command:parameter> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.IndexOperation</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.IndexThreshold</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Index --> <command:returnValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.Index</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>A very basic example $password = ConvertTo-SecureString "P@ssw0rd" -AsPlainText -Force $connectionString = New-Object AzureSqlMaintenancePlan.ConnectionString(".", "Northwind", "sa", $password) Get-Indexes -ConnectionString $connectionString</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Detecting fragmentation of rowstore indexes</maml:linkText> <maml:uri>https://docs.microsoft.com/en-us/sql/relational-databases/indexes/reorganize-and-rebuild-indexes?view=sql-server-ver15#detecting-fragmentation-of-rowstore-indexes</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Update-Index --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Update-Index</command:name> <command:verb>Update</command:verb> <command:noun>Index</command:noun> <maml:description> <maml:para>Update an index</maml:para> </maml:description> </command:details> <command:syntax> <!-- Parameter set: IndexObject --> <command:syntaxItem> <maml:name>Update-Index</maml:name> <!-- Parameter: Index --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="i"> <maml:name>Index</maml:name> <command:parameterValue required="true">IndexId[]</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.IndexId[]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> <!-- Parameter: MaxDop --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>MaxDop</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Offline --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Offline</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: Operation --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Operation</maml:name> <maml:description> <maml:para>Possible values: Rebuild, Reorganize</maml:para> </maml:description> <command:parameterValue required="true">IndexOperation</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.IndexOperation</maml:name> <maml:uri /> </dev:type> <command:parameterValueGroup> <command:parameterValue required="false" variableLength="false">Rebuild</command:parameterValue> <command:parameterValue required="false" variableLength="false">Reorganize</command:parameterValue> </command:parameterValueGroup> </command:parameter> <!-- Parameter: Threshold --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Threshold</maml:name> <command:parameterValue required="true">IndexThreshold</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.IndexThreshold</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>AzureSqlMaintenancePlan.Models.IndexThreshold</dev:defaultValue> </command:parameter> </command:syntaxItem> <!-- Parameter set: Index --> <command:syntaxItem> <maml:name>Update-Index</maml:name> <!-- Parameter: Schema --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0"> <maml:name>Schema</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Table --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="1"> <maml:name>Table</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Name --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="2"> <maml:name>Name</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> <!-- Parameter: MaxDop --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>MaxDop</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Offline --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Offline</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: Operation --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Operation</maml:name> <maml:description> <maml:para>Possible values: Rebuild, Reorganize</maml:para> </maml:description> <command:parameterValue required="true">IndexOperation</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.IndexOperation</maml:name> <maml:uri /> </dev:type> <command:parameterValueGroup> <command:parameterValue required="false" variableLength="false">Rebuild</command:parameterValue> <command:parameterValue required="false" variableLength="false">Reorganize</command:parameterValue> </command:parameterValueGroup> </command:parameter> <!-- Parameter: Threshold --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Threshold</maml:name> <command:parameterValue required="true">IndexThreshold</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.IndexThreshold</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>AzureSqlMaintenancePlan.Models.IndexThreshold</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Index --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="i"> <maml:name>Index</maml:name> <command:parameterValue required="true">IndexId[]</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.IndexId[]</maml:name> <maml:uri /> </dev:type> </command:parameter> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="i"> <maml:name>i</maml:name> <command:parameterValue required="true">IndexId[]</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.IndexId[]</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>This is an alias of the Index parameter.</maml:para> </maml:description> </command:parameter> <!-- Parameter: Offline --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Offline</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: MaxDop --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>MaxDop</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Threshold --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Threshold</maml:name> <command:parameterValue required="true">IndexThreshold</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.IndexThreshold</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>AzureSqlMaintenancePlan.Models.IndexThreshold</dev:defaultValue> </command:parameter> <!-- Parameter: Schema --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0"> <maml:name>Schema</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Table --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="1"> <maml:name>Table</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Name --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="2"> <maml:name>Name</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Operation --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Operation</maml:name> <maml:description> <maml:para>Possible values: Rebuild, Reorganize</maml:para> </maml:description> <command:parameterValue required="true">IndexOperation</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.IndexOperation</maml:name> <maml:uri /> </dev:type> <command:parameterValueGroup> <command:parameterValue required="false" variableLength="false">Rebuild</command:parameterValue> <command:parameterValue required="false" variableLength="false">Reorganize</command:parameterValue> </command:parameterValueGroup> </command:parameter> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.IndexId[]</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.IndexThreshold</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.IndexOperation</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Index --> <command:returnValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.Index</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <!-- Cmdlet: Get-Setting --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-Setting</command:name> <command:verb>Get</command:verb> <command:noun>Setting</command:noun> <maml:description> <maml:para>Get setting</maml:para> </maml:description> </command:details> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Get-Setting</maml:name> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Key --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Key</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Key --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Key</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: String --> <command:returnValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <!-- Cmdlet: Set-Setting --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-Setting</command:name> <command:verb>Set</command:verb> <command:noun>Setting</command:noun> <maml:description> <maml:para>Set setting</maml:para> </maml:description> </command:details> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-Setting</maml:name> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Key --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Key</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Value --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Value</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Key --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Key</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Value --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Value</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: String --> <command:returnValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <!-- Cmdlet: Get-Statistic --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-Statistic</command:name> <command:verb>Get</command:verb> <command:noun>Statistic</command:noun> <maml:description> <maml:para>Get statistics information</maml:para> </maml:description> </command:details> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Get-Statistic</maml:name> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> <!-- Parameter: ExceedsThreshold --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ExceedsThreshold</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: Threshold --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Threshold</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Threshold --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>Threshold</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <!-- Parameter: ExceedsThreshold --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ExceedsThreshold</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Statistic --> <command:returnValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.Statistic</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> </command:command> <!-- Cmdlet: Update-Statistic --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Update-Statistic</command:name> <command:verb>Update</command:verb> <command:noun>Statistic</command:noun> <maml:description> <maml:para>Update a statistic</maml:para> </maml:description> </command:details> <command:syntax> <!-- Parameter set: StatisticObject --> <command:syntaxItem> <maml:name>Update-Statistic</maml:name> <!-- Parameter: Statistic --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Statistic</maml:name> <command:parameterValue required="true">StatisticId[]</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.StatisticId[]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> <!-- Parameter: FullScan --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>FullScan</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: MaxDop --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>MaxDop</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:syntaxItem> <!-- Parameter set: Statistic --> <command:syntaxItem> <maml:name>Update-Statistic</maml:name> <!-- Parameter: Schema --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0"> <maml:name>Schema</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Table --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="1"> <maml:name>Table</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Name --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="2"> <maml:name>Name</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> <!-- Parameter: FullScan --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>FullScan</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: MaxDop --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>MaxDop</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Statistic --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Statistic</maml:name> <command:parameterValue required="true">StatisticId[]</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.StatisticId[]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: FullScan --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>FullScan</maml:name> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: Schema --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0"> <maml:name>Schema</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Table --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="1"> <maml:name>Table</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: Name --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="2"> <maml:name>Name</maml:name> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: MaxDop --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>MaxDop</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: ConnectionString --> <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>ConnectionString</maml:name> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> <command:parameterValue required="true">ConnectionString</command:parameterValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: CommandTimeout --> <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> <maml:name>CommandTimeout</maml:name> <command:parameterValue required="true">int</command:parameterValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>0</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.StatisticId[]</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:inputType> <command:inputType> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.ConnectionString</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>Required data for connect to a database</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Statistic --> <command:returnValue> <dev:type> <maml:name>AzureSqlMaintenancePlan.Models.Statistic</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> </command:command> </helpItems> |