SQL Data Catalog

Wait-SqlDataCatalogOperation

Wait for an operation to complete

Syntax

Wait-SqlDataCatalogOperation [-Url] <string> [-TimeoutInSeconds <Object>] [<CommonParameters>]

Description

Waits until the timeout number of seconds for the provided operation status url to change status to say that the operation is finished.

Parameters

-Url <String>

The Url returned when an operation was accepted by Sql Data Catalog

Aliases None
Required? true
Position? 1
Default Value None
Accept Pipeline Input True (ByValue)
Accept Wildcard Characters false

-TimeoutInSeconds <Object>

The maximum number of seconds to wait for the operation to be marked as finished.

Aliases None
Required? false
Position? named
Default Value None
Accept Pipeline Input False
Accept Wildcard Characters false

-ProgressAction <ActionPreference>

{{ Fill ProgressAction Description }}

Aliases None
Required? false
Position? named
Default Value None
Accept Pipeline Input False
Accept Wildcard Characters false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see http://technet.microsoft.com/en-us/library/hh847884.aspx.

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • None.
    You cannot pipe input to this cmdlet.

Return values

The output type is the type of the objects that the cmdlet emits.

  • string: "Succeeded" or "Failed" or "Timeout"

Examples

-------------------------- EXAMPLE 1 --------------------------

Start-ClassificationInstanceScan -FullyQualifiedInstanceName 'mysqlserver.mydomain.com\myinstancename' | Wait-SqlDataCatalogOperation

Start a scan and wait for it to finish.


Didn't find what you were looking for?