DscpConfigurationCreateOrUpdate interface
Metoder
| delete(Dscp |
Tar bort en DSCP-konfiguration. |
| get(Dscp |
Hämtar en DSCP-konfiguration. |
| put(Dscp |
Skapar eller uppdaterar en DSCP-konfiguration. |
Metodinformation
delete(DscpConfigurationDeleteParameters)
Tar bort en DSCP-konfiguration.
function delete(options: DscpConfigurationDeleteParameters): StreamableMethod<DscpConfigurationDelete200Response | DscpConfigurationDelete202Response | DscpConfigurationDelete204Response | DscpConfigurationDeleteDefaultResponse>
Parametrar
Returer
get(DscpConfigurationGetParameters)
Hämtar en DSCP-konfiguration.
function get(options: DscpConfigurationGetParameters): StreamableMethod<DscpConfigurationGet200Response | DscpConfigurationGetDefaultResponse>
Parametrar
- options
- DscpConfigurationGetParameters
Returer
put(DscpConfigurationCreateOrUpdateParameters)
Skapar eller uppdaterar en DSCP-konfiguration.
function put(options: DscpConfigurationCreateOrUpdateParameters): StreamableMethod<DscpConfigurationCreateOrUpdate200Response | DscpConfigurationCreateOrUpdate201Response | DscpConfigurationCreateOrUpdateDefaultResponse>