DscpConfigurationCreateOrUpdate interface
Metódusok
| delete(Dscp |
Törli a DSCP-konfigurációt. |
| get(Dscp |
DSCP-konfigurációt kap. |
| put(Dscp |
Létrehoz vagy frissít egy DSCP-konfigurációt. |
Metódus adatai
delete(DscpConfigurationDeleteParameters)
Törli a DSCP-konfigurációt.
function delete(options: DscpConfigurationDeleteParameters): StreamableMethod<DscpConfigurationDelete200Response | DscpConfigurationDelete202Response | DscpConfigurationDelete204Response | DscpConfigurationDeleteDefaultResponse>
Paraméterek
Válaszok
get(DscpConfigurationGetParameters)
DSCP-konfigurációt kap.
function get(options: DscpConfigurationGetParameters): StreamableMethod<DscpConfigurationGet200Response | DscpConfigurationGetDefaultResponse>
Paraméterek
- options
- DscpConfigurationGetParameters
Válaszok
put(DscpConfigurationCreateOrUpdateParameters)
Létrehoz vagy frissít egy DSCP-konfigurációt.
function put(options: DscpConfigurationCreateOrUpdateParameters): StreamableMethod<DscpConfigurationCreateOrUpdate200Response | DscpConfigurationCreateOrUpdate201Response | DscpConfigurationCreateOrUpdateDefaultResponse>