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>
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]
func LookupDra(ctx *Context, args *LookupDraArgs, opts ...InvokeOption) (*LookupDraResult, error)
func LookupDraOutput(ctx *Context, args *LookupDraOutputArgs, opts ...InvokeOption) LookupDraResultOutput
> 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)
}
public static CompletableFuture<GetDraResult> getDra(GetDraArgs args, InvokeOptions options)
public static Output<GetDraResult> getDra(GetDraArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:datareplication:getDra
arguments:
# arguments dictionary
The following arguments are supported:
- Fabric
Agent Name This property is required. Changes to this property will trigger replacement.
- The fabric agent (Dra) name.
- Fabric
Name This property is required. Changes to this property will trigger replacement.
- The fabric name.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- 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.
- The fabric agent (Dra) name.
- Fabric
Name This property is required. Changes to this property will trigger replacement.
- The fabric name.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- 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.
- The fabric agent (Dra) name.
- fabric
Name This property is required. Changes to this property will trigger replacement.
- The fabric name.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- 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.
- The fabric agent (Dra) name.
- fabric
Name This property is required. Changes to this property will trigger replacement.
- The fabric name.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- 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.
- The fabric agent (Dra) name.
- fabric_
name This property is required. Changes to this property will trigger replacement.
- The fabric name.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- 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.
- The fabric agent (Dra) name.
- fabric
Name This property is required. Changes to this property will trigger replacement.
- The fabric name.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- 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.
Azure Native. Data Replication. Outputs. Dra Model Properties Response - Dra model properties.
- System
Data Pulumi.Azure Native. Data Replication. Outputs. Dra Model Response System Data - 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
Dra
Model Properties Response - Dra model properties.
- System
Data DraModel Response System Data - 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
Dra
Model Properties Response - Dra model properties.
- system
Data DraModel Response System Data - 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
Dra
Model Properties Response - Dra model properties.
- system
Data DraModel Response System Data - 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
Dra
Model Properties Response - Dra model properties.
- system_
data DraModel Response System Data - 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.
- system
Data Property Map - type String
- Gets or sets the type of the resource.
Supporting Types
DraModelPropertiesResponse
- Authentication
Identity This property is required. Pulumi.Azure Native. Data Replication. Inputs. Identity Model Response - Identity model.
- Correlation
Id This property is required. string - Gets or sets the Dra correlation Id.
- Custom
Properties This property is required. Pulumi.Azure Native. Data Replication. Inputs. VMware Dra Model Custom Properties Response - Dra model custom properties.
- Health
Errors This property is required. List<Pulumi.Azure Native. Data Replication. Inputs. Health Error Model Response> - 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. string - Gets or sets the time when last heartbeat was sent by the Dra.
- Machine
Id This property is required. string - Gets or sets the machine Id where Dra is running.
- Machine
Name This property is required. string - Gets or sets the machine name where Dra is running.
- Provisioning
State This property is required. string - Gets or sets the provisioning state of the Dra.
- Resource
Access Identity This property is required. Pulumi.Azure Native. Data Replication. Inputs. Identity Model Response - Identity model.
- Version
Number This property is required. string - Gets or sets the Dra version.
- Authentication
Identity This property is required. IdentityModel Response - Identity model.
- Correlation
Id This property is required. string - Gets or sets the Dra correlation Id.
- Custom
Properties This property is required. VMwareDra Model Custom Properties Response - Dra model custom properties.
- Health
Errors This property is required. []HealthError Model Response - 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. string - Gets or sets the time when last heartbeat was sent by the Dra.
- Machine
Id This property is required. string - Gets or sets the machine Id where Dra is running.
- Machine
Name This property is required. string - Gets or sets the machine name where Dra is running.
- Provisioning
State This property is required. string - Gets or sets the provisioning state of the Dra.
- Resource
Access Identity This property is required. IdentityModel Response - Identity model.
- Version
Number This property is required. string - Gets or sets the Dra version.
- authentication
Identity This property is required. IdentityModel Response - Identity model.
- correlation
Id This property is required. String - Gets or sets the Dra correlation Id.
- custom
Properties This property is required. VMwareDra Model Custom Properties Response - Dra model custom properties.
- health
Errors This property is required. List<HealthError Model Response> - Gets or sets the list of health errors.
- is
Responsive This property is required. Boolean - Gets or sets a value indicating whether Dra is responsive.
- last
Heartbeat This property is required. String - Gets or sets the time when last heartbeat was sent by the Dra.
- machine
Id This property is required. String - Gets or sets the machine Id where Dra is running.
- machine
Name This property is required. String - Gets or sets the machine name where Dra is running.
- provisioning
State This property is required. String - Gets or sets the provisioning state of the Dra.
- resource
Access Identity This property is required. IdentityModel Response - Identity model.
- version
Number This property is required. String - Gets or sets the Dra version.
- authentication
Identity This property is required. IdentityModel Response - Identity model.
- correlation
Id This property is required. string - Gets or sets the Dra correlation Id.
- custom
Properties This property is required. VMwareDra Model Custom Properties Response - Dra model custom properties.
- health
Errors This property is required. HealthError Model Response[] - Gets or sets the list of health errors.
- is
Responsive This property is required. boolean - Gets or sets a value indicating whether Dra is responsive.
- last
Heartbeat This property is required. string - Gets or sets the time when last heartbeat was sent by the Dra.
- machine
Id This property is required. string - Gets or sets the machine Id where Dra is running.
- machine
Name This property is required. string - Gets or sets the machine name where Dra is running.
- provisioning
State This property is required. string - Gets or sets the provisioning state of the Dra.
- resource
Access Identity This property is required. IdentityModel Response - Identity model.
- version
Number This property is required. string - Gets or sets the Dra version.
- authentication_
identity This property is required. IdentityModel Response - Identity model.
- correlation_
id This property is required. str - Gets or sets the Dra correlation Id.
- custom_
properties This property is required. VMwareDra Model Custom Properties Response - Dra model custom properties.
- health_
errors This property is required. Sequence[HealthError Model Response] - 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. IdentityModel Response - Identity model.
- version_
number This property is required. str - Gets or sets the Dra version.
- authentication
Identity This property is required. Property Map - Identity model.
- correlation
Id This property is required. String - Gets or sets the Dra correlation Id.
- custom
Properties This property is required. Property Map - Dra model custom properties.
- health
Errors This property is required. List<Property Map> - Gets or sets the list of health errors.
- is
Responsive This property is required. Boolean - Gets or sets a value indicating whether Dra is responsive.
- last
Heartbeat This property is required. String - Gets or sets the time when last heartbeat was sent by the Dra.
- machine
Id This property is required. String - Gets or sets the machine Id where Dra is running.
- machine
Name This property is required. String - Gets or sets the machine name where Dra is running.
- provisioning
State This property is required. String - Gets or sets the provisioning state of the Dra.
- resource
Access Identity This property is required. Property Map - Identity model.
- version
Number This property is required. String - Gets or sets the Dra version.
DraModelResponseSystemData
- Created
At string - Gets or sets the timestamp of resource creation (UTC).
- Created
By string - Gets or sets identity that created the resource.
- Created
By stringType - Gets or sets the type of identity that created the resource: user, application, managedIdentity.
- Last
Modified stringAt - Gets or sets the timestamp of resource last modification (UTC).
- Last
Modified stringBy - Gets or sets the identity that last modified the resource.
- Last
Modified stringBy Type - Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
- Created
At string - Gets or sets the timestamp of resource creation (UTC).
- Created
By string - Gets or sets identity that created the resource.
- Created
By stringType - Gets or sets the type of identity that created the resource: user, application, managedIdentity.
- Last
Modified stringAt - Gets or sets the timestamp of resource last modification (UTC).
- Last
Modified stringBy - Gets or sets the identity that last modified the resource.
- Last
Modified stringBy Type - Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
- created
At String - Gets or sets the timestamp of resource creation (UTC).
- created
By String - Gets or sets identity that created the resource.
- created
By StringType - Gets or sets the type of identity that created the resource: user, application, managedIdentity.
- last
Modified StringAt - Gets or sets the timestamp of resource last modification (UTC).
- last
Modified StringBy - Gets or sets the identity that last modified the resource.
- last
Modified StringBy Type - Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
- created
At string - Gets or sets the timestamp of resource creation (UTC).
- created
By string - Gets or sets identity that created the resource.
- created
By stringType - Gets or sets the type of identity that created the resource: user, application, managedIdentity.
- last
Modified stringAt - Gets or sets the timestamp of resource last modification (UTC).
- last
Modified stringBy - Gets or sets the identity that last modified the resource.
- last
Modified stringBy Type - 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_ strtype - Gets or sets the type of identity that created the resource: user, application, managedIdentity.
- last_
modified_ strat - Gets or sets the timestamp of resource last modification (UTC).
- last_
modified_ strby - Gets or sets the identity that last modified the resource.
- last_
modified_ strby_ type - Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
- created
At String - Gets or sets the timestamp of resource creation (UTC).
- created
By String - Gets or sets identity that created the resource.
- created
By StringType - Gets or sets the type of identity that created the resource: user, application, managedIdentity.
- last
Modified StringAt - Gets or sets the timestamp of resource last modification (UTC).
- last
Modified StringBy - Gets or sets the identity that last modified the resource.
- last
Modified StringBy Type - 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.
- Creation
Time This property is required. string - Gets or sets the error creation time.
- Health
Category This property is required. string - 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. 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.
- Affected
Resource List<string>Correlation Ids - 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 stringType - Gets or sets the type of affected resource type.
- Child
Errors List<Pulumi.Azure Native. Data Replication. Inputs. Inner Health Error Model Response> - 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.
- Creation
Time This property is required. string - Gets or sets the error creation time.
- Health
Category This property is required. string - 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. 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.
- Affected
Resource []stringCorrelation Ids - 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 stringType - Gets or sets the type of affected resource type.
- Child
Errors []InnerHealth Error Model Response - 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.
- creation
Time This property is required. String - Gets or sets the error creation time.
- health
Category This property is required. String - Gets or sets the health category.
- is
Customer Resolvable 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.
- affected
Resource List<String>Correlation Ids - 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 StringType - Gets or sets the type of affected resource type.
- child
Errors List<InnerHealth Error Model Response> - 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.
- creation
Time This property is required. string - Gets or sets the error creation time.
- health
Category This property is required. string - Gets or sets the health category.
- is
Customer Resolvable 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.
- affected
Resource string[]Correlation Ids - 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 stringType - Gets or sets the type of affected resource type.
- child
Errors InnerHealth Error Model Response[] - 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_ Sequence[str]correlation_ ids - 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_ strtype - Gets or sets the type of affected resource type.
- child_
errors Sequence[InnerHealth Error Model Response] - 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.
- creation
Time This property is required. String - Gets or sets the error creation time.
- health
Category This property is required. String - Gets or sets the health category.
- is
Customer Resolvable 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.
- affected
Resource List<String>Correlation Ids - 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 StringType - Gets or sets the type of affected resource type.
- child
Errors List<Property Map> - Gets or sets a list of child health errors associated with this error.
IdentityModelResponse
This property is required. string- Gets or sets the authority of the SPN with which Dra communicates to service.
- Application
Id 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.
- Object
Id This property is required. string - Gets or sets the object Id of the SPN with which Dra communicates to service.
- Tenant
Id This property is required. string - Gets or sets the tenant Id of the SPN with which Dra communicates to service.
This property is required. string- Gets or sets the authority of the SPN with which Dra communicates to service.
- Application
Id 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.
- Object
Id This property is required. string - Gets or sets the object Id of the SPN with which Dra communicates to service.
- Tenant
Id This property is required. string - Gets or sets the tenant Id of the SPN with which Dra communicates to service.
This property is required. String- Gets or sets the authority of the SPN with which Dra communicates to service.
- application
Id 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.
- object
Id This property is required. String - Gets or sets the object Id of the SPN with which Dra communicates to service.
- tenant
Id This property is required. String - Gets or sets the tenant Id of the SPN with which Dra communicates to service.
This property is required. string- Gets or sets the authority of the SPN with which Dra communicates to service.
- application
Id 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.
- object
Id This property is required. string - Gets or sets the object Id of the SPN with which Dra communicates to service.
- tenant
Id This property is required. string - Gets or sets the tenant Id of the SPN with which Dra communicates to service.
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.
This property is required. String- Gets or sets the authority of the SPN with which Dra communicates to service.
- application
Id 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.
- object
Id This property is required. String - Gets or sets the object Id of the SPN with which Dra communicates to service.
- tenant
Id 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.
- Creation
Time This property is required. string - Gets or sets the error creation time.
- Health
Category This property is required. string - 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. 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.
- Creation
Time This property is required. string - Gets or sets the error creation time.
- Health
Category This property is required. string - 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. 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.
- creation
Time This property is required. String - Gets or sets the error creation time.
- health
Category This property is required. String - Gets or sets the health category.
- is
Customer Resolvable 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.
- creation
Time This property is required. string - Gets or sets the error creation time.
- health
Category This property is required. string - Gets or sets the health category.
- is
Customer Resolvable 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.
- creation
Time This property is required. String - Gets or sets the error creation time.
- health
Category This property is required. String - Gets or sets the health category.
- is
Customer Resolvable 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
- Bios
Id This property is required. string - Gets or sets the BIOS Id of the DRA machine.
- Mars
Authentication Identity This property is required. Pulumi.Azure Native. Data Replication. Inputs. Identity Model Response - Identity model.
- Bios
Id This property is required. string - Gets or sets the BIOS Id of the DRA machine.
- Mars
Authentication Identity This property is required. IdentityModel Response - Identity model.
- bios
Id This property is required. String - Gets or sets the BIOS Id of the DRA machine.
- mars
Authentication Identity This property is required. IdentityModel Response - Identity model.
- bios
Id This property is required. string - Gets or sets the BIOS Id of the DRA machine.
- mars
Authentication Identity This property is required. IdentityModel Response - 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. IdentityModel Response - Identity model.
- bios
Id This property is required. String - Gets or sets the BIOS Id of the DRA machine.
- mars
Authentication Identity 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