Share via


MockableKustoArmClient.GetKustoDatabaseResource(ResourceIdentifier) Method

Definition

Gets an object representing a KustoDatabaseResource 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 KustoDatabaseResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.Kusto.KustoDatabaseResource GetKustoDatabaseResource (Azure.Core.ResourceIdentifier id);
abstract member GetKustoDatabaseResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Kusto.KustoDatabaseResource
override this.GetKustoDatabaseResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Kusto.KustoDatabaseResource
Public Overridable Function GetKustoDatabaseResource (id As ResourceIdentifier) As KustoDatabaseResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a KustoDatabaseResource object.

Applies to