MockableNetworkArmClient.GetPublicIPAddressResource Method

Definition

Gets an object representing a PublicIPAddressResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a PublicIPAddressResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.Network.PublicIPAddressResource GetPublicIPAddressResource (Azure.Core.ResourceIdentifier id);
abstract member GetPublicIPAddressResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.PublicIPAddressResource
override this.GetPublicIPAddressResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.PublicIPAddressResource
Public Overridable Function GetPublicIPAddressResource (id As ResourceIdentifier) As PublicIPAddressResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a PublicIPAddressResource object.

Applies to