MockableResourcesArmClient.GetJitRequestResource(ResourceIdentifier) Method

Definition

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

public virtual Azure.ResourceManager.Resources.JitRequestResource GetJitRequestResource (Azure.Core.ResourceIdentifier id);
abstract member GetJitRequestResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Resources.JitRequestResource
override this.GetJitRequestResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Resources.JitRequestResource
Public Overridable Function GetJitRequestResource (id As ResourceIdentifier) As JitRequestResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a JitRequestResource object.

Applies to