PrivateLinkResourceProperties Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
PrivateLinkResourceProperties() |
Inicializa uma nova instância da classe PrivateLinkResourceProperties. |
PrivateLinkResourceProperties(String, IList<String>, IList<String>, IList<ShareablePrivateLinkResourceType>) |
Inicializa uma nova instância da classe PrivateLinkResourceProperties. |
PrivateLinkResourceProperties()
Inicializa uma nova instância da classe PrivateLinkResourceProperties.
public PrivateLinkResourceProperties ();
Public Sub New ()
Aplica-se a
PrivateLinkResourceProperties(String, IList<String>, IList<String>, IList<ShareablePrivateLinkResourceType>)
Inicializa uma nova instância da classe PrivateLinkResourceProperties.
public PrivateLinkResourceProperties (string groupId = default, System.Collections.Generic.IList<string> requiredMembers = default, System.Collections.Generic.IList<string> requiredZoneNames = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Search.Models.ShareablePrivateLinkResourceType> shareablePrivateLinkResourceTypes = default);
new Microsoft.Azure.Management.Search.Models.PrivateLinkResourceProperties : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Search.Models.ShareablePrivateLinkResourceType> -> Microsoft.Azure.Management.Search.Models.PrivateLinkResourceProperties
Public Sub New (Optional groupId As String = Nothing, Optional requiredMembers As IList(Of String) = Nothing, Optional requiredZoneNames As IList(Of String) = Nothing, Optional shareablePrivateLinkResourceTypes As IList(Of ShareablePrivateLinkResourceType) = Nothing)
Parâmetros
- groupId
- String
A ID do grupo do recurso de link privado.
A lista de nomes de zona DNS necessários do recurso de link privado.
- shareablePrivateLinkResourceTypes
- IList<ShareablePrivateLinkResourceType>
A lista de recursos integrados ao serviço de link privado, que têm suporte do Azure Cognitive Search.
Aplica-se a
Azure SDK for .NET