ArmHDInsightModelFactory.HDInsightIPConfiguration Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
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.
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.