IpAllocationsDelete interface
Yöntemler
| delete(Ip |
Belirtilen IpAllocation değerini siler. |
| get(Ip |
Kaynak grubuna göre belirtilen IpAllocation değerini alır. |
| patch(Ip |
IpAllocation etiketlerini güncelleştirir. |
| put(Ip |
Belirtilen kaynak grubunda bir IpAllocation oluşturur veya güncelleştirir. |
Yöntem Ayrıntıları
delete(IpAllocationsDeleteParameters)
Belirtilen IpAllocation değerini siler.
function delete(options: IpAllocationsDeleteParameters): StreamableMethod<IpAllocationsDelete200Response | IpAllocationsDelete202Response | IpAllocationsDelete204Response | IpAllocationsDeleteDefaultResponse>
Parametreler
- options
- IpAllocationsDeleteParameters
Döndürülenler
get(IpAllocationsGetParameters)
Kaynak grubuna göre belirtilen IpAllocation değerini alır.
function get(options: IpAllocationsGetParameters): StreamableMethod<IpAllocationsGet200Response | IpAllocationsGetDefaultResponse>
Parametreler
- options
- IpAllocationsGetParameters
Döndürülenler
patch(IpAllocationsUpdateTagsParameters)
IpAllocation etiketlerini güncelleştirir.
function patch(options: IpAllocationsUpdateTagsParameters): StreamableMethod<IpAllocationsUpdateTags200Response | IpAllocationsUpdateTagsDefaultResponse>
Parametreler
Döndürülenler
put(IpAllocationsCreateOrUpdateParameters)
Belirtilen kaynak grubunda bir IpAllocation oluşturur veya güncelleştirir.
function put(options: IpAllocationsCreateOrUpdateParameters): StreamableMethod<IpAllocationsCreateOrUpdate200Response | IpAllocationsCreateOrUpdate201Response | IpAllocationsCreateOrUpdateDefaultResponse>