Freigeben über


IUpdateCombined Schnittstelle

Definition

Die gesamte Aktualisierung des Private Link-Diensts.

public interface IUpdateCombined : Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IUpdate, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IWithPrivateEndpointConnectionSettings, 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>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Network.Fluent.IPrivateEndpointConnection>
type IUpdateCombined = interface
    interface IUpdate
    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
    interface IWithPrivateEndpointConnectionSettings
    interface IExecutable<IPrivateEndpointConnection>
Public Interface IUpdateCombined
Implements IAppliable(Of IPrivateLinkService), IExecutable(Of IPrivateEndpointConnection), IUpdate, IUpdateWithTags(Of IUpdate), IWithPrivateEndpointConnectionSettings
Implementiert

Eigenschaften

Key

Die gesamte Aktualisierung des Private Link-Diensts.

(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)
Execute()

Führen Sie die Anforderung aus.

(Geerbt von IExecutable<T>)
ExecuteAsync(CancellationToken, Boolean)

Führen Sie die Anforderung asynchron aus.

(Geerbt von IExecutable<T>)
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 eine neue Front-End-IP-Konfiguration fest.

(Geerbt von IWithFrontendIpConfiguration)
WithFullQualifiedDomainName(String)

Legt die Domäne in die 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 Private IP-Adressversion als "IPv4" für die IP-Konfiguration.

(Geerbt von IWithPrivateLinkServiceIpConfigurationSettings)
WithIpv6PrivateIpAddress()

Aktiviert die Version der privaten IP-Adresse 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 die 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)
WithPrivateEndpoint(String)

Legt die ID des privaten Endpunkts fest.

(Geerbt von IWithPrivateEndpointConnectionSettings)
WithPrivateIpAddress(String)

Legt die private IP-Adresse für die IP-Konfiguration fest.

(Geerbt von IWithPrivateLinkServiceIpConfigurationSettings)
WithPrivateLinkServiceConnetionState(String, String, String)

Legt den Verbindungsstatus des Private Link-Diensts fest.

(Geerbt von IWithPrivateEndpointConnectionSettings)
WithStaticPrivateIpAllocation()

Aktiviert die private IP-Zuordnungsmethode als "Statisch" für die IP-Konfiguration.

(Geerbt von IWithPrivateLinkServiceIpConfigurationSettings)
WithSubnet(String)

Legt den Verweis auf die 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: