Megosztás a következőn keresztül:


ArmSqlModelFactory.RefreshExternalGovernanceStatusOperationResult Method

Definition

Initializes a new instance of 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

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

requestId
Nullable<Guid>

Request Id.

requestType
String

Request type.

queuedTime
String

Queued time.

serverName
String

Server name.

status
String

Operation status.

errorMessage
String

Error message.

Returns

A new RefreshExternalGovernanceStatusOperationResult instance for mocking.

Applies to