Share via


PrivateLinkScopedResourceReference Class

Definition

The private link scope resource reference.

public class PrivateLinkScopedResourceReference : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApplicationInsights.Models.PrivateLinkScopedResourceReference>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApplicationInsights.Models.PrivateLinkScopedResourceReference>
type PrivateLinkScopedResourceReference = class
    interface IJsonModel<PrivateLinkScopedResourceReference>
    interface IPersistableModel<PrivateLinkScopedResourceReference>
Public Class PrivateLinkScopedResourceReference
Implements IJsonModel(Of PrivateLinkScopedResourceReference), IPersistableModel(Of PrivateLinkScopedResourceReference)
Inheritance
PrivateLinkScopedResourceReference
Implements

Properties

ResourceId

The full resource Id of the private link scope resource.

ScopeId

The private link scope unique Identifier.

Explicit Interface Implementations

IJsonModel<PrivateLinkScopedResourceReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PrivateLinkScopedResourceReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PrivateLinkScopedResourceReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrivateLinkScopedResourceReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PrivateLinkScopedResourceReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to