ArmSqlModelFactory.RefreshExternalGovernanceStatusOperationResult Methode
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.
Initialisiert eine neue instance von RefreshExternalGovernanceStatusOperationResult.
public static Azure.ResourceManager.Sql.Models.RefreshExternalGovernanceStatusOperationResult RefreshExternalGovernanceStatusOperationResult (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Guid? requestId = default, string requestType = default, string queuedTime = default, string serverName = default, string status = default, string errorMessage = default);
static member RefreshExternalGovernanceStatusOperationResult : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Guid> * string * string * string * string * string -> Azure.ResourceManager.Sql.Models.RefreshExternalGovernanceStatusOperationResult
Public Shared Function RefreshExternalGovernanceStatusOperationResult (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional requestId As Nullable(Of Guid) = Nothing, Optional requestType As String = Nothing, Optional queuedTime As String = Nothing, Optional serverName As String = Nothing, Optional status As String = Nothing, Optional errorMessage As String = Nothing) As RefreshExternalGovernanceStatusOperationResult
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemData.
- requestType
- String
Der Anforderungstyp.
- queuedTime
- String
Zeit in der Warteschlange.
- serverName
- String
Servername.
- status
- String
Vorgangsstatus
- errorMessage
- String
Fehlermeldung.
Gibt zurück
Eine neue RefreshExternalGovernanceStatusOperationResult instance zum Simulieren.
Gilt für:
Azure SDK for .NET