BastionHostIPConfigurationInner Konstruktoren
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.
Überlädt
BastionHostIPConfigurationInner() |
Initialisiert eine neue instance der BastionHostIPConfigurationInner-Klasse. |
BastionHostIPConfigurationInner(SubResource, SubResource, String, ProvisioningState, IPAllocationMethod, String, String, String) |
Initialisiert eine neue instance der BastionHostIPConfigurationInner-Klasse. |
BastionHostIPConfigurationInner()
Initialisiert eine neue instance der BastionHostIPConfigurationInner-Klasse.
public BastionHostIPConfigurationInner ();
Public Sub New ()
Gilt für:
BastionHostIPConfigurationInner(SubResource, SubResource, String, ProvisioningState, IPAllocationMethod, String, String, String)
Initialisiert eine neue instance der BastionHostIPConfigurationInner-Klasse.
public BastionHostIPConfigurationInner (Microsoft.Azure.Management.ResourceManager.Fluent.SubResource subnet, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource publicIPAddress, string id = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, Microsoft.Azure.Management.Network.Fluent.Models.IPAllocationMethod privateIPAllocationMethod = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Fluent.Models.BastionHostIPConfigurationInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * string * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * Microsoft.Azure.Management.Network.Fluent.Models.IPAllocationMethod * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.BastionHostIPConfigurationInner
Public Sub New (subnet As SubResource, publicIPAddress As SubResource, Optional id As String = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional privateIPAllocationMethod As IPAllocationMethod = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Parameter
- subnet
- SubResource
Referenz der Subnetzressource.
- publicIPAddress
- SubResource
Referenz der PublicIP-Ressource.
- id
- String
- provisioningState
- ProvisioningState
Der Bereitstellungsstatus der IP-Konfigurationsressource des Bastionhosts. Mögliche Werte: "Erfolgreich", "Aktualisieren", "Löschen", "Fehler"
- privateIPAllocationMethod
- IPAllocationMethod
Private IP-Zuordnungsmethode. Mögliche Werte: "Statisch", "Dynamisch"
- name
- String
Name der Ressource, die innerhalb einer Ressourcengruppe eindeutig ist. Dieser Name kann für den Zugriff auf die Ressource verwendet werden.
- etag
- String
Eine eindeutige schreibgeschützte Zeichenfolge, die sich ändert, wenn die Ressource aktualisiert wird.
- type
- String
IP-Konfigurationstyp.
Gilt für:
Azure SDK for .NET