Dela via


PartnerResponseData Class

Definition

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

public class PartnerResponseData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagementPartner.PartnerResponseData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagementPartner.PartnerResponseData>
type PartnerResponseData = class
    inherit ResourceData
    interface IJsonModel<PartnerResponseData>
    interface IPersistableModel<PartnerResponseData>
Public Class PartnerResponseData
Inherits ResourceData
Implements IJsonModel(Of PartnerResponseData), IPersistableModel(Of PartnerResponseData)
Inheritance
PartnerResponseData
Implements

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)

Explicit Interface Implementations

IJsonModel<PartnerResponseData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PartnerResponseData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PartnerResponseData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PartnerResponseData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PartnerResponseData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to