Ixxerja permezz ta’


DotNetComponents interface

Interface representing a DotNetComponents.

Methods

beginCreateOrUpdate(string, string, string, DotNetComponent, DotNetComponentsCreateOrUpdateOptionalParams)

Creates or updates a .NET Component in a Managed Environment.

beginCreateOrUpdateAndWait(string, string, string, DotNetComponent, DotNetComponentsCreateOrUpdateOptionalParams)

Creates or updates a .NET Component in a Managed Environment.

beginDelete(string, string, string, DotNetComponentsDeleteOptionalParams)

Delete a .NET Component.

beginDeleteAndWait(string, string, string, DotNetComponentsDeleteOptionalParams)

Delete a .NET Component.

beginUpdate(string, string, string, DotNetComponent, DotNetComponentsUpdateOptionalParams)

Patches a .NET Component using JSON Merge Patch

beginUpdateAndWait(string, string, string, DotNetComponent, DotNetComponentsUpdateOptionalParams)

Patches a .NET Component using JSON Merge Patch

get(string, string, string, DotNetComponentsGetOptionalParams)

Get a .NET Component.

list(string, string, DotNetComponentsListOptionalParams)

Get the .NET Components for a managed environment.

Method Details

beginCreateOrUpdate(string, string, string, DotNetComponent, DotNetComponentsCreateOrUpdateOptionalParams)

Creates or updates a .NET Component in a Managed Environment.

function beginCreateOrUpdate(resourceGroupName: string, environmentName: string, name: string, dotNetComponentEnvelope: DotNetComponent, options?: DotNetComponentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DotNetComponent>, DotNetComponent>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

environmentName

string

Name of the Managed Environment.

name

string

Name of the .NET Component.

dotNetComponentEnvelope
DotNetComponent

Configuration details of the .NET Component.

options
DotNetComponentsCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<DotNetComponent>, DotNetComponent>>

beginCreateOrUpdateAndWait(string, string, string, DotNetComponent, DotNetComponentsCreateOrUpdateOptionalParams)

Creates or updates a .NET Component in a Managed Environment.

function beginCreateOrUpdateAndWait(resourceGroupName: string, environmentName: string, name: string, dotNetComponentEnvelope: DotNetComponent, options?: DotNetComponentsCreateOrUpdateOptionalParams): Promise<DotNetComponent>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

environmentName

string

Name of the Managed Environment.

name

string

Name of the .NET Component.

dotNetComponentEnvelope
DotNetComponent

Configuration details of the .NET Component.

options
DotNetComponentsCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<DotNetComponent>

beginDelete(string, string, string, DotNetComponentsDeleteOptionalParams)

Delete a .NET Component.

function beginDelete(resourceGroupName: string, environmentName: string, name: string, options?: DotNetComponentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<DotNetComponentsDeleteHeaders>, DotNetComponentsDeleteHeaders>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

environmentName

string

Name of the Managed Environment.

name

string

Name of the .NET Component.

options
DotNetComponentsDeleteOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<DotNetComponentsDeleteHeaders>, DotNetComponentsDeleteHeaders>>

beginDeleteAndWait(string, string, string, DotNetComponentsDeleteOptionalParams)

Delete a .NET Component.

function beginDeleteAndWait(resourceGroupName: string, environmentName: string, name: string, options?: DotNetComponentsDeleteOptionalParams): Promise<DotNetComponentsDeleteHeaders>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

environmentName

string

Name of the Managed Environment.

name

string

Name of the .NET Component.

options
DotNetComponentsDeleteOptionalParams

The options parameters.

Returns

beginUpdate(string, string, string, DotNetComponent, DotNetComponentsUpdateOptionalParams)

Patches a .NET Component using JSON Merge Patch

function beginUpdate(resourceGroupName: string, environmentName: string, name: string, dotNetComponentEnvelope: DotNetComponent, options?: DotNetComponentsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DotNetComponent>, DotNetComponent>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

environmentName

string

Name of the Managed Environment.

name

string

Name of the .NET Component.

dotNetComponentEnvelope
DotNetComponent

Configuration details of the .NET Component.

options
DotNetComponentsUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<DotNetComponent>, DotNetComponent>>

beginUpdateAndWait(string, string, string, DotNetComponent, DotNetComponentsUpdateOptionalParams)

Patches a .NET Component using JSON Merge Patch

function beginUpdateAndWait(resourceGroupName: string, environmentName: string, name: string, dotNetComponentEnvelope: DotNetComponent, options?: DotNetComponentsUpdateOptionalParams): Promise<DotNetComponent>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

environmentName

string

Name of the Managed Environment.

name

string

Name of the .NET Component.

dotNetComponentEnvelope
DotNetComponent

Configuration details of the .NET Component.

options
DotNetComponentsUpdateOptionalParams

The options parameters.

Returns

Promise<DotNetComponent>

get(string, string, string, DotNetComponentsGetOptionalParams)

Get a .NET Component.

function get(resourceGroupName: string, environmentName: string, name: string, options?: DotNetComponentsGetOptionalParams): Promise<DotNetComponent>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

environmentName

string

Name of the Managed Environment.

name

string

Name of the .NET Component.

options
DotNetComponentsGetOptionalParams

The options parameters.

Returns

Promise<DotNetComponent>

list(string, string, DotNetComponentsListOptionalParams)

Get the .NET Components for a managed environment.

function list(resourceGroupName: string, environmentName: string, options?: DotNetComponentsListOptionalParams): PagedAsyncIterableIterator<DotNetComponent, DotNetComponent[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

environmentName

string

Name of the Managed Environment.

options
DotNetComponentsListOptionalParams

The options parameters.

Returns