1. Packages
  2. Azure Native v2
  3. API Docs
  4. datareplication
  5. getDra
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.datareplication.getDra

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Gets the details of the fabric agent. Azure REST API version: 2021-02-16-preview.

Using getDra

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getDra(args: GetDraArgs, opts?: InvokeOptions): Promise<GetDraResult>
function getDraOutput(args: GetDraOutputArgs, opts?: InvokeOptions): Output<GetDraResult>
Copy
def get_dra(fabric_agent_name: Optional[str] = None,
            fabric_name: Optional[str] = None,
            resource_group_name: Optional[str] = None,
            opts: Optional[InvokeOptions] = None) -> GetDraResult
def get_dra_output(fabric_agent_name: Optional[pulumi.Input[str]] = None,
            fabric_name: Optional[pulumi.Input[str]] = None,
            resource_group_name: Optional[pulumi.Input[str]] = None,
            opts: Optional[InvokeOptions] = None) -> Output[GetDraResult]
Copy
func LookupDra(ctx *Context, args *LookupDraArgs, opts ...InvokeOption) (*LookupDraResult, error)
func LookupDraOutput(ctx *Context, args *LookupDraOutputArgs, opts ...InvokeOption) LookupDraResultOutput
Copy

> Note: This function is named LookupDra in the Go SDK.

public static class GetDra 
{
    public static Task<GetDraResult> InvokeAsync(GetDraArgs args, InvokeOptions? opts = null)
    public static Output<GetDraResult> Invoke(GetDraInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetDraResult> getDra(GetDraArgs args, InvokeOptions options)
public static Output<GetDraResult> getDra(GetDraArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:datareplication:getDra
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

FabricAgentName
This property is required.
Changes to this property will trigger replacement.
string
The fabric agent (Dra) name.
FabricName
This property is required.
Changes to this property will trigger replacement.
string
The fabric name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
FabricAgentName
This property is required.
Changes to this property will trigger replacement.
string
The fabric agent (Dra) name.
FabricName
This property is required.
Changes to this property will trigger replacement.
string
The fabric name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
fabricAgentName
This property is required.
Changes to this property will trigger replacement.
String
The fabric agent (Dra) name.
fabricName
This property is required.
Changes to this property will trigger replacement.
String
The fabric name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
fabricAgentName
This property is required.
Changes to this property will trigger replacement.
string
The fabric agent (Dra) name.
fabricName
This property is required.
Changes to this property will trigger replacement.
string
The fabric name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
fabric_agent_name
This property is required.
Changes to this property will trigger replacement.
str
The fabric agent (Dra) name.
fabric_name
This property is required.
Changes to this property will trigger replacement.
str
The fabric name.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
fabricAgentName
This property is required.
Changes to this property will trigger replacement.
String
The fabric agent (Dra) name.
fabricName
This property is required.
Changes to this property will trigger replacement.
String
The fabric name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.

getDra Result

The following output properties are available:

Id string
Gets or sets the Id of the resource.
Name string
Gets or sets the name of the resource.
Properties Pulumi.AzureNative.DataReplication.Outputs.DraModelPropertiesResponse
Dra model properties.
SystemData Pulumi.AzureNative.DataReplication.Outputs.DraModelResponseSystemData
Type string
Gets or sets the type of the resource.
Id string
Gets or sets the Id of the resource.
Name string
Gets or sets the name of the resource.
Properties DraModelPropertiesResponse
Dra model properties.
SystemData DraModelResponseSystemData
Type string
Gets or sets the type of the resource.
id String
Gets or sets the Id of the resource.
name String
Gets or sets the name of the resource.
properties DraModelPropertiesResponse
Dra model properties.
systemData DraModelResponseSystemData
type String
Gets or sets the type of the resource.
id string
Gets or sets the Id of the resource.
name string
Gets or sets the name of the resource.
properties DraModelPropertiesResponse
Dra model properties.
systemData DraModelResponseSystemData
type string
Gets or sets the type of the resource.
id str
Gets or sets the Id of the resource.
name str
Gets or sets the name of the resource.
properties DraModelPropertiesResponse
Dra model properties.
system_data DraModelResponseSystemData
type str
Gets or sets the type of the resource.
id String
Gets or sets the Id of the resource.
name String
Gets or sets the name of the resource.
properties Property Map
Dra model properties.
systemData Property Map
type String
Gets or sets the type of the resource.

Supporting Types

DraModelPropertiesResponse

AuthenticationIdentity This property is required. Pulumi.AzureNative.DataReplication.Inputs.IdentityModelResponse
Identity model.
CorrelationId This property is required. string
Gets or sets the Dra correlation Id.
CustomProperties This property is required. Pulumi.AzureNative.DataReplication.Inputs.VMwareDraModelCustomPropertiesResponse
Dra model custom properties.
HealthErrors This property is required. List<Pulumi.AzureNative.DataReplication.Inputs.HealthErrorModelResponse>
Gets or sets the list of health errors.
IsResponsive This property is required. bool
Gets or sets a value indicating whether Dra is responsive.
LastHeartbeat This property is required. string
Gets or sets the time when last heartbeat was sent by the Dra.
MachineId This property is required. string
Gets or sets the machine Id where Dra is running.
MachineName This property is required. string
Gets or sets the machine name where Dra is running.
ProvisioningState This property is required. string
Gets or sets the provisioning state of the Dra.
ResourceAccessIdentity This property is required. Pulumi.AzureNative.DataReplication.Inputs.IdentityModelResponse
Identity model.
VersionNumber This property is required. string
Gets or sets the Dra version.
AuthenticationIdentity This property is required. IdentityModelResponse
Identity model.
CorrelationId This property is required. string
Gets or sets the Dra correlation Id.
CustomProperties This property is required. VMwareDraModelCustomPropertiesResponse
Dra model custom properties.
HealthErrors This property is required. []HealthErrorModelResponse
Gets or sets the list of health errors.
IsResponsive This property is required. bool
Gets or sets a value indicating whether Dra is responsive.
LastHeartbeat This property is required. string
Gets or sets the time when last heartbeat was sent by the Dra.
MachineId This property is required. string
Gets or sets the machine Id where Dra is running.
MachineName This property is required. string
Gets or sets the machine name where Dra is running.
ProvisioningState This property is required. string
Gets or sets the provisioning state of the Dra.
ResourceAccessIdentity This property is required. IdentityModelResponse
Identity model.
VersionNumber This property is required. string
Gets or sets the Dra version.
authenticationIdentity This property is required. IdentityModelResponse
Identity model.
correlationId This property is required. String
Gets or sets the Dra correlation Id.
customProperties This property is required. VMwareDraModelCustomPropertiesResponse
Dra model custom properties.
healthErrors This property is required. List<HealthErrorModelResponse>
Gets or sets the list of health errors.
isResponsive This property is required. Boolean
Gets or sets a value indicating whether Dra is responsive.
lastHeartbeat This property is required. String
Gets or sets the time when last heartbeat was sent by the Dra.
machineId This property is required. String
Gets or sets the machine Id where Dra is running.
machineName This property is required. String
Gets or sets the machine name where Dra is running.
provisioningState This property is required. String
Gets or sets the provisioning state of the Dra.
resourceAccessIdentity This property is required. IdentityModelResponse
Identity model.
versionNumber This property is required. String
Gets or sets the Dra version.
authenticationIdentity This property is required. IdentityModelResponse
Identity model.
correlationId This property is required. string
Gets or sets the Dra correlation Id.
customProperties This property is required. VMwareDraModelCustomPropertiesResponse
Dra model custom properties.
healthErrors This property is required. HealthErrorModelResponse[]
Gets or sets the list of health errors.
isResponsive This property is required. boolean
Gets or sets a value indicating whether Dra is responsive.
lastHeartbeat This property is required. string
Gets or sets the time when last heartbeat was sent by the Dra.
machineId This property is required. string
Gets or sets the machine Id where Dra is running.
machineName This property is required. string
Gets or sets the machine name where Dra is running.
provisioningState This property is required. string
Gets or sets the provisioning state of the Dra.
resourceAccessIdentity This property is required. IdentityModelResponse
Identity model.
versionNumber This property is required. string
Gets or sets the Dra version.
authentication_identity This property is required. IdentityModelResponse
Identity model.
correlation_id This property is required. str
Gets or sets the Dra correlation Id.
custom_properties This property is required. VMwareDraModelCustomPropertiesResponse
Dra model custom properties.
health_errors This property is required. Sequence[HealthErrorModelResponse]
Gets or sets the list of health errors.
is_responsive This property is required. bool
Gets or sets a value indicating whether Dra is responsive.
last_heartbeat This property is required. str
Gets or sets the time when last heartbeat was sent by the Dra.
machine_id This property is required. str
Gets or sets the machine Id where Dra is running.
machine_name This property is required. str
Gets or sets the machine name where Dra is running.
provisioning_state This property is required. str
Gets or sets the provisioning state of the Dra.
resource_access_identity This property is required. IdentityModelResponse
Identity model.
version_number This property is required. str
Gets or sets the Dra version.
authenticationIdentity This property is required. Property Map
Identity model.
correlationId This property is required. String
Gets or sets the Dra correlation Id.
customProperties This property is required. Property Map
Dra model custom properties.
healthErrors This property is required. List<Property Map>
Gets or sets the list of health errors.
isResponsive This property is required. Boolean
Gets or sets a value indicating whether Dra is responsive.
lastHeartbeat This property is required. String
Gets or sets the time when last heartbeat was sent by the Dra.
machineId This property is required. String
Gets or sets the machine Id where Dra is running.
machineName This property is required. String
Gets or sets the machine name where Dra is running.
provisioningState This property is required. String
Gets or sets the provisioning state of the Dra.
resourceAccessIdentity This property is required. Property Map
Identity model.
versionNumber This property is required. String
Gets or sets the Dra version.

DraModelResponseSystemData

CreatedAt string
Gets or sets the timestamp of resource creation (UTC).
CreatedBy string
Gets or sets identity that created the resource.
CreatedByType string
Gets or sets the type of identity that created the resource: user, application, managedIdentity.
LastModifiedAt string
Gets or sets the timestamp of resource last modification (UTC).
LastModifiedBy string
Gets or sets the identity that last modified the resource.
LastModifiedByType string
Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
CreatedAt string
Gets or sets the timestamp of resource creation (UTC).
CreatedBy string
Gets or sets identity that created the resource.
CreatedByType string
Gets or sets the type of identity that created the resource: user, application, managedIdentity.
LastModifiedAt string
Gets or sets the timestamp of resource last modification (UTC).
LastModifiedBy string
Gets or sets the identity that last modified the resource.
LastModifiedByType string
Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
createdAt String
Gets or sets the timestamp of resource creation (UTC).
createdBy String
Gets or sets identity that created the resource.
createdByType String
Gets or sets the type of identity that created the resource: user, application, managedIdentity.
lastModifiedAt String
Gets or sets the timestamp of resource last modification (UTC).
lastModifiedBy String
Gets or sets the identity that last modified the resource.
lastModifiedByType String
Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
createdAt string
Gets or sets the timestamp of resource creation (UTC).
createdBy string
Gets or sets identity that created the resource.
createdByType string
Gets or sets the type of identity that created the resource: user, application, managedIdentity.
lastModifiedAt string
Gets or sets the timestamp of resource last modification (UTC).
lastModifiedBy string
Gets or sets the identity that last modified the resource.
lastModifiedByType string
Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
created_at str
Gets or sets the timestamp of resource creation (UTC).
created_by str
Gets or sets identity that created the resource.
created_by_type str
Gets or sets the type of identity that created the resource: user, application, managedIdentity.
last_modified_at str
Gets or sets the timestamp of resource last modification (UTC).
last_modified_by str
Gets or sets the identity that last modified the resource.
last_modified_by_type str
Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
createdAt String
Gets or sets the timestamp of resource creation (UTC).
createdBy String
Gets or sets identity that created the resource.
createdByType String
Gets or sets the type of identity that created the resource: user, application, managedIdentity.
lastModifiedAt String
Gets or sets the timestamp of resource last modification (UTC).
lastModifiedBy String
Gets or sets the identity that last modified the resource.
lastModifiedByType String
Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.

HealthErrorModelResponse

Category This property is required. string
Gets or sets the error category.
Causes This property is required. string
Gets or sets possible causes of the error.
Code This property is required. string
Gets or sets the error code.
CreationTime This property is required. string
Gets or sets the error creation time.
HealthCategory This property is required. string
Gets or sets the health category.
IsCustomerResolvable This property is required. bool
Gets or sets a value indicating whether the error is customer resolvable.
Message This property is required. string
Gets or sets the error message.
Recommendation This property is required. string
Gets or sets recommended action to resolve the error.
Severity This property is required. string
Gets or sets the error severity.
Source This property is required. string
Gets or sets the error source.
Summary This property is required. string
Gets or sets the error summary.
AffectedResourceCorrelationIds List<string>
Gets or sets the list of affected resource correlation Ids. This can be used to uniquely identify the count of items affected by a specific category and severity as well as count of item affected by an specific issue.
AffectedResourceType string
Gets or sets the type of affected resource type.
ChildErrors List<Pulumi.AzureNative.DataReplication.Inputs.InnerHealthErrorModelResponse>
Gets or sets a list of child health errors associated with this error.
Category This property is required. string
Gets or sets the error category.
Causes This property is required. string
Gets or sets possible causes of the error.
Code This property is required. string
Gets or sets the error code.
CreationTime This property is required. string
Gets or sets the error creation time.
HealthCategory This property is required. string
Gets or sets the health category.
IsCustomerResolvable This property is required. bool
Gets or sets a value indicating whether the error is customer resolvable.
Message This property is required. string
Gets or sets the error message.
Recommendation This property is required. string
Gets or sets recommended action to resolve the error.
Severity This property is required. string
Gets or sets the error severity.
Source This property is required. string
Gets or sets the error source.
Summary This property is required. string
Gets or sets the error summary.
AffectedResourceCorrelationIds []string
Gets or sets the list of affected resource correlation Ids. This can be used to uniquely identify the count of items affected by a specific category and severity as well as count of item affected by an specific issue.
AffectedResourceType string
Gets or sets the type of affected resource type.
ChildErrors []InnerHealthErrorModelResponse
Gets or sets a list of child health errors associated with this error.
category This property is required. String
Gets or sets the error category.
causes This property is required. String
Gets or sets possible causes of the error.
code This property is required. String
Gets or sets the error code.
creationTime This property is required. String
Gets or sets the error creation time.
healthCategory This property is required. String
Gets or sets the health category.
isCustomerResolvable This property is required. Boolean
Gets or sets a value indicating whether the error is customer resolvable.
message This property is required. String
Gets or sets the error message.
recommendation This property is required. String
Gets or sets recommended action to resolve the error.
severity This property is required. String
Gets or sets the error severity.
source This property is required. String
Gets or sets the error source.
summary This property is required. String
Gets or sets the error summary.
affectedResourceCorrelationIds List<String>
Gets or sets the list of affected resource correlation Ids. This can be used to uniquely identify the count of items affected by a specific category and severity as well as count of item affected by an specific issue.
affectedResourceType String
Gets or sets the type of affected resource type.
childErrors List<InnerHealthErrorModelResponse>
Gets or sets a list of child health errors associated with this error.
category This property is required. string
Gets or sets the error category.
causes This property is required. string
Gets or sets possible causes of the error.
code This property is required. string
Gets or sets the error code.
creationTime This property is required. string
Gets or sets the error creation time.
healthCategory This property is required. string
Gets or sets the health category.
isCustomerResolvable This property is required. boolean
Gets or sets a value indicating whether the error is customer resolvable.
message This property is required. string
Gets or sets the error message.
recommendation This property is required. string
Gets or sets recommended action to resolve the error.
severity This property is required. string
Gets or sets the error severity.
source This property is required. string
Gets or sets the error source.
summary This property is required. string
Gets or sets the error summary.
affectedResourceCorrelationIds string[]
Gets or sets the list of affected resource correlation Ids. This can be used to uniquely identify the count of items affected by a specific category and severity as well as count of item affected by an specific issue.
affectedResourceType string
Gets or sets the type of affected resource type.
childErrors InnerHealthErrorModelResponse[]
Gets or sets a list of child health errors associated with this error.
category This property is required. str
Gets or sets the error category.
causes This property is required. str
Gets or sets possible causes of the error.
code This property is required. str
Gets or sets the error code.
creation_time This property is required. str
Gets or sets the error creation time.
health_category This property is required. str
Gets or sets the health category.
is_customer_resolvable This property is required. bool
Gets or sets a value indicating whether the error is customer resolvable.
message This property is required. str
Gets or sets the error message.
recommendation This property is required. str
Gets or sets recommended action to resolve the error.
severity This property is required. str
Gets or sets the error severity.
source This property is required. str
Gets or sets the error source.
summary This property is required. str
Gets or sets the error summary.
affected_resource_correlation_ids Sequence[str]
Gets or sets the list of affected resource correlation Ids. This can be used to uniquely identify the count of items affected by a specific category and severity as well as count of item affected by an specific issue.
affected_resource_type str
Gets or sets the type of affected resource type.
child_errors Sequence[InnerHealthErrorModelResponse]
Gets or sets a list of child health errors associated with this error.
category This property is required. String
Gets or sets the error category.
causes This property is required. String
Gets or sets possible causes of the error.
code This property is required. String
Gets or sets the error code.
creationTime This property is required. String
Gets or sets the error creation time.
healthCategory This property is required. String
Gets or sets the health category.
isCustomerResolvable This property is required. Boolean
Gets or sets a value indicating whether the error is customer resolvable.
message This property is required. String
Gets or sets the error message.
recommendation This property is required. String
Gets or sets recommended action to resolve the error.
severity This property is required. String
Gets or sets the error severity.
source This property is required. String
Gets or sets the error source.
summary This property is required. String
Gets or sets the error summary.
affectedResourceCorrelationIds List<String>
Gets or sets the list of affected resource correlation Ids. This can be used to uniquely identify the count of items affected by a specific category and severity as well as count of item affected by an specific issue.
affectedResourceType String
Gets or sets the type of affected resource type.
childErrors List<Property Map>
Gets or sets a list of child health errors associated with this error.

IdentityModelResponse

AadAuthority This property is required. string
Gets or sets the authority of the SPN with which Dra communicates to service.
ApplicationId This property is required. string
Gets or sets the client/application Id of the SPN with which Dra communicates to service.
Audience This property is required. string
Gets or sets the audience of the SPN with which Dra communicates to service.
ObjectId This property is required. string
Gets or sets the object Id of the SPN with which Dra communicates to service.
TenantId This property is required. string
Gets or sets the tenant Id of the SPN with which Dra communicates to service.
AadAuthority This property is required. string
Gets or sets the authority of the SPN with which Dra communicates to service.
ApplicationId This property is required. string
Gets or sets the client/application Id of the SPN with which Dra communicates to service.
Audience This property is required. string
Gets or sets the audience of the SPN with which Dra communicates to service.
ObjectId This property is required. string
Gets or sets the object Id of the SPN with which Dra communicates to service.
TenantId This property is required. string
Gets or sets the tenant Id of the SPN with which Dra communicates to service.
aadAuthority This property is required. String
Gets or sets the authority of the SPN with which Dra communicates to service.
applicationId This property is required. String
Gets or sets the client/application Id of the SPN with which Dra communicates to service.
audience This property is required. String
Gets or sets the audience of the SPN with which Dra communicates to service.
objectId This property is required. String
Gets or sets the object Id of the SPN with which Dra communicates to service.
tenantId This property is required. String
Gets or sets the tenant Id of the SPN with which Dra communicates to service.
aadAuthority This property is required. string
Gets or sets the authority of the SPN with which Dra communicates to service.
applicationId This property is required. string
Gets or sets the client/application Id of the SPN with which Dra communicates to service.
audience This property is required. string
Gets or sets the audience of the SPN with which Dra communicates to service.
objectId This property is required. string
Gets or sets the object Id of the SPN with which Dra communicates to service.
tenantId This property is required. string
Gets or sets the tenant Id of the SPN with which Dra communicates to service.
aad_authority This property is required. str
Gets or sets the authority of the SPN with which Dra communicates to service.
application_id This property is required. str
Gets or sets the client/application Id of the SPN with which Dra communicates to service.
audience This property is required. str
Gets or sets the audience of the SPN with which Dra communicates to service.
object_id This property is required. str
Gets or sets the object Id of the SPN with which Dra communicates to service.
tenant_id This property is required. str
Gets or sets the tenant Id of the SPN with which Dra communicates to service.
aadAuthority This property is required. String
Gets or sets the authority of the SPN with which Dra communicates to service.
applicationId This property is required. String
Gets or sets the client/application Id of the SPN with which Dra communicates to service.
audience This property is required. String
Gets or sets the audience of the SPN with which Dra communicates to service.
objectId This property is required. String
Gets or sets the object Id of the SPN with which Dra communicates to service.
tenantId This property is required. String
Gets or sets the tenant Id of the SPN with which Dra communicates to service.

InnerHealthErrorModelResponse

Category This property is required. string
Gets or sets the error category.
Causes This property is required. string
Gets or sets possible causes of the error.
Code This property is required. string
Gets or sets the error code.
CreationTime This property is required. string
Gets or sets the error creation time.
HealthCategory This property is required. string
Gets or sets the health category.
IsCustomerResolvable This property is required. bool
Gets or sets a value indicating whether the error is customer resolvable.
Message This property is required. string
Gets or sets the error message.
Recommendation This property is required. string
Gets or sets recommended action to resolve the error.
Severity This property is required. string
Gets or sets the error severity.
Source This property is required. string
Gets or sets the error source.
Summary This property is required. string
Gets or sets the error summary.
Category This property is required. string
Gets or sets the error category.
Causes This property is required. string
Gets or sets possible causes of the error.
Code This property is required. string
Gets or sets the error code.
CreationTime This property is required. string
Gets or sets the error creation time.
HealthCategory This property is required. string
Gets or sets the health category.
IsCustomerResolvable This property is required. bool
Gets or sets a value indicating whether the error is customer resolvable.
Message This property is required. string
Gets or sets the error message.
Recommendation This property is required. string
Gets or sets recommended action to resolve the error.
Severity This property is required. string
Gets or sets the error severity.
Source This property is required. string
Gets or sets the error source.
Summary This property is required. string
Gets or sets the error summary.
category This property is required. String
Gets or sets the error category.
causes This property is required. String
Gets or sets possible causes of the error.
code This property is required. String
Gets or sets the error code.
creationTime This property is required. String
Gets or sets the error creation time.
healthCategory This property is required. String
Gets or sets the health category.
isCustomerResolvable This property is required. Boolean
Gets or sets a value indicating whether the error is customer resolvable.
message This property is required. String
Gets or sets the error message.
recommendation This property is required. String
Gets or sets recommended action to resolve the error.
severity This property is required. String
Gets or sets the error severity.
source This property is required. String
Gets or sets the error source.
summary This property is required. String
Gets or sets the error summary.
category This property is required. string
Gets or sets the error category.
causes This property is required. string
Gets or sets possible causes of the error.
code This property is required. string
Gets or sets the error code.
creationTime This property is required. string
Gets or sets the error creation time.
healthCategory This property is required. string
Gets or sets the health category.
isCustomerResolvable This property is required. boolean
Gets or sets a value indicating whether the error is customer resolvable.
message This property is required. string
Gets or sets the error message.
recommendation This property is required. string
Gets or sets recommended action to resolve the error.
severity This property is required. string
Gets or sets the error severity.
source This property is required. string
Gets or sets the error source.
summary This property is required. string
Gets or sets the error summary.
category This property is required. str
Gets or sets the error category.
causes This property is required. str
Gets or sets possible causes of the error.
code This property is required. str
Gets or sets the error code.
creation_time This property is required. str
Gets or sets the error creation time.
health_category This property is required. str
Gets or sets the health category.
is_customer_resolvable This property is required. bool
Gets or sets a value indicating whether the error is customer resolvable.
message This property is required. str
Gets or sets the error message.
recommendation This property is required. str
Gets or sets recommended action to resolve the error.
severity This property is required. str
Gets or sets the error severity.
source This property is required. str
Gets or sets the error source.
summary This property is required. str
Gets or sets the error summary.
category This property is required. String
Gets or sets the error category.
causes This property is required. String
Gets or sets possible causes of the error.
code This property is required. String
Gets or sets the error code.
creationTime This property is required. String
Gets or sets the error creation time.
healthCategory This property is required. String
Gets or sets the health category.
isCustomerResolvable This property is required. Boolean
Gets or sets a value indicating whether the error is customer resolvable.
message This property is required. String
Gets or sets the error message.
recommendation This property is required. String
Gets or sets recommended action to resolve the error.
severity This property is required. String
Gets or sets the error severity.
source This property is required. String
Gets or sets the error source.
summary This property is required. String
Gets or sets the error summary.

VMwareDraModelCustomPropertiesResponse

BiosId This property is required. string
Gets or sets the BIOS Id of the DRA machine.
MarsAuthenticationIdentity This property is required. Pulumi.AzureNative.DataReplication.Inputs.IdentityModelResponse
Identity model.
BiosId This property is required. string
Gets or sets the BIOS Id of the DRA machine.
MarsAuthenticationIdentity This property is required. IdentityModelResponse
Identity model.
biosId This property is required. String
Gets or sets the BIOS Id of the DRA machine.
marsAuthenticationIdentity This property is required. IdentityModelResponse
Identity model.
biosId This property is required. string
Gets or sets the BIOS Id of the DRA machine.
marsAuthenticationIdentity This property is required. IdentityModelResponse
Identity model.
bios_id This property is required. str
Gets or sets the BIOS Id of the DRA machine.
mars_authentication_identity This property is required. IdentityModelResponse
Identity model.
biosId This property is required. String
Gets or sets the BIOS Id of the DRA machine.
marsAuthenticationIdentity This property is required. Property Map
Identity model.

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi