Azure.ResourceManager.ManagementPartner Namespace

Classes

Name Description
AzureResourceManagerManagementPartnerContext

Context class which will be filled in by the System.ClientModel.SourceGeneration. For more information see 'https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/System.ClientModel/src/docs/ModelReaderWriterContext.md'

ManagementPartnerExtensions

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

PartnerResponseCollection

A class representing a collection of PartnerResponseResource and their operations. Each PartnerResponseResource in the collection will belong to the same instance of TenantResource. To get a PartnerResponseCollection instance call the GetPartnerResponses method from an instance of TenantResource.

PartnerResponseData

A class representing the PartnerResponse data model. this is the management partner operations response

PartnerResponseResource

A Class representing a PartnerResponse along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a PartnerResponseResource from an instance of ArmClient using the GetPartnerResponseResource method. Otherwise you can get one from its parent resource TenantResource using the GetPartnerResponse method.