ArmNetworkModelFactory.ApplicationGatewayPrivateLinkResource Método
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.
Inicializa uma nova instância de ApplicationGatewayPrivateLinkResource.
public static Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkResource ApplicationGatewayPrivateLinkResource (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default, Azure.ETag? etag = default, string groupId = default, System.Collections.Generic.IEnumerable<string> requiredMembers = default, System.Collections.Generic.IEnumerable<string> requiredZoneNames = default);
static member ApplicationGatewayPrivateLinkResource : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * Nullable<Azure.ETag> * string * seq<string> * seq<string> -> Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkResource
Public Shared Function ApplicationGatewayPrivateLinkResource (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional groupId As String = Nothing, Optional requiredMembers As IEnumerable(Of String) = Nothing, Optional requiredZoneNames As IEnumerable(Of String) = Nothing) As ApplicationGatewayPrivateLinkResource
Parâmetros
ID do recurso.
- name
- String
Nome do recurso.
- resourceType
- Nullable<ResourceType>
Tipo de recurso.
Uma cadeia de caracteres somente leitura exclusiva que é alterada sempre que o recurso é atualizado.
- groupId
- String
Identificador de grupo do recurso de link privado.
- requiredMembers
- IEnumerable<String>
Nomes de membro necessários do recurso de link privado.
- requiredZoneNames
- IEnumerable<String>
Nomes de zona DNS necessários do recurso de link privado.
Retornos
Uma nova ApplicationGatewayPrivateLinkResource instância para zombar.
Aplica-se a
Azure SDK for .NET