Freigeben über


IWithCreate Schnittstelle

Definition

Die Phase der Definition, die alle minimal erforderlichen Eingaben für die zu erstellende Ressource enthält (über WithCreate.create()), aber auch die Angabe anderer optionaler Einstellungen ermöglicht.

public interface IWithCreate : Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithAutoApproval, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithFqdns, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithFrontendIpConfiguration, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithPrivateLinkServiceIpConfiguration, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithProxyProtocol, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithVisibility, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IPrivateLinkService>
type IWithCreate = interface
    interface ICreatable<IPrivateLinkService>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IDefinitionWithRegion<IWithCreate>
    interface IWithFrontendIpConfiguration
    interface IWithPrivateLinkServiceIpConfiguration
    interface IWithVisibility
    interface IWithAutoApproval
    interface IWithFqdns
    interface IWithProxyProtocol
Public Interface IWithCreate
Implements ICreatable(Of IPrivateLinkService), IDefinitionWithRegion(Of IWithCreate), IDefinitionWithTags(Of IWithCreate), IWithAutoApproval, IWithFqdns, IWithFrontendIpConfiguration, IWithPrivateLinkServiceIpConfiguration, IWithProxyProtocol, IWithVisibility
Abgeleitet
Implementiert

Eigenschaften

Key

Die Phase der Definition, die alle minimal erforderlichen Eingaben für die zu erstellende Ressource enthält (über WithCreate.create()), aber auch die Angabe anderer optionaler Einstellungen ermöglicht.

(Geerbt von IIndexable)
Name

Ruft den Namen der erstellbaren Ressource ab.

(Geerbt von ICreatable<T>)

Methoden

Create()

Führen Sie die Erstellungsanforderung aus.

(Geerbt von ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Fügt die Anforderung in die Warteschlange ein und ermöglicht es dem HTTP-Client, sie auszuführen, wenn Systemressourcen verfügbar sind.

(Geerbt von ICreatable<T>)
DefinePrivateLinkServiceIpConfiguration(String)

Legt die IP-Konfiguration des neuen Private Link-Diensts fest.

(Geerbt von IWithPrivateLinkServiceIpConfiguration)
EnableProxyProtocol()

Aktiviert das Proxyprotokoll für den Private Link-Dienst.

(Geerbt von IWithProxyProtocol)
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)
WithFrontendIpConfiguration(ILoadBalancerFrontend)

Legt die 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)
WithRegion(Region)

Gibt die Region für die Ressource an.

(Geerbt von IDefinitionWithRegion<T>)
WithRegion(String)

Gibt die Region für die Ressource anhand des Namens an.

(Geerbt von IDefinitionWithRegion<T>)
WithTag(String, String)

Fügt der Ressource ein Tag hinzu.

(Geerbt von IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

Gibt Tags für die Ressource als {@link Map} an.

(Geerbt von IDefinitionWithTags<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: