IpAllocationsDelete interface
Métodos
| delete(Ip |
Elimina la ipAllocation especificada. |
| get(Ip |
Obtiene la ipAllocation especificada por grupo de recursos. |
| patch(Ip |
Actualiza las etiquetas ipAllocation. |
| put(Ip |
Crea o actualiza una IpAllocation en el grupo de recursos especificado. |
Detalles del método
delete(IpAllocationsDeleteParameters)
Elimina la ipAllocation especificada.
function delete(options: IpAllocationsDeleteParameters): StreamableMethod<IpAllocationsDelete200Response | IpAllocationsDelete202Response | IpAllocationsDelete204Response | IpAllocationsDeleteDefaultResponse>
Parámetros
- options
- IpAllocationsDeleteParameters
Devoluciones
get(IpAllocationsGetParameters)
Obtiene la ipAllocation especificada por grupo de recursos.
function get(options: IpAllocationsGetParameters): StreamableMethod<IpAllocationsGet200Response | IpAllocationsGetDefaultResponse>
Parámetros
- options
- IpAllocationsGetParameters
Devoluciones
patch(IpAllocationsUpdateTagsParameters)
Actualiza las etiquetas ipAllocation.
function patch(options: IpAllocationsUpdateTagsParameters): StreamableMethod<IpAllocationsUpdateTags200Response | IpAllocationsUpdateTagsDefaultResponse>
Parámetros
Devoluciones
put(IpAllocationsCreateOrUpdateParameters)
Crea o actualiza una IpAllocation en el grupo de recursos especificado.
function put(options: IpAllocationsCreateOrUpdateParameters): StreamableMethod<IpAllocationsCreateOrUpdate200Response | IpAllocationsCreateOrUpdate201Response | IpAllocationsCreateOrUpdateDefaultResponse>