Linkers interface
Interface representing a Linkers.
Methods
Method Details
beginCreateDryrun(string, string, DryrunResource, LinkersCreateDryrunOptionalParams)
create a dryrun job to do necessary check before actual creation
function beginCreateDryrun(resourceUri: string, dryrunName: string, parameters: DryrunResource, options?: LinkersCreateDryrunOptionalParams): Promise<SimplePollerLike<OperationState<DryrunResource>, DryrunResource>>
Parameters
- resourceUri
-
string
The fully qualified Azure Resource manager identifier of the resource to be connected.
- dryrunName
-
string
The name of dryrun.
- parameters
- DryrunResource
dryrun resource.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<DryrunResource>, DryrunResource>>
beginCreateDryrunAndWait(string, string, DryrunResource, LinkersCreateDryrunOptionalParams)
create a dryrun job to do necessary check before actual creation
function beginCreateDryrunAndWait(resourceUri: string, dryrunName: string, parameters: DryrunResource, options?: LinkersCreateDryrunOptionalParams): Promise<DryrunResource>
Parameters
- resourceUri
-
string
The fully qualified Azure Resource manager identifier of the resource to be connected.
- dryrunName
-
string
The name of dryrun.
- parameters
- DryrunResource
dryrun resource.
The options parameters.
Returns
Promise<DryrunResource>
beginUpdateDryrun(string, string, DryrunPatch, LinkersUpdateDryrunOptionalParams)
add a dryrun job to do necessary check before actual creation
function beginUpdateDryrun(resourceUri: string, dryrunName: string, parameters: DryrunPatch, options?: LinkersUpdateDryrunOptionalParams): Promise<SimplePollerLike<OperationState<DryrunResource>, DryrunResource>>
Parameters
- resourceUri
-
string
The fully qualified Azure Resource manager identifier of the resource to be connected.
- dryrunName
-
string
The name of dryrun.
- parameters
- DryrunPatch
dryrun resource.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<DryrunResource>, DryrunResource>>
beginUpdateDryrunAndWait(string, string, DryrunPatch, LinkersUpdateDryrunOptionalParams)
add a dryrun job to do necessary check before actual creation
function beginUpdateDryrunAndWait(resourceUri: string, dryrunName: string, parameters: DryrunPatch, options?: LinkersUpdateDryrunOptionalParams): Promise<DryrunResource>
Parameters
- resourceUri
-
string
The fully qualified Azure Resource manager identifier of the resource to be connected.
- dryrunName
-
string
The name of dryrun.
- parameters
- DryrunPatch
dryrun resource.
The options parameters.
Returns
Promise<DryrunResource>
deleteDryrun(string, string, LinkersDeleteDryrunOptionalParams)
delete a dryrun job
function deleteDryrun(resourceUri: string, dryrunName: string, options?: LinkersDeleteDryrunOptionalParams): Promise<void>
Parameters
- resourceUri
-
string
The fully qualified Azure Resource manager identifier of the resource to be connected.
- dryrunName
-
string
The name of dryrun.
The options parameters.
Returns
Promise<void>
generateConfigurations(string, string, LinkersGenerateConfigurationsOptionalParams)
Generate configurations for a Linker.
function generateConfigurations(resourceUri: string, linkerName: string, options?: LinkersGenerateConfigurationsOptionalParams): Promise<ConfigurationResult>
Parameters
- resourceUri
-
string
The fully qualified Azure Resource manager identifier of the resource to be connected.
- linkerName
-
string
The name Linker resource.
The options parameters.
Returns
Promise<ConfigurationResult>
getDryrun(string, string, LinkersGetDryrunOptionalParams)
get a dryrun job
function getDryrun(resourceUri: string, dryrunName: string, options?: LinkersGetDryrunOptionalParams): Promise<DryrunResource>
Parameters
- resourceUri
-
string
The fully qualified Azure Resource manager identifier of the resource to be connected.
- dryrunName
-
string
The name of dryrun.
- options
- LinkersGetDryrunOptionalParams
The options parameters.
Returns
Promise<DryrunResource>
listDaprConfigurations(string, LinkersListDaprConfigurationsOptionalParams)
List the dapr configuration supported by Service Connector.
function listDaprConfigurations(resourceUri: string, options?: LinkersListDaprConfigurationsOptionalParams): PagedAsyncIterableIterator<DaprConfigurationResource, DaprConfigurationResource[], PageSettings>
Parameters
- resourceUri
-
string
The fully qualified Azure Resource manager identifier of the resource to be connected.
The options parameters.
Returns
listDryrun(string, LinkersListDryrunOptionalParams)
list dryrun jobs
function listDryrun(resourceUri: string, options?: LinkersListDryrunOptionalParams): PagedAsyncIterableIterator<DryrunResource, DryrunResource[], PageSettings>
Parameters
- resourceUri
-
string
The fully qualified Azure Resource manager identifier of the resource to be connected.
- options
- LinkersListDryrunOptionalParams
The options parameters.