Azure.ResourceManager.Relationships Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
| Name | Description |
|---|---|
| AzureResourceManagerRelationshipsContext |
Context class which will be filled in by the System.ClientModel.SourceGeneration. For more information https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/System.ClientModel/src/docs/ModelReaderWriterContext.md |
| DependencyOfRelationshipCollection |
A class representing a collection of DependencyOfRelationshipResource and their operations. Each DependencyOfRelationshipResource in the collection will belong to the same instance of ArmResource. To get a DependencyOfRelationshipCollection instance call the GetDependencyOfRelationships method from an instance of ArmResource. |
| DependencyOfRelationshipData |
Defines a dependencyOf relationship resource. |
| DependencyOfRelationshipResource |
A class representing a DependencyOfRelationship along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a DependencyOfRelationshipResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource ArmResource using the GetDependencyOfRelationships method. |
| RelationshipsExtensions |
A class to add extension methods to Azure.ResourceManager.Relationships. |
| ServiceGroupMemberRelationshipCollection |
A class representing a collection of ServiceGroupMemberRelationshipResource and their operations. Each ServiceGroupMemberRelationshipResource in the collection will belong to the same instance of ArmResource. To get a ServiceGroupMemberRelationshipCollection instance call the GetServiceGroupMemberRelationships method from an instance of ArmResource. |
| ServiceGroupMemberRelationshipData |
Defines a ServiceGroupMember relationship resource. |
| ServiceGroupMemberRelationshipResource |
A class representing a ServiceGroupMemberRelationship along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a ServiceGroupMemberRelationshipResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource ArmResource using the GetServiceGroupMemberRelationships method. |