PrivateLinkResourceProperties 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 Cognitive Search service. For a given API version, this represents the 'supported' groupIds when creating a shared private link resource.
public class PrivateLinkResourceProperties
type PrivateLinkResourceProperties = class
Public Class PrivateLinkResourceProperties
- Inheritance
-
PrivateLinkResourceProperties
Constructors
PrivateLinkResourceProperties() |
Initializes a new instance of the PrivateLinkResourceProperties class. |
PrivateLinkResourceProperties(String, IList<String>, IList<String>, IList<ShareablePrivateLinkResourceType>) |
Initializes a new instance of the PrivateLinkResourceProperties class. |
Properties
GroupId |
Gets the group ID of the private link resource. |
RequiredMembers |
Gets the list of required members of the private link resource. |
RequiredZoneNames |
Gets the list of required DNS zone names of the private link resource. |
ShareablePrivateLinkResourceTypes |
Gets the list of resources that are onboarded to private link service, that are supported by Azure Cognitive Search. |
Applies to
Azure SDK for .NET