Compartilhar via


ArmHDInsightModelFactory.HDInsightIPConfiguration Método

Definição

Inicializa uma nova instância do HDInsightIPConfiguration.

public static Azure.ResourceManager.HDInsight.Models.HDInsightIPConfiguration HDInsightIPConfiguration (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default, Azure.ResourceManager.HDInsight.Models.HDInsightPrivateLinkConfigurationProvisioningState? provisioningState = default, bool? isPrimary = default, System.Net.IPAddress privateIPAddress = default, Azure.ResourceManager.HDInsight.Models.HDInsightPrivateIPAllocationMethod? privateIPAllocationMethod = default, Azure.Core.ResourceIdentifier subnetId = default);
static member HDInsightIPConfiguration : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * Nullable<Azure.ResourceManager.HDInsight.Models.HDInsightPrivateLinkConfigurationProvisioningState> * Nullable<bool> * System.Net.IPAddress * Nullable<Azure.ResourceManager.HDInsight.Models.HDInsightPrivateIPAllocationMethod> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.HDInsight.Models.HDInsightIPConfiguration
Public Shared Function HDInsightIPConfiguration (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional provisioningState As Nullable(Of HDInsightPrivateLinkConfigurationProvisioningState) = Nothing, Optional isPrimary As Nullable(Of Boolean) = Nothing, Optional privateIPAddress As IPAddress = Nothing, Optional privateIPAllocationMethod As Nullable(Of HDInsightPrivateIPAllocationMethod) = Nothing, Optional subnetId As ResourceIdentifier = Nothing) As HDInsightIPConfiguration

Parâmetros

id
ResourceIdentifier

A ID de configuração de IP do link privado.

name
String

O nome da configuração de IP do link privado.

resourceType
Nullable<ResourceType>

O tipo da configuração de IP do link privado.

provisioningState
Nullable<HDInsightPrivateLinkConfigurationProvisioningState>

O estado de provisionamento de configuração do link privado, que aparece apenas na resposta.

isPrimary
Nullable<Boolean>

Indica se essa configuração de IP é primária para a NIC correspondente.

privateIPAddress
IPAddress

O endereço IP.

privateIPAllocationMethod
Nullable<HDInsightPrivateIPAllocationMethod>

O método em que o endereço IP privado é alocado.

subnetId
ResourceIdentifier

A ID do recurso de sub-rede.

Retornos

Uma nova HDInsightIPConfiguration instância para simulação.

Aplica-se a