PartnerResponseData Class
Definition
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.
A class representing the PartnerResponse data model. this is the management partner operations response
public class PartnerResponseData : Azure.ResourceManager.Models.ResourceData
type PartnerResponseData = class
inherit ResourceData
Public Class PartnerResponseData
Inherits ResourceData
- Inheritance
Properties
CreatedOn |
This is the DateTime when the partner was created. |
ETag |
Type of the partner. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Name |
The name of the resource. (Inherited from ResourceData) |
ObjectId |
This is the object id. |
PartnerId |
This is the partner id. |
PartnerName |
This is the partner name. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
State |
This is the partner state. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
TenantId |
This is the tenant id. |
UpdatedOn |
This is the DateTime when the partner was updated. |
Version |
This is the version. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET