ExpressRoutePortsDelete interface
Yöntemler
| delete(Express |
Belirtilen ExpressRoutePort kaynağını siler. |
| get(Express |
İstenen ExpressRoutePort kaynağını alır. |
| patch(Express |
ExpressRoutePort etiketlerini güncelleştirin. |
| put(Express |
Belirtilen ExpressRoutePort kaynağını oluşturur veya güncelleştirir. |
Yöntem Ayrıntıları
delete(ExpressRoutePortsDeleteParameters)
Belirtilen ExpressRoutePort kaynağını siler.
function delete(options: ExpressRoutePortsDeleteParameters): StreamableMethod<ExpressRoutePortsDelete200Response | ExpressRoutePortsDelete202Response | ExpressRoutePortsDelete204Response | ExpressRoutePortsDeleteDefaultResponse>
Parametreler
Döndürülenler
get(ExpressRoutePortsGetParameters)
İstenen ExpressRoutePort kaynağını alır.
function get(options: ExpressRoutePortsGetParameters): StreamableMethod<ExpressRoutePortsGet200Response | ExpressRoutePortsGetDefaultResponse>
Parametreler
- options
- ExpressRoutePortsGetParameters
Döndürülenler
patch(ExpressRoutePortsUpdateTagsParameters)
ExpressRoutePort etiketlerini güncelleştirin.
function patch(options: ExpressRoutePortsUpdateTagsParameters): StreamableMethod<ExpressRoutePortsUpdateTags200Response | ExpressRoutePortsUpdateTagsDefaultResponse>
Parametreler
Döndürülenler
put(ExpressRoutePortsCreateOrUpdateParameters)
Belirtilen ExpressRoutePort kaynağını oluşturur veya güncelleştirir.
function put(options: ExpressRoutePortsCreateOrUpdateParameters): StreamableMethod<ExpressRoutePortsCreateOrUpdate200Response | ExpressRoutePortsCreateOrUpdate201Response | ExpressRoutePortsCreateOrUpdateDefaultResponse>