Share via


MockableNetworkArmClient.GetCustomIPPrefixResource(ResourceIdentifier) Method

Definition

Gets an object representing a CustomIPPrefixResource 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 CustomIPPrefixResourceResourceIdentifier from its components.

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a CustomIPPrefixResource object.

Applies to