MockableProviderHubArmClient.GetNestedResourceTypeSecondSkuResource Method

Definition

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

public virtual Azure.ResourceManager.ProviderHub.NestedResourceTypeSecondSkuResource GetNestedResourceTypeSecondSkuResource (Azure.Core.ResourceIdentifier id);
abstract member GetNestedResourceTypeSecondSkuResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ProviderHub.NestedResourceTypeSecondSkuResource
override this.GetNestedResourceTypeSecondSkuResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ProviderHub.NestedResourceTypeSecondSkuResource
Public Overridable Function GetNestedResourceTypeSecondSkuResource (id As ResourceIdentifier) As NestedResourceTypeSecondSkuResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a NestedResourceTypeSecondSkuResource object.

Applies to