MockableManagedNetworkFabricArmClient.GetNetworkFabricControllerResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a NetworkFabricControllerResource object.

Applies to