MockableBatchArmClient.GetBatchAccountDetectorResource Method

Definition

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

public virtual Azure.ResourceManager.Batch.BatchAccountDetectorResource GetBatchAccountDetectorResource(Azure.Core.ResourceIdentifier id);
abstract member GetBatchAccountDetectorResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Batch.BatchAccountDetectorResource
override this.GetBatchAccountDetectorResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Batch.BatchAccountDetectorResource
Public Overridable Function GetBatchAccountDetectorResource (id As ResourceIdentifier) As BatchAccountDetectorResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a BatchAccountDetectorResource object.

Applies to