Share via


ICreatedResources<ResourceT>.CreatedRelatedResource(String) Method

Definition

Gets a created resource with the given key.

public Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId CreatedRelatedResource (string key);
abstract member CreatedRelatedResource : string -> Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId
Public Function CreatedRelatedResource (key As String) As IHasId

Parameters

key
String

the key of the resource

Returns

the created resource

Applies to