Freigeben über


ArmSqlModelFactory.SqlManagedInstanceRefreshExternalGovernanceStatusOperationResult Method

Definition

public static Azure.ResourceManager.Sql.Models.SqlManagedInstanceRefreshExternalGovernanceStatusOperationResult SqlManagedInstanceRefreshExternalGovernanceStatusOperationResult(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 managedInstanceName = default, string status = default, string errorMessage = default);
static member SqlManagedInstanceRefreshExternalGovernanceStatusOperationResult : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Guid> * string * string * string * string * string -> Azure.ResourceManager.Sql.Models.SqlManagedInstanceRefreshExternalGovernanceStatusOperationResult
Public Shared Function SqlManagedInstanceRefreshExternalGovernanceStatusOperationResult (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 managedInstanceName As String = Nothing, Optional status As String = Nothing, Optional errorMessage As String = Nothing) As SqlManagedInstanceRefreshExternalGovernanceStatusOperationResult

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.

managedInstanceName
String

Managed instance name.

status
String

Operation status.

errorMessage
String

Error message.

Returns

A new SqlManagedInstanceRefreshExternalGovernanceStatusOperationResult instance for mocking.

Applies to