IUpdate 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 Vorlage für einen Aktualisierungsvorgang, die alle Einstellungen enthält, die geändert werden können. Rufen Sie Update.apply() auf, um die Änderungen auf die Ressource in Azure anzuwenden.
public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IWithAutoApproval, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IWithFqdns, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IWithFrontendIpConfiguration, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IWithPrivateEndpointConnection, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IWithPrivateLinkServiceIpConfiguration, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IWithProxyProtocol, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IWithVisibility, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Network.Fluent.IPrivateLinkService>
type IUpdate = interface
interface IAppliable<IPrivateLinkService>
interface IIndexable
interface IUpdateWithTags<IUpdate>
interface IWithFrontendIpConfiguration
interface IWithPrivateLinkServiceIpConfiguration
interface IWithPrivateLinkServiceIpConfigurationSettings
interface IWithAttach
interface IWithPrivateEndpointConnection
interface IWithVisibility
interface IWithAutoApproval
interface IWithFqdns
interface IWithProxyProtocol
Public Interface IUpdate
Implements IAppliable(Of IPrivateLinkService), IUpdateWithTags(Of IUpdate), IWithAutoApproval, IWithFqdns, IWithFrontendIpConfiguration, IWithPrivateEndpointConnection, IWithPrivateLinkServiceIpConfiguration, IWithProxyProtocol, IWithVisibility
- Abgeleitet
- Implementiert
Eigenschaften
Key |
Die Vorlage für einen Aktualisierungsvorgang, die alle Einstellungen enthält, die geändert werden können. Rufen Sie Update.apply() auf, um die Änderungen auf die Ressource in Azure anzuwenden. (Geerbt von IIndexable) |
Methoden
Apply() |
Führen Sie die Updateanforderung aus. (Geerbt von IAppliable<T>) |
ApplyAsync(CancellationToken, Boolean) |
Führen Sie die Updateanforderung asynchron aus. (Geerbt von IAppliable<T>) |
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. (Geerbt von IWithPrivateLinkServiceIpConfiguration) |
DisableProxyProtocol() |
Deaktiviert das Proxyprotokoll für den Private Link-Dienst. (Geerbt von IWithProxyProtocol) |
EnableProxyProtocol() |
Aktiviert das Proxyprotokoll für den Private Link-Dienst. (Geerbt von IWithProxyProtocol) |
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) |
UpdatePrivateEndpointConnection(String) |
Updates Verbindung mit einem privaten Endpunkt. (Geerbt von IWithPrivateEndpointConnection) |
UpdatePrivateLinkServiceIpConfiguration(String) |
Updates IP-Konfiguration des Private Link-Diensts. (Geerbt von IWithPrivateLinkServiceIpConfiguration) |
WithAutoApproval(IList<String>) |
Legt das Abonnement in die Liste der automatischen Genehmigung für den Private Link-Dienst fest. (Geerbt von IWithAutoApproval) |
WithAutoApproval(String) |
Legt das Abonnement in die Liste der automatischen Genehmigung für den Private Link-Dienst fest. (Geerbt von IWithAutoApproval) |
WithDynamicPrivateIpAllocation() |
Aktiviert die private IP-Zuordnungsmethode als "Dynamisch" für die IP-Konfiguration. (Geerbt von IWithPrivateLinkServiceIpConfigurationSettings) |
WithFrontendIpConfiguration(ILoadBalancerFrontend) |
Legt die neue Front-End-IP-Konfiguration fest. (Geerbt von IWithFrontendIpConfiguration) |
WithFullQualifiedDomainName(String) |
Legt die Domäne in Fqdn-Liste für den Private Link-Dienst fest. (Geerbt von IWithFqdns) |
WithFullQualifiedDomainNames(IList<String>) |
Legt die Fqdn-Liste für den Private Link-Dienst fest. (Geerbt von IWithFqdns) |
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) |
WithoutAutoApproval(String) |
Legt das Abonnement in die Liste der automatischen Genehmigung für den Private Link-Dienst fest. (Geerbt von IWithAutoApproval) |
WithoutFrontendIpConfiguration(String) |
Entfernt die Front-End-IP-Konfiguration. (Geerbt von IWithFrontendIpConfiguration) |
WithoutFullQualifiedDomainName(String) |
Legt die Domäne in Fqdn-Liste für den Private Link-Dienst fest. (Geerbt von IWithFqdns) |
WithoutPrivateLinkServiceIpConfiguration(String) |
Entfernt die IP-Konfiguration des Private Link-Diensts. (Geerbt von IWithPrivateLinkServiceIpConfiguration) |
WithoutTag(String) |
Entfernt ein Tag aus der Ressource. (Geerbt von IUpdateWithTags<T>) |
WithoutVisibility(String) |
Entfernt die sichtbaren Abonnements für den Private Link-Dienst. (Geerbt von IWithVisibility) |
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) |
WithTag(String, String) |
Fügt der Ressource ein Tag hinzu. (Geerbt von IUpdateWithTags<T>) |
WithTags(IDictionary<String,String>) |
Gibt Tags für die Ressource als {@link Map} an. (Geerbt von IUpdateWithTags<T>) |
WithVisibility(IList<String>) |
Legt die Liste der sichtbaren Abonnements für den Private Link-Dienst fest. (Geerbt von IWithVisibility) |
WithVisibility(String) |
Legt das sichtbare Abonnement für den Private Link-Dienst fest. (Geerbt von IWithVisibility) |
Gilt für:
Azure SDK for .NET