Share via


MockableContainerRegistryArmClient.GetScopeMapResource Method

Definition

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

public virtual Azure.ResourceManager.ContainerRegistry.ScopeMapResource GetScopeMapResource (Azure.Core.ResourceIdentifier id);
abstract member GetScopeMapResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ContainerRegistry.ScopeMapResource
override this.GetScopeMapResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ContainerRegistry.ScopeMapResource
Public Overridable Function GetScopeMapResource (id As ResourceIdentifier) As ScopeMapResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ScopeMapResource object.

Applies to