RelationshipsExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.Relationships.

public static class RelationshipsExtensions
type RelationshipsExtensions = class
Public Module RelationshipsExtensions
Inheritance
RelationshipsExtensions

Methods

Name Description
GetDependencyOfRelationship(ArmClient, ResourceIdentifier, String, CancellationToken)

Get a DependencyOfRelationship <item> Mocking. To mock this method, please mock GetDependencyOfRelationship(ResourceIdentifier, String, CancellationToken) instead. </item>

GetDependencyOfRelationshipAsync(ArmClient, ResourceIdentifier, String, CancellationToken)

Get a DependencyOfRelationship <item> Mocking. To mock this method, please mock GetDependencyOfRelationshipAsync(ResourceIdentifier, String, CancellationToken) instead. </item>

GetDependencyOfRelationshipResource(ArmClient, ResourceIdentifier)

Gets an object representing a DependencyOfRelationshipResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetDependencyOfRelationshipResource(ResourceIdentifier) instead. </item>

GetDependencyOfRelationships(ArmClient, ResourceIdentifier)

Gets a collection of DependencyOfRelationshipCollection objects within the specified scope. <item> Mocking. To mock this method, please mock GetDependencyOfRelationships(ResourceIdentifier) instead. </item>

GetServiceGroupMemberRelationship(ArmClient, ResourceIdentifier, String, CancellationToken)

Get a ServiceGroupMemberRelationship <item> Mocking. To mock this method, please mock GetServiceGroupMemberRelationship(ResourceIdentifier, String, CancellationToken) instead. </item>

GetServiceGroupMemberRelationshipAsync(ArmClient, ResourceIdentifier, String, CancellationToken)

Get a ServiceGroupMemberRelationship <item> Mocking. To mock this method, please mock GetServiceGroupMemberRelationshipAsync(ResourceIdentifier, String, CancellationToken) instead. </item>

GetServiceGroupMemberRelationshipResource(ArmClient, ResourceIdentifier)

Gets an object representing a ServiceGroupMemberRelationshipResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetServiceGroupMemberRelationshipResource(ResourceIdentifier) instead. </item>

GetServiceGroupMemberRelationships(ArmClient, ResourceIdentifier)

Gets a collection of ServiceGroupMemberRelationshipCollection objects within the specified scope. <item> Mocking. To mock this method, please mock GetServiceGroupMemberRelationships(ResourceIdentifier) instead. </item>

Applies to