Get-AzMigrateReplicationFabric
Gets the details of an Azure Site Recovery fabric.
Syntax
Get-AzMigrateReplicationFabric
-ResourceGroupName <String>
-ResourceName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzMigrateReplicationFabric
-ResourceGroupName <String>
-ResourceName <String>
-FabricName <String>
[-SubscriptionId <String[]>]
[-Filter <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Gets the details of an Azure Site Recovery fabric.
Examples
Example 1: Get all fabrics by resource group and vault name
Get-AzMigrateReplicationFabric -ResourceGroupName azmigratepwshtestasr13072020 -ResourceName AzMigrateTestProjectPWSH02aarsvault -FabricName AzMigratePWSHTc8d1replicationfabric
BcdrState : Valid
CustomDetailInstanceType : VMwareV2
EncryptionDetailKekCertExpiryDate :
EncryptionDetailKekCertThumbprint :
EncryptionDetailKekState : None
FriendlyName : AzMigratePWSHTc8d1replicationfabric
Health : Normal
HealthErrorDetail : {}
Id : /Subscriptions/xxx-xxx-xxx/resourceGroups/azmigratepwshtestasr13072020/providers/Microsof
t.RecoveryServices/vaults/AzMigrateTestProjectPWSH02aarsvault/replicationFabrics/AzMigratePWSHTc8d1replicationfabr
ic
InternalIdentifier : 501ff8f2-c9d7-5bf4-87ff-d0b3fc98aeb5
Location :
Name : AzMigratePWSHTc8d1replicationfabric
RolloverEncryptionDetailKekCertExpiryDate :
RolloverEncryptionDetailKekCertThumbprint :
RolloverEncryptionDetailKekState : None
Type : Microsoft.RecoveryServices/vaults/replicationFabrics
Get all fabrics in resource group and vault
Example 2: Get fabric by resource group, vault name and fabric name
Get-AzMigrateReplicationFabric -ResourceGroupName azmigratepwshtestasr13072020 -ResourceName AzMigrateTestProjectPWSH02aarsvault
BcdrState : Valid
CustomDetailInstanceType : VMwareV2
EncryptionDetailKekCertExpiryDate :
EncryptionDetailKekCertThumbprint :
EncryptionDetailKekState : None
FriendlyName : AzMigratePWSHTc8d1replicationfabric
Health : Normal
HealthErrorDetail : {}
Id : /Subscriptions/xxx-xxx-xxx/resourceGroups/azmigratepwshtestasr13072020/providers/Microsof
t.RecoveryServices/vaults/AzMigrateTestProjectPWSH02aarsvault/replicationFabrics/AzMigratePWSHTc8d1replicationfabr
ic
InternalIdentifier : 501ff8f2-c9d7-5bf4-87ff-d0b3fc98aeb5
Location :
Name : AzMigratePWSHTc8d1replicationfabric
RolloverEncryptionDetailKekCertExpiryDate :
RolloverEncryptionDetailKekCertThumbprint :
RolloverEncryptionDetailKekState : None
Type : Microsoft.RecoveryServices/vaults/replicationFabrics
Get a specific fabric
Parameters
-DefaultProfile
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-FabricName
Fabric name.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Filter
OData filter options.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceGroupName
The name of the resource group where the recovery services vault is present.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceName
The name of the recovery services vault.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SubscriptionId
Azure Subscription Id in which migrate project was created.
Type: | String[] |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell