IWithPrivateLinkServiceIpConfiguration Schnittstelle
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.
Die Phase der Aktualisierung des Private Line-Diensts, in der die IP-Konfiguration des Private Link-Diensts angegeben werden kann.
public interface IWithPrivateLinkServiceIpConfiguration : Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IWithPrivateLinkServiceIpConfigurationSettings
type IWithPrivateLinkServiceIpConfiguration = interface
interface IWithPrivateLinkServiceIpConfigurationSettings
interface IWithAttach
Public Interface IWithPrivateLinkServiceIpConfiguration
Implements IWithPrivateLinkServiceIpConfigurationSettings
- Abgeleitet
- Implementiert
Methoden
Attach() |
Updates die IP-Konfiguration, entweder Front-End-IP-Konfiguration oder IP-Konfiguration des Private Link-Diensts. (Geerbt von IWithAttach) |
DefinePrivateLinkServiceIpConfiguration(String) |
Legt die IP-Konfiguration des neuen Private Link-Diensts fest. |
SetAsNonPrimaryIpConfiguration() |
Legt die IP-Konfiguration des Private Link-Diensts als nicht primäre IP-Konfiguration fest. (Geerbt von IWithPrivateLinkServiceIpConfigurationSettings) |
SetAsPrimaryIpConfiguration() |
Legt die IP-Konfiguration des Private Link-Diensts als primäre IP-Konfiguration fest. (Geerbt von IWithPrivateLinkServiceIpConfigurationSettings) |
UpdatePrivateLinkServiceIpConfiguration(String) |
Updates IP-Konfiguration des Private Link-Diensts. |
WithDynamicPrivateIpAllocation() |
Aktiviert die private IP-Zuordnungsmethode als "Dynamisch" für die IP-Konfiguration. (Geerbt von IWithPrivateLinkServiceIpConfigurationSettings) |
WithIpv4PrivateIpAddress() |
Aktiviert die Version der privaten IP-Adresse als "IPv4" für die IP-Konfiguration. (Geerbt von IWithPrivateLinkServiceIpConfigurationSettings) |
WithIpv6PrivateIpAddress() |
Aktiviert die Private IP-Adressversion als "IPv6" für die IP-Konfiguration. (Geerbt von IWithPrivateLinkServiceIpConfigurationSettings) |
WithoutPrivateLinkServiceIpConfiguration(String) |
Entfernt die IP-Konfiguration des Private Link-Diensts. |
WithPrivateIpAddress(String) |
Legt die private IP-Adresse für die IP-Konfiguration fest. (Geerbt von IWithPrivateLinkServiceIpConfigurationSettings) |
WithStaticPrivateIpAllocation() |
Aktiviert die private IP-Zuordnungsmethode als "Statisch" für die IP-Konfiguration. (Geerbt von IWithPrivateLinkServiceIpConfigurationSettings) |
WithSubnet(String) |
Legt den Verweis der Subnetzressource für die IP-Konfiguration fest. (Geerbt von IWithPrivateLinkServiceIpConfigurationSettings) |
Gilt für:
Azure SDK for .NET