MockableSphereArmClient.GetSphereProductResource(ResourceIdentifier) Method

Definition

Gets an object representing a SphereProductResource along with the instance operations that can be performed on it but with no data.

public virtual Azure.ResourceManager.Sphere.SphereProductResource GetSphereProductResource(Azure.Core.ResourceIdentifier id);
abstract member GetSphereProductResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Sphere.SphereProductResource
override this.GetSphereProductResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Sphere.SphereProductResource
Public Overridable Function GetSphereProductResource (id As ResourceIdentifier) As SphereProductResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SphereProductResource object.

Applies to