Freigeben über


AutoUpgradeProfilesOperations interface

Schnittstelle, die einen AutoUpgradeProfiles-Vorgang darstellt.

Eigenschaften

createOrUpdate

Erstellen eines AutoUpgradeProfile

delete
get

AutoUpgradeProfile abrufen

listByFleet

AutoUpgradeProfile-Ressourcen nach Flotte auflisten

Details zur Eigenschaft

createOrUpdate

Erstellen eines AutoUpgradeProfile

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

Eigenschaftswert

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

Eigenschaftswert

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

get

AutoUpgradeProfile abrufen

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

Eigenschaftswert

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

listByFleet

AutoUpgradeProfile-Ressourcen nach Flotte auflisten

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

Eigenschaftswert

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