SearchPrivateLinkResourceProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the properties of a supported private link resource for the Azure AI Search service. For a given API version, this represents the 'supported' groupIds when creating a shared private link resource.
public class SearchPrivateLinkResourceProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Search.Models.SearchPrivateLinkResourceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Search.Models.SearchPrivateLinkResourceProperties>
type SearchPrivateLinkResourceProperties = class
interface IJsonModel<SearchPrivateLinkResourceProperties>
interface IPersistableModel<SearchPrivateLinkResourceProperties>
Public Class SearchPrivateLinkResourceProperties
Implements IJsonModel(Of SearchPrivateLinkResourceProperties), IPersistableModel(Of SearchPrivateLinkResourceProperties)
- Inheritance
-
SearchPrivateLinkResourceProperties
- Implements
Properties
GroupId |
The group ID of the private link resource. |
RequiredMembers |
The list of required members of the private link resource. |
RequiredZoneNames |
The list of required DNS zone names of the private link resource. |
ShareablePrivateLinkResourceTypes |
The list of resources that are onboarded to private link service, that are supported by Azure AI Search. |
Explicit Interface Implementations
IJsonModel<SearchPrivateLinkResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SearchPrivateLinkResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SearchPrivateLinkResourceProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SearchPrivateLinkResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SearchPrivateLinkResourceProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET