AutoUpgradeProfilesOperations interface

Interfaccia che rappresenta un'operazione AutoUpgradeProfiles.

Proprietà

createOrUpdate

Creare un file AutoUpgradeProfile

delete
get

Ottenere un autoUpgradeProfile

listByFleet

Elencare le risorse AutoUpgradeProfile per Fleet

Dettagli proprietà

createOrUpdate

Creare un file AutoUpgradeProfile

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

Valore della proprietà

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

Valore della proprietà

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

get

Ottenere un autoUpgradeProfile

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

Valore della proprietà

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

listByFleet

Elencare le risorse AutoUpgradeProfile per Fleet

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

Valore della proprietà

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