RelationshipResourceFormatData 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 RelationshipResourceFormat data model. The relationship resource format.
public class RelationshipResourceFormatData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CustomerInsights.RelationshipResourceFormatData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CustomerInsights.RelationshipResourceFormatData>
type RelationshipResourceFormatData = class
inherit ResourceData
interface IJsonModel<RelationshipResourceFormatData>
interface IPersistableModel<RelationshipResourceFormatData>
Public Class RelationshipResourceFormatData
Inherits ResourceData
Implements IJsonModel(Of RelationshipResourceFormatData), IPersistableModel(Of RelationshipResourceFormatData)
- Inheritance
- Implements
Constructors
RelationshipResourceFormatData() |
Initializes a new instance of RelationshipResourceFormatData. |
Properties
Cardinality |
The Relationship Cardinality. |
Description |
Localized descriptions for the Relationship. |
DisplayName |
Localized display name for the Relationship. |
ExpiryDateTimeUtc |
The expiry date time in UTC. |
Fields |
The properties of the Relationship. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
LookupMappings |
Optional property to be used to map fields in profile to their strong ids in related profile. |
Name |
The name of the resource. (Inherited from ResourceData) |
ProfileType |
Profile type. |
ProvisioningState |
Provisioning state. |
RelatedProfileType |
Related profile being referenced. |
RelationshipGuidId |
The relationship guid id. |
RelationshipName |
The Relationship name. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
TenantId |
The hub name. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<RelationshipResourceFormatData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RelationshipResourceFormatData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RelationshipResourceFormatData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RelationshipResourceFormatData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RelationshipResourceFormatData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |