Share via


MockableManagedNetworkFabricArmClient.GetNetworkFabricIPPrefixResource Method

Definition

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

public virtual Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPPrefixResource GetNetworkFabricIPPrefixResource (Azure.Core.ResourceIdentifier id);
abstract member GetNetworkFabricIPPrefixResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPPrefixResource
override this.GetNetworkFabricIPPrefixResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPPrefixResource
Public Overridable Function GetNetworkFabricIPPrefixResource (id As ResourceIdentifier) As NetworkFabricIPPrefixResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a NetworkFabricIPPrefixResource object.

Applies to