Partager via


MockableElasticArmClient.GetElasticOpenAIIntegrationResource Method

Definition

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

public virtual Azure.ResourceManager.Elastic.ElasticOpenAIIntegrationResource GetElasticOpenAIIntegrationResource (Azure.Core.ResourceIdentifier id);
abstract member GetElasticOpenAIIntegrationResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Elastic.ElasticOpenAIIntegrationResource
override this.GetElasticOpenAIIntegrationResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Elastic.ElasticOpenAIIntegrationResource
Public Overridable Function GetElasticOpenAIIntegrationResource (id As ResourceIdentifier) As ElasticOpenAIIntegrationResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ElasticOpenAIIntegrationResource object.

Applies to