Share via


MockableMobileNetworkArmClient.GetMobileNetworkSimResource Method

Definition

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

public virtual Azure.ResourceManager.MobileNetwork.MobileNetworkSimResource GetMobileNetworkSimResource (Azure.Core.ResourceIdentifier id);
abstract member GetMobileNetworkSimResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.MobileNetwork.MobileNetworkSimResource
override this.GetMobileNetworkSimResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.MobileNetwork.MobileNetworkSimResource
Public Overridable Function GetMobileNetworkSimResource (id As ResourceIdentifier) As MobileNetworkSimResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a MobileNetworkSimResource object.

Applies to