IWithCreate Schnittstelle

Definition

Die letzte Phase der Definition der SQL-Failovergruppe.

public interface IWithCreate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Sql.Fluent.SqlFailoverGroupOperations.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Sql.Fluent.ISqlFailoverGroup>, Microsoft.Azure.Management.Sql.Fluent.SqlFailoverGroupOperations.Definition.IWithDatabase, Microsoft.Azure.Management.Sql.Fluent.SqlFailoverGroupOperations.Definition.IWithReadOnlyEndpointPolicy
type IWithCreate = interface
    interface IWithReadOnlyEndpointPolicy
    interface IBeta
    interface IWithDatabase
    interface IDefinitionWithTags<IWithCreate>
    interface ICreatable<ISqlFailoverGroup>
    interface IIndexable
Public Interface IWithCreate
Implements IBeta, ICreatable(Of ISqlFailoverGroup), IDefinitionWithTags(Of IWithCreate), IWithDatabase, IWithReadOnlyEndpointPolicy
Abgeleitet
Implementiert

Eigenschaften

Key

Die letzte Phase der Definition der SQL-Failovergruppe.

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

Legt die Anforderung in die Warteschlange und erlaubt dem HTTP-Client, sie auszuführen, wenn Systemressourcen verfügbar sind.

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

Legt die SQL-Failovergruppe-Datenbank fest.

(Geerbt von IWithDatabase)
WithDatabaseIds(String[])

Legt die SQL-Failovergruppen-Partnerserver fest.

(Geerbt von IWithDatabase)
WithReadOnlyEndpointPolicyDisabled()

Legt die Failoverrichtlinie der SQL-Failovergruppe des schreibgeschützten Endpunkts auf "Deaktiviert" fest.

(Geerbt von IWithReadOnlyEndpointPolicy)
WithReadOnlyEndpointPolicyEnabled()

Legt die Failoverrichtlinie der SQL-Failovergruppe des schreibgeschützten Endpunkts auf "Aktiviert" fest.

(Geerbt von IWithReadOnlyEndpointPolicy)
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>)

Gilt für: