MockableLogicArmClient.GetIntegrationAccountBatchConfigurationResource Method

Definition

Gets an object representing an IntegrationAccountBatchConfigurationResource 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 an IntegrationAccountBatchConfigurationResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.Logic.IntegrationAccountBatchConfigurationResource GetIntegrationAccountBatchConfigurationResource (Azure.Core.ResourceIdentifier id);
abstract member GetIntegrationAccountBatchConfigurationResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Logic.IntegrationAccountBatchConfigurationResource
override this.GetIntegrationAccountBatchConfigurationResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Logic.IntegrationAccountBatchConfigurationResource
Public Overridable Function GetIntegrationAccountBatchConfigurationResource (id As ResourceIdentifier) As IntegrationAccountBatchConfigurationResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a IntegrationAccountBatchConfigurationResource object.

Applies to