Aracılığıyla paylaş


Controllers interface

Denetleyiciler'i temsil eden arabirim.

Yöntemler

beginCreate(string, string, Controller, ControllersCreateOptionalParams)

Belirtilen oluşturma parametreleriyle bir Azure Dev Spaces Denetleyicisi oluşturur.

beginCreateAndWait(string, string, Controller, ControllersCreateOptionalParams)

Belirtilen oluşturma parametreleriyle bir Azure Dev Spaces Denetleyicisi oluşturur.

beginDelete(string, string, ControllersDeleteOptionalParams)

Mevcut bir Azure Dev Spaces Denetleyicisini siler.

beginDeleteAndWait(string, string, ControllersDeleteOptionalParams)

Mevcut bir Azure Dev Spaces Denetleyicisini siler.

get(string, string, ControllersGetOptionalParams)

Azure Dev Spaces Denetleyicisi'nin özelliklerini alır.

list(ControllersListOptionalParams)

Tüm Azure Dev Spaces Denetleyicilerini abonelikteki özellikleriyle listeler.

listByResourceGroup(string, ControllersListByResourceGroupOptionalParams)

Belirtilen kaynak grubu ve abonelikteki özellikleriyle tüm Azure Dev Spaces Denetleyicilerini listeler.

listConnectionDetails(string, string, ListConnectionDetailsParameters, ControllersListConnectionDetailsOptionalParams)

Azure Dev Spaces Denetleyicisi'nin temel kapsayıcı kaynakları için bağlantı ayrıntılarını listeler.

update(string, string, ControllerUpdateParameters, ControllersUpdateOptionalParams)

Mevcut bir Azure Dev Spaces Denetleyicisi'nin özelliklerini belirtilen güncelleştirme parametreleriyle güncelleştirir.

Yöntem Ayrıntıları

beginCreate(string, string, Controller, ControllersCreateOptionalParams)

Belirtilen oluşturma parametreleriyle bir Azure Dev Spaces Denetleyicisi oluşturur.

function beginCreate(resourceGroupName: string, name: string, controller: Controller, options?: ControllersCreateOptionalParams): Promise<PollerLike<PollOperationState<Controller>, Controller>>

Parametreler

resourceGroupName

string

Kaynağın ait olduğu kaynak grubu.

name

string

Kaynağın adı.

controller
Controller

Denetleyici parametreleri oluşturur.

options
ControllersCreateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<PollerLike<@azure/core-lro.PollOperationState<Controller>, Controller>>

beginCreateAndWait(string, string, Controller, ControllersCreateOptionalParams)

Belirtilen oluşturma parametreleriyle bir Azure Dev Spaces Denetleyicisi oluşturur.

function beginCreateAndWait(resourceGroupName: string, name: string, controller: Controller, options?: ControllersCreateOptionalParams): Promise<Controller>

Parametreler

resourceGroupName

string

Kaynağın ait olduğu kaynak grubu.

name

string

Kaynağın adı.

controller
Controller

Denetleyici parametreleri oluşturur.

options
ControllersCreateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<Controller>

beginDelete(string, string, ControllersDeleteOptionalParams)

Mevcut bir Azure Dev Spaces Denetleyicisini siler.

function beginDelete(resourceGroupName: string, name: string, options?: ControllersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Parametreler

resourceGroupName

string

Kaynağın ait olduğu kaynak grubu.

name

string

Kaynağın adı.

options
ControllersDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, ControllersDeleteOptionalParams)

Mevcut bir Azure Dev Spaces Denetleyicisini siler.

function beginDeleteAndWait(resourceGroupName: string, name: string, options?: ControllersDeleteOptionalParams): Promise<void>

Parametreler

resourceGroupName

string

Kaynağın ait olduğu kaynak grubu.

name

string

Kaynağın adı.

options
ControllersDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

get(string, string, ControllersGetOptionalParams)

Azure Dev Spaces Denetleyicisi'nin özelliklerini alır.

function get(resourceGroupName: string, name: string, options?: ControllersGetOptionalParams): Promise<Controller>

Parametreler

resourceGroupName

string

Kaynağın ait olduğu kaynak grubu.

name

string

Kaynağın adı.

options
ControllersGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<Controller>

list(ControllersListOptionalParams)

Tüm Azure Dev Spaces Denetleyicilerini abonelikteki özellikleriyle listeler.

function list(options?: ControllersListOptionalParams): PagedAsyncIterableIterator<Controller, Controller[], PageSettings>

Parametreler

options
ControllersListOptionalParams

Seçenekler parametreleri.

Döndürülenler

listByResourceGroup(string, ControllersListByResourceGroupOptionalParams)

Belirtilen kaynak grubu ve abonelikteki özellikleriyle tüm Azure Dev Spaces Denetleyicilerini listeler.

function listByResourceGroup(resourceGroupName: string, options?: ControllersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Controller, Controller[], PageSettings>

Parametreler

resourceGroupName

string

Kaynağın ait olduğu kaynak grubu.

options
ControllersListByResourceGroupOptionalParams

Seçenekler parametreleri.

Döndürülenler

listConnectionDetails(string, string, ListConnectionDetailsParameters, ControllersListConnectionDetailsOptionalParams)

Azure Dev Spaces Denetleyicisi'nin temel kapsayıcı kaynakları için bağlantı ayrıntılarını listeler.

function listConnectionDetails(resourceGroupName: string, name: string, listConnectionDetailsParameters: ListConnectionDetailsParameters, options?: ControllersListConnectionDetailsOptionalParams): Promise<ControllerConnectionDetailsList>

Parametreler

resourceGroupName

string

Kaynağın ait olduğu kaynak grubu.

name

string

Kaynağın adı.

listConnectionDetailsParameters
ListConnectionDetailsParameters

Azure Dev Spaces Denetleyicisi'nin bağlantı ayrıntılarını listelemeye yönelik parametreler.

options
ControllersListConnectionDetailsOptionalParams

Seçenekler parametreleri.

Döndürülenler

update(string, string, ControllerUpdateParameters, ControllersUpdateOptionalParams)

Mevcut bir Azure Dev Spaces Denetleyicisi'nin özelliklerini belirtilen güncelleştirme parametreleriyle güncelleştirir.

function update(resourceGroupName: string, name: string, controllerUpdateParameters: ControllerUpdateParameters, options?: ControllersUpdateOptionalParams): Promise<Controller>

Parametreler

resourceGroupName

string

Kaynağın ait olduğu kaynak grubu.

name

string

Kaynağın adı.

controllerUpdateParameters
ControllerUpdateParameters

Azure Dev Spaces Denetleyicisi'ni güncelleştirme parametreleri.

options
ControllersUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<Controller>