PublicIPPrefixesDelete interface
Methods
| delete(Public |
Deletes the specified public IP prefix. |
| get(Public |
Gets the specified public IP prefix in a specified resource group. |
| patch(Public |
Updates public IP prefix tags. |
| put(Public |
Creates or updates a static or dynamic public IP prefix. |
Method Details
delete(PublicIPPrefixesDeleteParameters)
Deletes the specified public IP prefix.
function delete(options: PublicIPPrefixesDeleteParameters): StreamableMethod<PublicIPPrefixesDelete200Response | PublicIPPrefixesDelete202Response | PublicIPPrefixesDelete204Response | PublicIPPrefixesDeleteDefaultResponse>
Parameters
- options
- PublicIPPrefixesDeleteParameters
Returns
get(PublicIPPrefixesGetParameters)
Gets the specified public IP prefix in a specified resource group.
function get(options: PublicIPPrefixesGetParameters): StreamableMethod<PublicIPPrefixesGet200Response | PublicIPPrefixesGetDefaultResponse>
Parameters
- options
- PublicIPPrefixesGetParameters
Returns
patch(PublicIPPrefixesUpdateTagsParameters)
Updates public IP prefix tags.
function patch(options: PublicIPPrefixesUpdateTagsParameters): StreamableMethod<PublicIPPrefixesUpdateTags200Response | PublicIPPrefixesUpdateTagsDefaultResponse>
Parameters
Returns
put(PublicIPPrefixesCreateOrUpdateParameters)
Creates or updates a static or dynamic public IP prefix.
function put(options: PublicIPPrefixesCreateOrUpdateParameters): StreamableMethod<PublicIPPrefixesCreateOrUpdate200Response | PublicIPPrefixesCreateOrUpdate201Response | PublicIPPrefixesCreateOrUpdateDefaultResponse>