Dela via


AutoUpgradeProfilesOperations interface

Gränssnitt som representerar en AutoUpgradeProfiles-åtgärd.

Egenskaper

createOrUpdate

Skapa en AutoUpgradeProfile

delete
get

Hämta en AutoUpgradeProfile

listByFleet

Lista AutoUpgradeProfile-resurser efter flotta

Egenskapsinformation

createOrUpdate

Skapa en AutoUpgradeProfile

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

Egenskapsvärde

(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>

Egenskapsvärde

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

get

Hämta en AutoUpgradeProfile

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

Egenskapsvärde

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

listByFleet

Lista AutoUpgradeProfile-resurser efter flotta

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

Egenskapsvärde

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