Поделиться через


AutoUpgradeProfilesOperations interface

Интерфейс, представляющий операции AutoUpgradeProfiles.

Свойства

createOrUpdate

Создание файла AutoUpgradeProfile

delete
get

Получение файла AutoUpgradeProfile

listByFleet

Перечисление ресурсов AutoUpgradeProfile по Флоту

Сведения о свойстве

createOrUpdate

Создание файла AutoUpgradeProfile

createOrUpdate: (resourceGroupName: string, fleetName: string, autoUpgradeProfileName: string, resource: AutoUpgradeProfile, options?: AutoUpgradeProfilesCreateOrUpdateOptionalParams) => PollerLike<OperationState<AutoUpgradeProfile>, AutoUpgradeProfile>

Значение свойства

(resourceGroupName: string, fleetName: string, autoUpgradeProfileName: string, resource: AutoUpgradeProfile, options?: AutoUpgradeProfilesCreateOrUpdateOptionalParams) => PollerLike<OperationState<AutoUpgradeProfile>, AutoUpgradeProfile>

delete

delete: (resourceGroupName: string, fleetName: string, autoUpgradeProfileName: string, options?: AutoUpgradeProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Значение свойства

(resourceGroupName: string, fleetName: string, autoUpgradeProfileName: string, options?: AutoUpgradeProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Получение файла AutoUpgradeProfile

get: (resourceGroupName: string, fleetName: string, autoUpgradeProfileName: string, options?: AutoUpgradeProfilesGetOptionalParams) => Promise<AutoUpgradeProfile>

Значение свойства

(resourceGroupName: string, fleetName: string, autoUpgradeProfileName: string, options?: AutoUpgradeProfilesGetOptionalParams) => Promise<AutoUpgradeProfile>

listByFleet

Перечисление ресурсов AutoUpgradeProfile по Флоту

listByFleet: (resourceGroupName: string, fleetName: string, options?: AutoUpgradeProfilesListByFleetOptionalParams) => PagedAsyncIterableIterator<AutoUpgradeProfile, AutoUpgradeProfile[], PageSettings>

Значение свойства

(resourceGroupName: string, fleetName: string, options?: AutoUpgradeProfilesListByFleetOptionalParams) => PagedAsyncIterableIterator<AutoUpgradeProfile, AutoUpgradeProfile[], PageSettings>