ShareablePrivateLinkResourceProperties Constructors
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.
Overloads
ShareablePrivateLinkResourceProperties() |
Initializes a new instance of the ShareablePrivateLinkResourceProperties class. |
ShareablePrivateLinkResourceProperties(String, String, String) |
Initializes a new instance of the ShareablePrivateLinkResourceProperties class. |
ShareablePrivateLinkResourceProperties()
Initializes a new instance of the ShareablePrivateLinkResourceProperties class.
public ShareablePrivateLinkResourceProperties ();
Public Sub New ()
Applies to
ShareablePrivateLinkResourceProperties(String, String, String)
Initializes a new instance of the ShareablePrivateLinkResourceProperties class.
public ShareablePrivateLinkResourceProperties (string type = default, string groupId = default, string description = default);
new Microsoft.Azure.Management.Search.Models.ShareablePrivateLinkResourceProperties : string * string * string -> Microsoft.Azure.Management.Search.Models.ShareablePrivateLinkResourceProperties
Public Sub New (Optional type As String = Nothing, Optional groupId As String = Nothing, Optional description As String = Nothing)
Parameters
- type
- String
The resource provider type for the resource that has been onboarded to private link service, supported by Azure Cognitive Search.
- groupId
- String
The resource provider group id for the resource that has been onboarded to private link service, supported by Azure Cognitive Search.
- description
- String
The description of the resource type that has been onboarded to private link service, supported by Azure Cognitive Search.