Freigeben über


ArmHDInsightModelFactory.HDInsightIPConfiguration Methode

Definition

Initialisiert eine neue instance von 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

Parameter

id
ResourceIdentifier

Die IP-Konfigurations-ID für private Verknüpfungen.

name
String

Der Name der Private Link-IP-Konfiguration.

resourceType
Nullable<ResourceType>

Der Typ der Private Link-IP-Konfiguration.

provisioningState
Nullable<HDInsightPrivateLinkConfigurationProvisioningState>

Der Bereitstellungsstatus der Private Link-Konfiguration, der nur in der Antwort angezeigt wird.

isPrimary
Nullable<Boolean>

Gibt an, ob diese IP-Konfiguration primär für die entsprechende NIC ist.

privateIPAddress
IPAddress

Die IP-Adresse.

privateIPAllocationMethod
Nullable<HDInsightPrivateIPAllocationMethod>

Die Methode, der die private IP-Adresse zugeordnet wird.

subnetId
ResourceIdentifier

Die Subnetzressourcen-ID.

Gibt zurück

Eine neue HDInsightIPConfiguration instance zum Simulieren.

Gilt für: