MockableMobileNetworkArmClient.GetMobileNetworkDiagnosticsPackageResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a MobileNetworkDiagnosticsPackageResource object.

Applies to