Condividi tramite


DotNetComponents interface

Interfaccia che rappresenta un oggetto DotNetComponents.

Metodi

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

Crea o aggiorna un componente .NET in un ambiente gestito.

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

Crea o aggiorna un componente .NET in un ambiente gestito.

beginDelete(string, string, string, DotNetComponentsDeleteOptionalParams)

Eliminare un componente .NET.

beginDeleteAndWait(string, string, string, DotNetComponentsDeleteOptionalParams)

Eliminare un componente .NET.

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

Applica patch a un componente .NET usando patch di merge JSON

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

Applica patch a un componente .NET usando patch di merge JSON

get(string, string, string, DotNetComponentsGetOptionalParams)

Ottenere un componente .NET.

list(string, string, DotNetComponentsListOptionalParams)

Ottenere i componenti .NET per un ambiente gestito.

Dettagli metodo

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

Crea o aggiorna un componente .NET in un ambiente gestito.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

environmentName

string

Nome dell'ambiente gestito.

name

string

Nome del componente .NET.

dotNetComponentEnvelope
DotNetComponent

Dettagli di configurazione del componente .NET.

options
DotNetComponentsCreateOrUpdateOptionalParams

Parametri delle opzioni.

Restituisce

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

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

Crea o aggiorna un componente .NET in un ambiente gestito.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

environmentName

string

Nome dell'ambiente gestito.

name

string

Nome del componente .NET.

dotNetComponentEnvelope
DotNetComponent

Dettagli di configurazione del componente .NET.

options
DotNetComponentsCreateOrUpdateOptionalParams

Parametri delle opzioni.

Restituisce

Promise<DotNetComponent>

beginDelete(string, string, string, DotNetComponentsDeleteOptionalParams)

Eliminare un componente .NET.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

environmentName

string

Nome dell'ambiente gestito.

name

string

Nome del componente .NET.

options
DotNetComponentsDeleteOptionalParams

Parametri delle opzioni.

Restituisce

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

beginDeleteAndWait(string, string, string, DotNetComponentsDeleteOptionalParams)

Eliminare un componente .NET.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

environmentName

string

Nome dell'ambiente gestito.

name

string

Nome del componente .NET.

options
DotNetComponentsDeleteOptionalParams

Parametri delle opzioni.

Restituisce

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

Applica patch a un componente .NET usando patch di merge JSON

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

environmentName

string

Nome dell'ambiente gestito.

name

string

Nome del componente .NET.

dotNetComponentEnvelope
DotNetComponent

Dettagli di configurazione del componente .NET.

options
DotNetComponentsUpdateOptionalParams

Parametri delle opzioni.

Restituisce

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

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

Applica patch a un componente .NET usando patch di merge JSON

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

environmentName

string

Nome dell'ambiente gestito.

name

string

Nome del componente .NET.

dotNetComponentEnvelope
DotNetComponent

Dettagli di configurazione del componente .NET.

options
DotNetComponentsUpdateOptionalParams

Parametri delle opzioni.

Restituisce

Promise<DotNetComponent>

get(string, string, string, DotNetComponentsGetOptionalParams)

Ottenere un componente .NET.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

environmentName

string

Nome dell'ambiente gestito.

name

string

Nome del componente .NET.

options
DotNetComponentsGetOptionalParams

Parametri delle opzioni.

Restituisce

Promise<DotNetComponent>

list(string, string, DotNetComponentsListOptionalParams)

Ottenere i componenti .NET per un ambiente gestito.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

environmentName

string

Nome dell'ambiente gestito.

options
DotNetComponentsListOptionalParams

Parametri delle opzioni.

Restituisce