IpAllocationsDelete interface
Métodos
| delete(Ip |
Exclui a IpAllocation especificada. |
| get(Ip |
Obtém a IpAllocation especificada por grupo de recursos. |
| patch(Ip |
Atualiza uma marca de IpAllocation. |
| put(Ip |
Cria ou atualiza um IpAllocation no grupo de recursos especificado. |
Detalhes do método
delete(IpAllocationsDeleteParameters)
Exclui a IpAllocation especificada.
function delete(options: IpAllocationsDeleteParameters): StreamableMethod<IpAllocationsDelete200Response | IpAllocationsDelete202Response | IpAllocationsDelete204Response | IpAllocationsDeleteDefaultResponse>
Parâmetros
- options
- IpAllocationsDeleteParameters
Retornos
get(IpAllocationsGetParameters)
Obtém a IpAllocation especificada por grupo de recursos.
function get(options: IpAllocationsGetParameters): StreamableMethod<IpAllocationsGet200Response | IpAllocationsGetDefaultResponse>
Parâmetros
- options
- IpAllocationsGetParameters
Retornos
patch(IpAllocationsUpdateTagsParameters)
Atualiza uma marca de IpAllocation.
function patch(options: IpAllocationsUpdateTagsParameters): StreamableMethod<IpAllocationsUpdateTags200Response | IpAllocationsUpdateTagsDefaultResponse>
Parâmetros
Retornos
put(IpAllocationsCreateOrUpdateParameters)
Cria ou atualiza um IpAllocation no grupo de recursos especificado.
function put(options: IpAllocationsCreateOrUpdateParameters): StreamableMethod<IpAllocationsCreateOrUpdate200Response | IpAllocationsCreateOrUpdate201Response | IpAllocationsCreateOrUpdateDefaultResponse>