Freigeben über


ArmSqlModelFactory.ElasticPoolOperationData Methode

Definition

Initialisiert eine neue instance von ElasticPoolOperationData.

public static Azure.ResourceManager.Sql.Models.ElasticPoolOperationData ElasticPoolOperationData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string elasticPoolName = default, string operation = default, string operationFriendlyName = default, int? percentComplete = default, string serverName = default, DateTimeOffset? startOn = default, string state = default, int? errorCode = default, string errorDescription = default, int? errorSeverity = default, bool? isUserError = default, DateTimeOffset? estimatedCompleteOn = default, string description = default, bool? isCancellable = default);
static member ElasticPoolOperationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * Nullable<int> * string * Nullable<DateTimeOffset> * string * Nullable<int> * string * Nullable<int> * Nullable<bool> * Nullable<DateTimeOffset> * string * Nullable<bool> -> Azure.ResourceManager.Sql.Models.ElasticPoolOperationData
Public Shared Function ElasticPoolOperationData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional elasticPoolName As String = Nothing, Optional operation As String = Nothing, Optional operationFriendlyName As String = Nothing, Optional percentComplete As Nullable(Of Integer) = Nothing, Optional serverName As String = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional state As String = Nothing, Optional errorCode As Nullable(Of Integer) = Nothing, Optional errorDescription As String = Nothing, Optional errorSeverity As Nullable(Of Integer) = Nothing, Optional isUserError As Nullable(Of Boolean) = Nothing, Optional estimatedCompleteOn As Nullable(Of DateTimeOffset) = Nothing, Optional description As String = Nothing, Optional isCancellable As Nullable(Of Boolean) = Nothing) As ElasticPoolOperationData

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemDaten.

elasticPoolName
String

Der Name des Pools für elastische Datenbanken, für den der Vorgang ausgeführt wird.

operation
String

Der Name des Vorgangs.

operationFriendlyName
String

Der Anzeigename des Vorgangs.

percentComplete
Nullable<Int32>

Der Prozentsatz des abgeschlossenen Vorgangs.

serverName
String

Name des Servers

startOn
Nullable<DateTimeOffset>

Die Startzeit des Vorgangs.

state
String

Der Vorgangsstatus.

errorCode
Nullable<Int32>

Der Vorgangsfehlercode.

errorDescription
String

Die Beschreibung des Vorgangsfehlers.

errorSeverity
Nullable<Int32>

Der Schweregrad des Vorgangsfehlers.

isUserError
Nullable<Boolean>

Gibt an, ob es sich bei dem Fehler um einen Benutzerfehler handelt.

estimatedCompleteOn
Nullable<DateTimeOffset>

Die geschätzte Abschlusszeit des Vorgangs.

description
String

Die Vorgangsbeschreibung.

isCancellable
Nullable<Boolean>

Gibt an, ob der Vorgang abgebrochen werden kann.

Gibt zurück

Eine neue ElasticPoolOperationData instance zum Mocking.

Gilt für: