ShareableSearchServicePrivateLinkResourceType Class

Definition

Describes an resource type that has been onboarded to private link service, supported by Azure AI Search.

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

Properties

Name

The name of the resource type that has been onboarded to private link service, supported by Azure AI Search.

Properties

Describes the properties of a resource type that has been onboarded to private link service, supported by Azure AI Search.

Explicit Interface Implementations

IJsonModel<ShareableSearchServicePrivateLinkResourceType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ShareableSearchServicePrivateLinkResourceType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ShareableSearchServicePrivateLinkResourceType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ShareableSearchServicePrivateLinkResourceType>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ShareableSearchServicePrivateLinkResourceType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to