RoleInstanceProperties 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
RoleInstanceProperties() |
Initialisiert eine neue instance der RoleInstanceProperties-Klasse. |
RoleInstanceProperties(RoleInstanceNetworkProfile, RoleInstanceInstanceView) |
Initialisiert eine neue instance der RoleInstanceProperties-Klasse. |
RoleInstanceProperties()
Initialisiert eine neue instance der RoleInstanceProperties-Klasse.
public RoleInstanceProperties ();
Public Sub New ()
Gilt für:
RoleInstanceProperties(RoleInstanceNetworkProfile, RoleInstanceInstanceView)
Initialisiert eine neue instance der RoleInstanceProperties-Klasse.
public RoleInstanceProperties (Microsoft.Azure.Management.Compute.Models.RoleInstanceNetworkProfile networkProfile = default, Microsoft.Azure.Management.Compute.Models.RoleInstanceInstanceView instanceView = default);
new Microsoft.Azure.Management.Compute.Models.RoleInstanceProperties : Microsoft.Azure.Management.Compute.Models.RoleInstanceNetworkProfile * Microsoft.Azure.Management.Compute.Models.RoleInstanceInstanceView -> Microsoft.Azure.Management.Compute.Models.RoleInstanceProperties
Public Sub New (Optional networkProfile As RoleInstanceNetworkProfile = Nothing, Optional instanceView As RoleInstanceInstanceView = Nothing)
Parameter
- networkProfile
- RoleInstanceNetworkProfile
- instanceView
- RoleInstanceInstanceView
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET