ArmSearchModelFactory.ShareableSearchServicePrivateLinkResourceProperties Method
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.
Initializes a new instance of ShareableSearchServicePrivateLinkResourceProperties.
public static Azure.ResourceManager.Search.Models.ShareableSearchServicePrivateLinkResourceProperties ShareableSearchServicePrivateLinkResourceProperties (string shareablePrivateLinkResourcePropertiesType = default, string groupId = default, string description = default);
static member ShareableSearchServicePrivateLinkResourceProperties : string * string * string -> Azure.ResourceManager.Search.Models.ShareableSearchServicePrivateLinkResourceProperties
Public Shared Function ShareableSearchServicePrivateLinkResourceProperties (Optional shareablePrivateLinkResourcePropertiesType As String = Nothing, Optional groupId As String = Nothing, Optional description As String = Nothing) As ShareableSearchServicePrivateLinkResourceProperties
Parameters
- shareablePrivateLinkResourcePropertiesType
- String
The resource provider type for the resource that has been onboarded to private link service, supported by Azure AI Search.
- groupId
- String
The resource provider group id for the resource that has been onboarded to private link service, supported by Azure AI Search.
- description
- String
The description of the resource type that has been onboarded to private link service, supported by Azure AI Search.
Returns
A new ShareableSearchServicePrivateLinkResourceProperties instance for mocking.
Applies to
Azure SDK for .NET