OperationalInsightsPrivateLinkScopedResourceInfo Class

Definition

The private link scope resource reference.

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

Properties

ResourceId

The full resource Id of the private link scope resource.

ScopeId

The private link scope unique Identifier.

Explicit Interface Implementations

IJsonModel<OperationalInsightsPrivateLinkScopedResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OperationalInsightsPrivateLinkScopedResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OperationalInsightsPrivateLinkScopedResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationalInsightsPrivateLinkScopedResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OperationalInsightsPrivateLinkScopedResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to