BandwidthSettings interface
Interface représentant un BandwidthSettings.
Méthodes
begin |
Crée ou met à jour le paramètre de bande passante |
begin |
Crée ou met à jour le paramètre de bande passante |
begin |
Supprime le paramètre de bande passante |
begin |
Supprime le paramètre de bande passante |
get(string, string, string, Bandwidth |
Retourne les propriétés du nom du paramètre de bande passante spécifié. |
list |
Récupère tout le paramètre de bande passante dans un gestionnaire. |
Détails de la méthode
beginCreateOrUpdate(string, string, string, BandwidthSetting, BandwidthSettingsCreateOrUpdateOptionalParams)
Crée ou met à jour le paramètre de bande passante
function beginCreateOrUpdate(bandwidthSettingName: string, resourceGroupName: string, managerName: string, parameters: BandwidthSetting, options?: BandwidthSettingsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<BandwidthSetting>, BandwidthSetting>>
Paramètres
- bandwidthSettingName
-
string
Nom du paramètre de bande passante.
- resourceGroupName
-
string
Nom du groupe de ressources
- managerName
-
string
Nom du responsable
- parameters
- BandwidthSetting
Paramètre de bande passante à ajouter ou à mettre à jour.
Paramètres d’options.
Retours
Promise<PollerLike<@azure/core-lro.PollOperationState<BandwidthSetting>, BandwidthSetting>>
beginCreateOrUpdateAndWait(string, string, string, BandwidthSetting, BandwidthSettingsCreateOrUpdateOptionalParams)
Crée ou met à jour le paramètre de bande passante
function beginCreateOrUpdateAndWait(bandwidthSettingName: string, resourceGroupName: string, managerName: string, parameters: BandwidthSetting, options?: BandwidthSettingsCreateOrUpdateOptionalParams): Promise<BandwidthSetting>
Paramètres
- bandwidthSettingName
-
string
Nom du paramètre de bande passante.
- resourceGroupName
-
string
Nom du groupe de ressources
- managerName
-
string
Nom du responsable
- parameters
- BandwidthSetting
Paramètre de bande passante à ajouter ou à mettre à jour.
Paramètres d’options.
Retours
Promise<BandwidthSetting>
beginDelete(string, string, string, BandwidthSettingsDeleteOptionalParams)
Supprime le paramètre de bande passante
function beginDelete(bandwidthSettingName: string, resourceGroupName: string, managerName: string, options?: BandwidthSettingsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Paramètres
- bandwidthSettingName
-
string
Nom du paramètre de bande passante.
- resourceGroupName
-
string
Nom du groupe de ressources
- managerName
-
string
Nom du responsable
Paramètres d’options.
Retours
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, BandwidthSettingsDeleteOptionalParams)
Supprime le paramètre de bande passante
function beginDeleteAndWait(bandwidthSettingName: string, resourceGroupName: string, managerName: string, options?: BandwidthSettingsDeleteOptionalParams): Promise<void>
Paramètres
- bandwidthSettingName
-
string
Nom du paramètre de bande passante.
- resourceGroupName
-
string
Nom du groupe de ressources
- managerName
-
string
Nom du responsable
Paramètres d’options.
Retours
Promise<void>
get(string, string, string, BandwidthSettingsGetOptionalParams)
Retourne les propriétés du nom du paramètre de bande passante spécifié.
function get(bandwidthSettingName: string, resourceGroupName: string, managerName: string, options?: BandwidthSettingsGetOptionalParams): Promise<BandwidthSetting>
Paramètres
- bandwidthSettingName
-
string
Nom du paramètre de bande passante à extraire.
- resourceGroupName
-
string
Nom du groupe de ressources
- managerName
-
string
Nom du responsable
Paramètres d’options.
Retours
Promise<BandwidthSetting>
listByManager(string, string, BandwidthSettingsListByManagerOptionalParams)
Récupère tout le paramètre de bande passante dans un gestionnaire.
function listByManager(resourceGroupName: string, managerName: string, options?: BandwidthSettingsListByManagerOptionalParams): PagedAsyncIterableIterator<BandwidthSetting, BandwidthSetting[], PageSettings>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources
- managerName
-
string
Nom du responsable
Paramètres d’options.
Retours
Azure SDK for JavaScript