PublicIPPrefix.UpdateStages.WithIpTags Interface

public static interface PublicIPPrefix.UpdateStages.WithIpTags

The stage of the publicipprefix update allowing to specify IpTags.

Method Summary

Modifier and Type Method and Description
abstract Update withIpTags(List<IpTag> ipTags)

Specifies ipTags.

Method Details

withIpTags

public abstract PublicIPPrefix.Update withIpTags(List ipTags)

Specifies ipTags.

Parameters:

ipTags - The list of tags associated with the public IP prefix

Returns:

the next update stage

Applies to