ShareableSearchServicePrivateLinkResourceProperties Class

Definition

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

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

Properties

Description

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

GroupId

The resource provider group id for the resource that has been onboarded to private link service, supported by Azure AI Search.

ShareablePrivateLinkResourcePropertiesType

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

Explicit Interface Implementations

IJsonModel<ShareableSearchServicePrivateLinkResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ShareableSearchServicePrivateLinkResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ShareableSearchServicePrivateLinkResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ShareableSearchServicePrivateLinkResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ShareableSearchServicePrivateLinkResourceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to