MockableRelationshipsArmClient.GetDependencyOfRelationshipResource Method

Definition

Gets an object representing a DependencyOfRelationshipResource along with the instance operations that can be performed on it but with no data.

public virtual Azure.ResourceManager.Relationships.DependencyOfRelationshipResource GetDependencyOfRelationshipResource(Azure.Core.ResourceIdentifier id);
abstract member GetDependencyOfRelationshipResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Relationships.DependencyOfRelationshipResource
override this.GetDependencyOfRelationshipResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Relationships.DependencyOfRelationshipResource
Public Overridable Function GetDependencyOfRelationshipResource (id As ResourceIdentifier) As DependencyOfRelationshipResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a DependencyOfRelationshipResource object.

Applies to