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. You can use CreateResourceIdentifier(String, String, String, String) to create a BatchAccountDetectorResourceResourceIdentifier from its components.

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