IpAllocationsDelete interface
Metodi
| delete(Ip |
Elimina l'oggetto IpAllocation specificato. |
| get(Ip |
Ottiene l'oggetto IpAllocation specificato in base al gruppo di risorse. |
| patch(Ip |
Aggiorna i tag IpAllocation. |
| put(Ip |
Crea o aggiorna un ipAllocation nel gruppo di risorse specificato. |
Dettagli metodo
delete(IpAllocationsDeleteParameters)
Elimina l'oggetto IpAllocation specificato.
function delete(options: IpAllocationsDeleteParameters): StreamableMethod<IpAllocationsDelete200Response | IpAllocationsDelete202Response | IpAllocationsDelete204Response | IpAllocationsDeleteDefaultResponse>
Parametri
- options
- IpAllocationsDeleteParameters
Restituisce
get(IpAllocationsGetParameters)
Ottiene l'oggetto IpAllocation specificato in base al gruppo di risorse.
function get(options: IpAllocationsGetParameters): StreamableMethod<IpAllocationsGet200Response | IpAllocationsGetDefaultResponse>
Parametri
- options
- IpAllocationsGetParameters
Restituisce
patch(IpAllocationsUpdateTagsParameters)
Aggiorna i tag IpAllocation.
function patch(options: IpAllocationsUpdateTagsParameters): StreamableMethod<IpAllocationsUpdateTags200Response | IpAllocationsUpdateTagsDefaultResponse>
Parametri
Restituisce
put(IpAllocationsCreateOrUpdateParameters)
Crea o aggiorna un ipAllocation nel gruppo di risorse specificato.
function put(options: IpAllocationsCreateOrUpdateParameters): StreamableMethod<IpAllocationsCreateOrUpdate200Response | IpAllocationsCreateOrUpdate201Response | IpAllocationsCreateOrUpdateDefaultResponse>