CustomIPPrefixesDelete interface
Methods
| delete(Custom |
Deletes the specified custom IP prefix. |
| get(Custom |
Gets the specified custom IP prefix in a specified resource group. |
| patch(Custom |
Updates custom IP prefix tags. |
| put(Custom |
Creates or updates a custom IP prefix. |
Method Details
delete(CustomIPPrefixesDeleteParameters)
Deletes the specified custom IP prefix.
function delete(options: CustomIPPrefixesDeleteParameters): StreamableMethod<CustomIPPrefixesDelete200Response | CustomIPPrefixesDelete202Response | CustomIPPrefixesDelete204Response | CustomIPPrefixesDeleteDefaultResponse>
Parameters
- options
- CustomIPPrefixesDeleteParameters
Returns
get(CustomIPPrefixesGetParameters)
Gets the specified custom IP prefix in a specified resource group.
function get(options: CustomIPPrefixesGetParameters): StreamableMethod<CustomIPPrefixesGet200Response | CustomIPPrefixesGetDefaultResponse>
Parameters
- options
- CustomIPPrefixesGetParameters
Returns
patch(CustomIPPrefixesUpdateTagsParameters)
Updates custom IP prefix tags.
function patch(options: CustomIPPrefixesUpdateTagsParameters): StreamableMethod<CustomIPPrefixesUpdateTags200Response | CustomIPPrefixesUpdateTagsDefaultResponse>
Parameters
Returns
put(CustomIPPrefixesCreateOrUpdateParameters)
Creates or updates a custom IP prefix.
function put(options: CustomIPPrefixesCreateOrUpdateParameters): StreamableMethod<CustomIPPrefixesCreateOrUpdate200Response | CustomIPPrefixesCreateOrUpdate201Response | CustomIPPrefixesCreateOrUpdateDefaultResponse>