AutoUpgradeProfilesOperations interface
Interface représentant une opération AutoUpgradeProfiles.
Propriétés
| create |
Créer un fichier AutoUpgradeProfile |
| delete | |
| get | Obtenir un autoUpgradeProfile |
| list |
Répertorier les ressources AutoUpgradeProfile par Fleet |
Détails de la propriété
createOrUpdate
Créer un fichier AutoUpgradeProfile
createOrUpdate: (resourceGroupName: string, fleetName: string, autoUpgradeProfileName: string, resource: AutoUpgradeProfile, options?: AutoUpgradeProfilesCreateOrUpdateOptionalParams) => PollerLike<OperationState<AutoUpgradeProfile>, AutoUpgradeProfile>
Valeur de propriété
(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>
Valeur de propriété
(resourceGroupName: string, fleetName: string, autoUpgradeProfileName: string, options?: AutoUpgradeProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Obtenir un autoUpgradeProfile
get: (resourceGroupName: string, fleetName: string, autoUpgradeProfileName: string, options?: AutoUpgradeProfilesGetOptionalParams) => Promise<AutoUpgradeProfile>
Valeur de propriété
(resourceGroupName: string, fleetName: string, autoUpgradeProfileName: string, options?: AutoUpgradeProfilesGetOptionalParams) => Promise<AutoUpgradeProfile>
listByFleet
Répertorier les ressources AutoUpgradeProfile par Fleet
listByFleet: (resourceGroupName: string, fleetName: string, options?: AutoUpgradeProfilesListByFleetOptionalParams) => PagedAsyncIterableIterator<AutoUpgradeProfile, AutoUpgradeProfile[], PageSettings>
Valeur de propriété
(resourceGroupName: string, fleetName: string, options?: AutoUpgradeProfilesListByFleetOptionalParams) => PagedAsyncIterableIterator<AutoUpgradeProfile, AutoUpgradeProfile[], PageSettings>