DevBoxDefinitions interface
Interfaccia che rappresenta un oggetto DevBoxDefinitions.
Metodi
Dettagli metodo
beginCreateOrUpdate(string, string, string, DevBoxDefinition, DevBoxDefinitionsCreateOrUpdateOptionalParams)
Crea o aggiorna una definizione di Dev Box.
function beginCreateOrUpdate(resourceGroupName: string, devCenterName: string, devBoxDefinitionName: string, body: DevBoxDefinition, options?: DevBoxDefinitionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DevBoxDefinition>, DevBoxDefinition>>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- devCenterName
-
string
Nome del devcenter.
- devBoxDefinitionName
-
string
Nome della definizione di Dev Box.
- body
- DevBoxDefinition
Rappresenta una definizione di Dev Box.
Parametri delle opzioni.
Restituisce
Promise<@azure/core-lro.SimplePollerLike<OperationState<DevBoxDefinition>, DevBoxDefinition>>
beginCreateOrUpdateAndWait(string, string, string, DevBoxDefinition, DevBoxDefinitionsCreateOrUpdateOptionalParams)
Crea o aggiorna una definizione di Dev Box.
function beginCreateOrUpdateAndWait(resourceGroupName: string, devCenterName: string, devBoxDefinitionName: string, body: DevBoxDefinition, options?: DevBoxDefinitionsCreateOrUpdateOptionalParams): Promise<DevBoxDefinition>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- devCenterName
-
string
Nome del devcenter.
- devBoxDefinitionName
-
string
Nome della definizione di Dev Box.
- body
- DevBoxDefinition
Rappresenta una definizione di Dev Box.
Parametri delle opzioni.
Restituisce
Promise<DevBoxDefinition>
beginDelete(string, string, string, DevBoxDefinitionsDeleteOptionalParams)
Elimina una definizione di Dev Box
function beginDelete(resourceGroupName: string, devCenterName: string, devBoxDefinitionName: string, options?: DevBoxDefinitionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<DevBoxDefinitionsDeleteHeaders>, DevBoxDefinitionsDeleteHeaders>>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- devCenterName
-
string
Nome del devcenter.
- devBoxDefinitionName
-
string
Nome della definizione di Dev Box.
Parametri delle opzioni.
Restituisce
Promise<@azure/core-lro.SimplePollerLike<OperationState<DevBoxDefinitionsDeleteHeaders>, DevBoxDefinitionsDeleteHeaders>>
beginDeleteAndWait(string, string, string, DevBoxDefinitionsDeleteOptionalParams)
Elimina una definizione di Dev Box
function beginDeleteAndWait(resourceGroupName: string, devCenterName: string, devBoxDefinitionName: string, options?: DevBoxDefinitionsDeleteOptionalParams): Promise<DevBoxDefinitionsDeleteHeaders>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- devCenterName
-
string
Nome del devcenter.
- devBoxDefinitionName
-
string
Nome della definizione di Dev Box.
Parametri delle opzioni.
Restituisce
Promise<DevBoxDefinitionsDeleteHeaders>
beginUpdate(string, string, string, DevBoxDefinitionUpdate, DevBoxDefinitionsUpdateOptionalParams)
Aggiorna parzialmente una definizione di Dev Box.
function beginUpdate(resourceGroupName: string, devCenterName: string, devBoxDefinitionName: string, body: DevBoxDefinitionUpdate, options?: DevBoxDefinitionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DevBoxDefinition>, DevBoxDefinition>>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- devCenterName
-
string
Nome del devcenter.
- devBoxDefinitionName
-
string
Nome della definizione di Dev Box.
Rappresenta una definizione di Dev Box.
Parametri delle opzioni.
Restituisce
Promise<@azure/core-lro.SimplePollerLike<OperationState<DevBoxDefinition>, DevBoxDefinition>>
beginUpdateAndWait(string, string, string, DevBoxDefinitionUpdate, DevBoxDefinitionsUpdateOptionalParams)
Aggiorna parzialmente una definizione di Dev Box.
function beginUpdateAndWait(resourceGroupName: string, devCenterName: string, devBoxDefinitionName: string, body: DevBoxDefinitionUpdate, options?: DevBoxDefinitionsUpdateOptionalParams): Promise<DevBoxDefinition>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- devCenterName
-
string
Nome del devcenter.
- devBoxDefinitionName
-
string
Nome della definizione di Dev Box.
Rappresenta una definizione di Dev Box.
Parametri delle opzioni.
Restituisce
Promise<DevBoxDefinition>
get(string, string, string, DevBoxDefinitionsGetOptionalParams)
Ottiene una definizione di Dev Box
function get(resourceGroupName: string, devCenterName: string, devBoxDefinitionName: string, options?: DevBoxDefinitionsGetOptionalParams): Promise<DevBoxDefinition>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- devCenterName
-
string
Nome del devcenter.
- devBoxDefinitionName
-
string
Nome della definizione di Dev Box.
Parametri delle opzioni.
Restituisce
Promise<DevBoxDefinition>
getByProject(string, string, string, DevBoxDefinitionsGetByProjectOptionalParams)
Ottiene una definizione di Dev Box configurata per un progetto
function getByProject(resourceGroupName: string, projectName: string, devBoxDefinitionName: string, options?: DevBoxDefinitionsGetByProjectOptionalParams): Promise<DevBoxDefinition>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- projectName
-
string
Nome del progetto.
- devBoxDefinitionName
-
string
Nome della definizione di Dev Box.
Parametri delle opzioni.
Restituisce
Promise<DevBoxDefinition>
listByDevCenter(string, string, DevBoxDefinitionsListByDevCenterOptionalParams)
Elencare le definizioni di Dev Box per un devcenter.
function listByDevCenter(resourceGroupName: string, devCenterName: string, options?: DevBoxDefinitionsListByDevCenterOptionalParams): PagedAsyncIterableIterator<DevBoxDefinition, DevBoxDefinition[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- devCenterName
-
string
Nome del devcenter.
Parametri delle opzioni.
Restituisce
listByProject(string, string, DevBoxDefinitionsListByProjectOptionalParams)
Elencare le definizioni di Dev Box configurate per un progetto.
function listByProject(resourceGroupName: string, projectName: string, options?: DevBoxDefinitionsListByProjectOptionalParams): PagedAsyncIterableIterator<DevBoxDefinition, DevBoxDefinition[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- projectName
-
string
Nome del progetto.
Parametri delle opzioni.