VirtualMachineScaleSetNetworkResource.GetAllPublicIPAddressData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes the GetAllPublicIPAddressData compatibility operation.
public virtual Azure.Pageable<Azure.ResourceManager.Network.PublicIPAddressData> GetAllPublicIPAddressData(System.Threading.CancellationToken cancellationToken);
public virtual Azure.Pageable<Azure.ResourceManager.Network.PublicIPAddressData> GetAllPublicIPAddressData(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllPublicIPAddressData : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.PublicIPAddressData>
override this.GetAllPublicIPAddressData : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.PublicIPAddressData>
Public Overridable Function GetAllPublicIPAddressData (cancellationToken As CancellationToken) As Pageable(Of PublicIPAddressData)
Public Overridable Function GetAllPublicIPAddressData (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PublicIPAddressData)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of PublicIPAddressData that may take multiple service requests to iterate over.