MockableBatchArmClient.GetBatchAccountDetectorResource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The resource ID of the resource to get.
Returns
Returns a BatchAccountDetectorResource object.
Applies to
Azure SDK for .NET