PublicIPAddressConfiguration Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
PublicIPAddressConfiguration() |
Initialiseert een nieuw exemplaar van de klasse PublicIPAddressConfiguration. |
PublicIPAddressConfiguration(Nullable<IPAddressProvisioningType>, IList<String>) |
Initialiseert een nieuw exemplaar van de klasse PublicIPAddressConfiguration. |
PublicIPAddressConfiguration()
Initialiseert een nieuw exemplaar van de klasse PublicIPAddressConfiguration.
public PublicIPAddressConfiguration ();
Public Sub New ()
Van toepassing op
PublicIPAddressConfiguration(Nullable<IPAddressProvisioningType>, IList<String>)
Initialiseert een nieuw exemplaar van de klasse PublicIPAddressConfiguration.
public PublicIPAddressConfiguration (Microsoft.Azure.Management.Batch.Models.IPAddressProvisioningType? provision = default, System.Collections.Generic.IList<string> ipAddressIds = default);
new Microsoft.Azure.Management.Batch.Models.PublicIPAddressConfiguration : Nullable<Microsoft.Azure.Management.Batch.Models.IPAddressProvisioningType> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Batch.Models.PublicIPAddressConfiguration
Public Sub New (Optional provision As Nullable(Of IPAddressProvisioningType) = Nothing, Optional ipAddressIds As IList(Of String) = Nothing)
Parameters
- provision
- Nullable<IPAddressProvisioningType>
Het inrichtingstype voor openbare IP-adressen voor de groep
De lijst met openbare IP-adressen die door de Batch-service worden gebruikt bij het inrichten van rekenknooppunten.
Van toepassing op
Azure SDK for .NET