PrivateLinkScopedResourceContent Class

Definition

The private link scope resource reference.

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

Properties

ResourceId

The full resource Id of the private link scope resource.

ScopeId

The private link scope unique Identifier.

Explicit Interface Implementations

IJsonModel<PrivateLinkScopedResourceContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PrivateLinkScopedResourceContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PrivateLinkScopedResourceContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrivateLinkScopedResourceContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PrivateLinkScopedResourceContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to