1. Packages
  2. Azure Native
  3. API Docs
  4. datareplication
  5. getFabric
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.datareplication.getFabric

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Gets the details of the fabric.

Uses Azure REST API version 2021-02-16-preview.

Other available API versions: 2024-09-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native datareplication [ApiVersion]. See the version guide for details.

Using getFabric

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 getFabric(args: GetFabricArgs, opts?: InvokeOptions): Promise<GetFabricResult>
function getFabricOutput(args: GetFabricOutputArgs, opts?: InvokeOptions): Output<GetFabricResult>
Copy
def get_fabric(fabric_name: Optional[str] = None,
               resource_group_name: Optional[str] = None,
               opts: Optional[InvokeOptions] = None) -> GetFabricResult
def get_fabric_output(fabric_name: Optional[pulumi.Input[str]] = None,
               resource_group_name: Optional[pulumi.Input[str]] = None,
               opts: Optional[InvokeOptions] = None) -> Output[GetFabricResult]
Copy
func LookupFabric(ctx *Context, args *LookupFabricArgs, opts ...InvokeOption) (*LookupFabricResult, error)
func LookupFabricOutput(ctx *Context, args *LookupFabricOutputArgs, opts ...InvokeOption) LookupFabricResultOutput
Copy

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

public static class GetFabric 
{
    public static Task<GetFabricResult> InvokeAsync(GetFabricArgs args, InvokeOptions? opts = null)
    public static Output<GetFabricResult> Invoke(GetFabricInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetFabricResult> getFabric(GetFabricArgs args, InvokeOptions options)
public static Output<GetFabricResult> getFabric(GetFabricArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:datareplication:getFabric
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

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.
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.
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.
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_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.
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.

getFabric Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
Id string
Gets or sets the Id of the resource.
Location string
Gets or sets the location of the fabric.
Name string
Gets or sets the name of the resource.
Properties Pulumi.AzureNative.DataReplication.Outputs.FabricModelPropertiesResponse
Fabric model properties.
SystemData Pulumi.AzureNative.DataReplication.Outputs.FabricModelResponseSystemData
Type string
Gets or sets the type of the resource.
Tags Dictionary<string, string>
Gets or sets the resource tags.
AzureApiVersion string
The Azure API version of the resource.
Id string
Gets or sets the Id of the resource.
Location string
Gets or sets the location of the fabric.
Name string
Gets or sets the name of the resource.
Properties FabricModelPropertiesResponse
Fabric model properties.
SystemData FabricModelResponseSystemData
Type string
Gets or sets the type of the resource.
Tags map[string]string
Gets or sets the resource tags.
azureApiVersion String
The Azure API version of the resource.
id String
Gets or sets the Id of the resource.
location String
Gets or sets the location of the fabric.
name String
Gets or sets the name of the resource.
properties FabricModelPropertiesResponse
Fabric model properties.
systemData FabricModelResponseSystemData
type String
Gets or sets the type of the resource.
tags Map<String,String>
Gets or sets the resource tags.
azureApiVersion string
The Azure API version of the resource.
id string
Gets or sets the Id of the resource.
location string
Gets or sets the location of the fabric.
name string
Gets or sets the name of the resource.
properties FabricModelPropertiesResponse
Fabric model properties.
systemData FabricModelResponseSystemData
type string
Gets or sets the type of the resource.
tags {[key: string]: string}
Gets or sets the resource tags.
azure_api_version str
The Azure API version of the resource.
id str
Gets or sets the Id of the resource.
location str
Gets or sets the location of the fabric.
name str
Gets or sets the name of the resource.
properties FabricModelPropertiesResponse
Fabric model properties.
system_data FabricModelResponseSystemData
type str
Gets or sets the type of the resource.
tags Mapping[str, str]
Gets or sets the resource tags.
azureApiVersion String
The Azure API version of the resource.
id String
Gets or sets the Id of the resource.
location String
Gets or sets the location of the fabric.
name String
Gets or sets the name of the resource.
properties Property Map
Fabric model properties.
systemData Property Map
type String
Gets or sets the type of the resource.
tags Map<String>
Gets or sets the resource tags.

Supporting Types

AzStackHCIClusterPropertiesResponse

ClusterName This property is required. string
Gets or sets the AzStackHCICluster FQDN name.
ResourceName This property is required. string
Gets or sets the AzStackHCICluster resource name.
StorageAccountName This property is required. string
Gets or sets the Storage account name.
StorageContainers This property is required. List<Pulumi.AzureNative.DataReplication.Inputs.StorageContainerPropertiesResponse>
Gets or sets the list of AzStackHCICluster Storage Container.
ClusterName This property is required. string
Gets or sets the AzStackHCICluster FQDN name.
ResourceName This property is required. string
Gets or sets the AzStackHCICluster resource name.
StorageAccountName This property is required. string
Gets or sets the Storage account name.
StorageContainers This property is required. []StorageContainerPropertiesResponse
Gets or sets the list of AzStackHCICluster Storage Container.
clusterName This property is required. String
Gets or sets the AzStackHCICluster FQDN name.
resourceName This property is required. String
Gets or sets the AzStackHCICluster resource name.
storageAccountName This property is required. String
Gets or sets the Storage account name.
storageContainers This property is required. List<StorageContainerPropertiesResponse>
Gets or sets the list of AzStackHCICluster Storage Container.
clusterName This property is required. string
Gets or sets the AzStackHCICluster FQDN name.
resourceName This property is required. string
Gets or sets the AzStackHCICluster resource name.
storageAccountName This property is required. string
Gets or sets the Storage account name.
storageContainers This property is required. StorageContainerPropertiesResponse[]
Gets or sets the list of AzStackHCICluster Storage Container.
cluster_name This property is required. str
Gets or sets the AzStackHCICluster FQDN name.
resource_name This property is required. str
Gets or sets the AzStackHCICluster resource name.
storage_account_name This property is required. str
Gets or sets the Storage account name.
storage_containers This property is required. Sequence[StorageContainerPropertiesResponse]
Gets or sets the list of AzStackHCICluster Storage Container.
clusterName This property is required. String
Gets or sets the AzStackHCICluster FQDN name.
resourceName This property is required. String
Gets or sets the AzStackHCICluster resource name.
storageAccountName This property is required. String
Gets or sets the Storage account name.
storageContainers This property is required. List<Property Map>
Gets or sets the list of AzStackHCICluster Storage Container.

AzStackHCIFabricModelCustomPropertiesResponse

ApplianceName This property is required. List<string>
Gets or sets the Appliance name.
AzStackHciSiteId This property is required. string
Gets or sets the ARM Id of the AzStackHCI site.
Cluster This property is required. Pulumi.AzureNative.DataReplication.Inputs.AzStackHCIClusterPropertiesResponse
AzStackHCI cluster properties.
FabricContainerId This property is required. string
Gets or sets the fabric container Id.
FabricResourceId This property is required. string
Gets or sets the fabric resource Id.
MigrationHubUri This property is required. string
Gets or sets the migration hub Uri.
MigrationSolutionId This property is required. string
Gets or sets the Migration solution ARM Id.
ApplianceName This property is required. []string
Gets or sets the Appliance name.
AzStackHciSiteId This property is required. string
Gets or sets the ARM Id of the AzStackHCI site.
Cluster This property is required. AzStackHCIClusterPropertiesResponse
AzStackHCI cluster properties.
FabricContainerId This property is required. string
Gets or sets the fabric container Id.
FabricResourceId This property is required. string
Gets or sets the fabric resource Id.
MigrationHubUri This property is required. string
Gets or sets the migration hub Uri.
MigrationSolutionId This property is required. string
Gets or sets the Migration solution ARM Id.
applianceName This property is required. List<String>
Gets or sets the Appliance name.
azStackHciSiteId This property is required. String
Gets or sets the ARM Id of the AzStackHCI site.
cluster This property is required. AzStackHCIClusterPropertiesResponse
AzStackHCI cluster properties.
fabricContainerId This property is required. String
Gets or sets the fabric container Id.
fabricResourceId This property is required. String
Gets or sets the fabric resource Id.
migrationHubUri This property is required. String
Gets or sets the migration hub Uri.
migrationSolutionId This property is required. String
Gets or sets the Migration solution ARM Id.
applianceName This property is required. string[]
Gets or sets the Appliance name.
azStackHciSiteId This property is required. string
Gets or sets the ARM Id of the AzStackHCI site.
cluster This property is required. AzStackHCIClusterPropertiesResponse
AzStackHCI cluster properties.
fabricContainerId This property is required. string
Gets or sets the fabric container Id.
fabricResourceId This property is required. string
Gets or sets the fabric resource Id.
migrationHubUri This property is required. string
Gets or sets the migration hub Uri.
migrationSolutionId This property is required. string
Gets or sets the Migration solution ARM Id.
appliance_name This property is required. Sequence[str]
Gets or sets the Appliance name.
az_stack_hci_site_id This property is required. str
Gets or sets the ARM Id of the AzStackHCI site.
cluster This property is required. AzStackHCIClusterPropertiesResponse
AzStackHCI cluster properties.
fabric_container_id This property is required. str
Gets or sets the fabric container Id.
fabric_resource_id This property is required. str
Gets or sets the fabric resource Id.
migration_hub_uri This property is required. str
Gets or sets the migration hub Uri.
migration_solution_id This property is required. str
Gets or sets the Migration solution ARM Id.
applianceName This property is required. List<String>
Gets or sets the Appliance name.
azStackHciSiteId This property is required. String
Gets or sets the ARM Id of the AzStackHCI site.
cluster This property is required. Property Map
AzStackHCI cluster properties.
fabricContainerId This property is required. String
Gets or sets the fabric container Id.
fabricResourceId This property is required. String
Gets or sets the fabric resource Id.
migrationHubUri This property is required. String
Gets or sets the migration hub Uri.
migrationSolutionId This property is required. String
Gets or sets the Migration solution ARM Id.

FabricModelPropertiesResponse

CustomProperties This property is required. Pulumi.AzureNative.DataReplication.Inputs.AzStackHCIFabricModelCustomPropertiesResponse | Pulumi.AzureNative.DataReplication.Inputs.HyperVMigrateFabricModelCustomPropertiesResponse | Pulumi.AzureNative.DataReplication.Inputs.VMwareMigrateFabricModelCustomPropertiesResponse
Fabric model custom properties.
Health This property is required. string
Gets or sets the fabric health.
HealthErrors This property is required. List<Pulumi.AzureNative.DataReplication.Inputs.HealthErrorModelResponse>
Gets or sets the list of health errors.
ProvisioningState This property is required. string
Gets or sets the provisioning state of the fabric.
ServiceEndpoint This property is required. string
Gets or sets the service endpoint.
ServiceResourceId This property is required. string
Gets or sets the service resource Id.
CustomProperties This property is required. AzStackHCIFabricModelCustomPropertiesResponse | HyperVMigrateFabricModelCustomPropertiesResponse | VMwareMigrateFabricModelCustomPropertiesResponse
Fabric model custom properties.
Health This property is required. string
Gets or sets the fabric health.
HealthErrors This property is required. []HealthErrorModelResponse
Gets or sets the list of health errors.
ProvisioningState This property is required. string
Gets or sets the provisioning state of the fabric.
ServiceEndpoint This property is required. string
Gets or sets the service endpoint.
ServiceResourceId This property is required. string
Gets or sets the service resource Id.
customProperties This property is required. AzStackHCIFabricModelCustomPropertiesResponse | HyperVMigrateFabricModelCustomPropertiesResponse | VMwareMigrateFabricModelCustomPropertiesResponse
Fabric model custom properties.
health This property is required. String
Gets or sets the fabric health.
healthErrors This property is required. List<HealthErrorModelResponse>
Gets or sets the list of health errors.
provisioningState This property is required. String
Gets or sets the provisioning state of the fabric.
serviceEndpoint This property is required. String
Gets or sets the service endpoint.
serviceResourceId This property is required. String
Gets or sets the service resource Id.
customProperties This property is required. AzStackHCIFabricModelCustomPropertiesResponse | HyperVMigrateFabricModelCustomPropertiesResponse | VMwareMigrateFabricModelCustomPropertiesResponse
Fabric model custom properties.
health This property is required. string
Gets or sets the fabric health.
healthErrors This property is required. HealthErrorModelResponse[]
Gets or sets the list of health errors.
provisioningState This property is required. string
Gets or sets the provisioning state of the fabric.
serviceEndpoint This property is required. string
Gets or sets the service endpoint.
serviceResourceId This property is required. string
Gets or sets the service resource Id.
custom_properties This property is required. AzStackHCIFabricModelCustomPropertiesResponse | HyperVMigrateFabricModelCustomPropertiesResponse | VMwareMigrateFabricModelCustomPropertiesResponse
Fabric model custom properties.
health This property is required. str
Gets or sets the fabric health.
health_errors This property is required. Sequence[HealthErrorModelResponse]
Gets or sets the list of health errors.
provisioning_state This property is required. str
Gets or sets the provisioning state of the fabric.
service_endpoint This property is required. str
Gets or sets the service endpoint.
service_resource_id This property is required. str
Gets or sets the service resource Id.
customProperties This property is required. Property Map | Property Map | Property Map
Fabric model custom properties.
health This property is required. String
Gets or sets the fabric health.
healthErrors This property is required. List<Property Map>
Gets or sets the list of health errors.
provisioningState This property is required. String
Gets or sets the provisioning state of the fabric.
serviceEndpoint This property is required. String
Gets or sets the service endpoint.
serviceResourceId This property is required. String
Gets or sets the service resource Id.

FabricModelResponseSystemData

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.

HyperVMigrateFabricModelCustomPropertiesResponse

FabricContainerId This property is required. string
Gets or sets the fabric container Id.
FabricResourceId This property is required. string
Gets or sets the fabric resource Id.
HyperVSiteId This property is required. string
Gets or sets the ARM Id of the HyperV site.
MigrationHubUri This property is required. string
Gets or sets the migration hub Uri.
MigrationSolutionId This property is required. string
Gets or sets the migration solution ARM Id.
FabricContainerId This property is required. string
Gets or sets the fabric container Id.
FabricResourceId This property is required. string
Gets or sets the fabric resource Id.
HyperVSiteId This property is required. string
Gets or sets the ARM Id of the HyperV site.
MigrationHubUri This property is required. string
Gets or sets the migration hub Uri.
MigrationSolutionId This property is required. string
Gets or sets the migration solution ARM Id.
fabricContainerId This property is required. String
Gets or sets the fabric container Id.
fabricResourceId This property is required. String
Gets or sets the fabric resource Id.
hyperVSiteId This property is required. String
Gets or sets the ARM Id of the HyperV site.
migrationHubUri This property is required. String
Gets or sets the migration hub Uri.
migrationSolutionId This property is required. String
Gets or sets the migration solution ARM Id.
fabricContainerId This property is required. string
Gets or sets the fabric container Id.
fabricResourceId This property is required. string
Gets or sets the fabric resource Id.
hyperVSiteId This property is required. string
Gets or sets the ARM Id of the HyperV site.
migrationHubUri This property is required. string
Gets or sets the migration hub Uri.
migrationSolutionId This property is required. string
Gets or sets the migration solution ARM Id.
fabric_container_id This property is required. str
Gets or sets the fabric container Id.
fabric_resource_id This property is required. str
Gets or sets the fabric resource Id.
hyper_v_site_id This property is required. str
Gets or sets the ARM Id of the HyperV site.
migration_hub_uri This property is required. str
Gets or sets the migration hub Uri.
migration_solution_id This property is required. str
Gets or sets the migration solution ARM Id.
fabricContainerId This property is required. String
Gets or sets the fabric container Id.
fabricResourceId This property is required. String
Gets or sets the fabric resource Id.
hyperVSiteId This property is required. String
Gets or sets the ARM Id of the HyperV site.
migrationHubUri This property is required. String
Gets or sets the migration hub Uri.
migrationSolutionId This property is required. String
Gets or sets the migration solution ARM Id.

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.

StorageContainerPropertiesResponse

ClusterSharedVolumePath This property is required. string
Gets or sets the ClusterSharedVolumePath.
Name This property is required. string
Gets or sets the Name.
ClusterSharedVolumePath This property is required. string
Gets or sets the ClusterSharedVolumePath.
Name This property is required. string
Gets or sets the Name.
clusterSharedVolumePath This property is required. String
Gets or sets the ClusterSharedVolumePath.
name This property is required. String
Gets or sets the Name.
clusterSharedVolumePath This property is required. string
Gets or sets the ClusterSharedVolumePath.
name This property is required. string
Gets or sets the Name.
cluster_shared_volume_path This property is required. str
Gets or sets the ClusterSharedVolumePath.
name This property is required. str
Gets or sets the Name.
clusterSharedVolumePath This property is required. String
Gets or sets the ClusterSharedVolumePath.
name This property is required. String
Gets or sets the Name.

VMwareMigrateFabricModelCustomPropertiesResponse

MigrationSolutionId This property is required. string
Gets or sets the ARM Id of the migration solution.
VmwareSiteId This property is required. string
Gets or sets the ARM Id of the VMware site.
MigrationSolutionId This property is required. string
Gets or sets the ARM Id of the migration solution.
VmwareSiteId This property is required. string
Gets or sets the ARM Id of the VMware site.
migrationSolutionId This property is required. String
Gets or sets the ARM Id of the migration solution.
vmwareSiteId This property is required. String
Gets or sets the ARM Id of the VMware site.
migrationSolutionId This property is required. string
Gets or sets the ARM Id of the migration solution.
vmwareSiteId This property is required. string
Gets or sets the ARM Id of the VMware site.
migration_solution_id This property is required. str
Gets or sets the ARM Id of the migration solution.
vmware_site_id This property is required. str
Gets or sets the ARM Id of the VMware site.
migrationSolutionId This property is required. String
Gets or sets the ARM Id of the migration solution.
vmwareSiteId This property is required. String
Gets or sets the ARM Id of the VMware site.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi