IpAllocationsDelete interface
Méthodes
| delete(Ip |
Supprime l’adresse IpAllocation spécifiée. |
| get(Ip |
Obtient l’IpAllocation spécifié par groupe de ressources. |
| patch(Ip |
Met à jour des balises IpAllocation. |
| put(Ip |
Crée ou met à jour une adresse IpAllocation dans le groupe de ressources spécifié. |
Détails de la méthode
delete(IpAllocationsDeleteParameters)
Supprime l’adresse IpAllocation spécifiée.
function delete(options: IpAllocationsDeleteParameters): StreamableMethod<IpAllocationsDelete200Response | IpAllocationsDelete202Response | IpAllocationsDelete204Response | IpAllocationsDeleteDefaultResponse>
Paramètres
- options
- IpAllocationsDeleteParameters
Retours
get(IpAllocationsGetParameters)
Obtient l’IpAllocation spécifié par groupe de ressources.
function get(options: IpAllocationsGetParameters): StreamableMethod<IpAllocationsGet200Response | IpAllocationsGetDefaultResponse>
Paramètres
- options
- IpAllocationsGetParameters
Retours
patch(IpAllocationsUpdateTagsParameters)
Met à jour des balises IpAllocation.
function patch(options: IpAllocationsUpdateTagsParameters): StreamableMethod<IpAllocationsUpdateTags200Response | IpAllocationsUpdateTagsDefaultResponse>
Paramètres
Retours
put(IpAllocationsCreateOrUpdateParameters)
Crée ou met à jour une adresse IpAllocation dans le groupe de ressources spécifié.
function put(options: IpAllocationsCreateOrUpdateParameters): StreamableMethod<IpAllocationsCreateOrUpdate200Response | IpAllocationsCreateOrUpdate201Response | IpAllocationsCreateOrUpdateDefaultResponse>