Share via


HybridNetworkExtensions.GetNetworkServiceDesignVersionResource Method

Definition

Gets an object representing a NetworkServiceDesignVersionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a NetworkServiceDesignVersionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetNetworkServiceDesignVersionResource(ResourceIdentifier) instead.

public static Azure.ResourceManager.HybridNetwork.NetworkServiceDesignVersionResource GetNetworkServiceDesignVersionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
static member GetNetworkServiceDesignVersionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.HybridNetwork.NetworkServiceDesignVersionResource
<Extension()>
Public Function GetNetworkServiceDesignVersionResource (client As ArmClient, id As ResourceIdentifier) As NetworkServiceDesignVersionResource

Parameters

client
ArmClient

The ArmClient instance the method will execute against.

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a NetworkServiceDesignVersionResource object.

Exceptions

client is null.

Applies to