Dra interface
Interface representing a Dra.
Methods
begin |
Creates the fabric agent. |
begin |
Creates the fabric agent. |
begin |
Deletes the fabric agent. |
begin |
Deletes the fabric agent. |
get(string, string, string, Dra |
Gets the details of the fabric agent. |
list(string, string, Dra |
Gets the list of fabric agents in the given fabric. |
Method Details
beginCreate(string, string, string, DraCreateOptionalParams)
Creates the fabric agent.
function beginCreate(resourceGroupName: string, fabricName: string, fabricAgentName: string, options?: DraCreateOptionalParams): Promise<SimplePollerLike<OperationState<DraModel>, DraModel>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- fabricName
-
string
The fabric name.
- fabricAgentName
-
string
The fabric agent (Dra) name.
- options
- DraCreateOptionalParams
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<DraModel>, DraModel>>
beginCreateAndWait(string, string, string, DraCreateOptionalParams)
Creates the fabric agent.
function beginCreateAndWait(resourceGroupName: string, fabricName: string, fabricAgentName: string, options?: DraCreateOptionalParams): Promise<DraModel>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- fabricName
-
string
The fabric name.
- fabricAgentName
-
string
The fabric agent (Dra) name.
- options
- DraCreateOptionalParams
The options parameters.
Returns
Promise<DraModel>
beginDelete(string, string, string, DraDeleteOptionalParams)
Deletes the fabric agent.
function beginDelete(resourceGroupName: string, fabricName: string, fabricAgentName: string, options?: DraDeleteOptionalParams): Promise<SimplePollerLike<OperationState<DraDeleteHeaders>, DraDeleteHeaders>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- fabricName
-
string
The fabric name.
- fabricAgentName
-
string
The fabric agent (Dra) name.
- options
- DraDeleteOptionalParams
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<DraDeleteHeaders>, DraDeleteHeaders>>
beginDeleteAndWait(string, string, string, DraDeleteOptionalParams)
Deletes the fabric agent.
function beginDeleteAndWait(resourceGroupName: string, fabricName: string, fabricAgentName: string, options?: DraDeleteOptionalParams): Promise<DraDeleteHeaders>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- fabricName
-
string
The fabric name.
- fabricAgentName
-
string
The fabric agent (Dra) name.
- options
- DraDeleteOptionalParams
The options parameters.
Returns
Promise<DraDeleteHeaders>
get(string, string, string, DraGetOptionalParams)
Gets the details of the fabric agent.
function get(resourceGroupName: string, fabricName: string, fabricAgentName: string, options?: DraGetOptionalParams): Promise<DraModel>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- fabricName
-
string
The fabric name.
- fabricAgentName
-
string
The fabric agent (Dra) name.
- options
- DraGetOptionalParams
The options parameters.
Returns
Promise<DraModel>
list(string, string, DraListOptionalParams)
Gets the list of fabric agents in the given fabric.
function list(resourceGroupName: string, fabricName: string, options?: DraListOptionalParams): PagedAsyncIterableIterator<DraModel, DraModel[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- fabricName
-
string
The fabric name.
- options
- DraListOptionalParams
The options parameters.
Returns
Azure SDK for JavaScript