MockableHybridNetworkArmClient.GetNetworkServiceDesignGroupResource Method

Definition

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

public virtual Azure.ResourceManager.HybridNetwork.NetworkServiceDesignGroupResource GetNetworkServiceDesignGroupResource (Azure.Core.ResourceIdentifier id);
abstract member GetNetworkServiceDesignGroupResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.HybridNetwork.NetworkServiceDesignGroupResource
override this.GetNetworkServiceDesignGroupResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.HybridNetwork.NetworkServiceDesignGroupResource
Public Overridable Function GetNetworkServiceDesignGroupResource (id As ResourceIdentifier) As NetworkServiceDesignGroupResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a NetworkServiceDesignGroupResource object.

Applies to