EnvironmentTypes interface
Interfejs reprezentujący typ środowiska.
Metody
create |
Tworzy lub aktualizuje typ środowiska. |
delete(string, string, string, Environment |
Usuwa typ środowiska. |
get(string, string, string, Environment |
Pobiera typ środowiska. |
list |
Wyświetla listę typów środowisk dla centrum deweloperów. |
update(string, string, string, Environment |
Częściowo aktualizuje typ środowiska. |
Szczegóły metody
createOrUpdate(string, string, string, EnvironmentType, EnvironmentTypesCreateOrUpdateOptionalParams)
Tworzy lub aktualizuje typ środowiska.
function createOrUpdate(resourceGroupName: string, devCenterName: string, environmentTypeName: string, body: EnvironmentType, options?: EnvironmentTypesCreateOrUpdateOptionalParams): Promise<EnvironmentType>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.
- devCenterName
-
string
Nazwa centrum deweloperów.
- environmentTypeName
-
string
Nazwa typu środowiska.
- body
- EnvironmentType
Reprezentuje typ środowiska.
Parametry opcji.
Zwraca
Promise<EnvironmentType>
delete(string, string, string, EnvironmentTypesDeleteOptionalParams)
Usuwa typ środowiska.
function delete(resourceGroupName: string, devCenterName: string, environmentTypeName: string, options?: EnvironmentTypesDeleteOptionalParams): Promise<void>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.
- devCenterName
-
string
Nazwa centrum deweloperów.
- environmentTypeName
-
string
Nazwa typu środowiska.
Parametry opcji.
Zwraca
Promise<void>
get(string, string, string, EnvironmentTypesGetOptionalParams)
Pobiera typ środowiska.
function get(resourceGroupName: string, devCenterName: string, environmentTypeName: string, options?: EnvironmentTypesGetOptionalParams): Promise<EnvironmentType>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.
- devCenterName
-
string
Nazwa centrum deweloperów.
- environmentTypeName
-
string
Nazwa typu środowiska.
Parametry opcji.
Zwraca
Promise<EnvironmentType>
listByDevCenter(string, string, EnvironmentTypesListByDevCenterOptionalParams)
Wyświetla listę typów środowisk dla centrum deweloperów.
function listByDevCenter(resourceGroupName: string, devCenterName: string, options?: EnvironmentTypesListByDevCenterOptionalParams): PagedAsyncIterableIterator<EnvironmentType, EnvironmentType[], PageSettings>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.
- devCenterName
-
string
Nazwa centrum deweloperów.
Parametry opcji.
Zwraca
update(string, string, string, EnvironmentTypeUpdate, EnvironmentTypesUpdateOptionalParams)
Częściowo aktualizuje typ środowiska.
function update(resourceGroupName: string, devCenterName: string, environmentTypeName: string, body: EnvironmentTypeUpdate, options?: EnvironmentTypesUpdateOptionalParams): Promise<EnvironmentType>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.
- devCenterName
-
string
Nazwa centrum deweloperów.
- environmentTypeName
-
string
Nazwa typu środowiska.
Możliwe do zaktualizowania właściwości typu środowiska.
Parametry opcji.
Zwraca
Promise<EnvironmentType>