Get-AzMigrateHCIReplicationFabric
Gets the details of the fabric.
Syntax
Get-AzMigrateHCIReplicationFabric
[-SubscriptionId <String[]>]
[-ContinuationToken <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzMigrateHCIReplicationFabric
-Name <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzMigrateHCIReplicationFabric
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-ContinuationToken <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzMigrateHCIReplicationFabric
-InputObject <IMigrateIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Gets the details of the fabric.
Examples
Example 1: Get by fabric name
Get-AzMigrateHCIReplicationFabric -ResourceGroupName "test-rg" -Name "testsrcappreplicationfabric"
Id : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/test-rg/providers/Microsoft.DataReplication/replicationFabrics/testsrcappreplicationfabric
Location : southeastasia
Name : testsrcappreplicationfabric
Property : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.FabricModelProperties
SystemDataCreatedAt : 8/11/2023 6:39:04 PM
SystemDataCreatedBy : testuser@example.com
SystemDataCreatedByType : User
SystemDataLastModifiedAt : 8/11/2023 6:48:29 PM
SystemDataLastModifiedBy : testuser@example.com
SystemDataLastModifiedByType : User
Tag : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.FabricModelTags
Type : Microsoft.DataReplication/replicationFabrics
Retrieves a fabric by its name.
Example 2: Get by fabric input object
$InputObject = Get-AzMigrateHCIReplicationFabric -ResourceGroupName "test-rg" -Name "testsrcappreplicationfabric"
Get-AzMigrateHCIReplicationFabric -InputObject $InputObject
$InputObject | Get-AzMigrateHCIReplicationFabric
Id : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/test-rg/providers/Microsoft.DataReplication/replicationFabrics/testsrcappreplicationfabric
Location : southeastasia
Name : testsrcappreplicationfabric
Property : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.FabricModelProperties
SystemDataCreatedAt : 8/11/2023 6:39:04 PM
SystemDataCreatedBy : testuser@example.com
SystemDataCreatedByType : User
SystemDataLastModifiedAt : 8/11/2023 6:48:29 PM
SystemDataLastModifiedBy : testuser@example.com
SystemDataLastModifiedByType : User
Tag : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.FabricModelTags
Type : Microsoft.DataReplication/replicationFabrics
Retrieves a fabric by the fabric itself as an input object.
Example 3: List by resource group name
Get-AzMigrateHCIReplicationFabric -ResourceGroupName "test-rg"
Id : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/test-rg/providers/Microsoft.DataReplication/replicationFabrics/testsrcappreplicationfabric
Location : southeastasia
Name : testsrcappreplicationfabric
Property : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.FabricModelProperties
SystemDataCreatedAt : 8/11/2023 6:39:04 PM
SystemDataCreatedBy : testuser@example.com
SystemDataCreatedByType : User
SystemDataLastModifiedAt : 8/11/2023 6:48:29 PM
SystemDataLastModifiedBy : testuser@example.com
SystemDataLastModifiedByType : User
Tag : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.FabricModelTags
Type : Microsoft.DataReplication/replicationFabrics
Id : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/test-rg/providers/Microsoft.DataReplication/replicationFabrics/testtgtappreplicationfabric
Location : southeastasia
Name : testtgtappreplicationfabric
Property : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.FabricModelProperties
SystemDataCreatedAt : 8/11/2023 9:16:46 PM
SystemDataCreatedBy : testuser@example.com
SystemDataCreatedByType : User
SystemDataLastModifiedAt : 8/11/2023 9:16:46 PM
SystemDataLastModifiedBy : testuser@example.com
SystemDataLastModifiedByType : User
Tag : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.FabricModelTags
Type : Microsoft.DataReplication/replicationFabrics
Retrieves all fabrics from a resource group by name.
Example 4: List all fabircs
Get-AzMigrateHCIReplicationFabric
Id : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/test-rg/providers/Microsoft.DataReplication/replicationFabrics/testsrcappreplicationfabric
Location : southeastasia
Name : testsrcappreplicationfabric
Property : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.FabricModelProperties
SystemDataCreatedAt : 8/11/2023 6:39:04 PM
SystemDataCreatedBy : testuser@example.com
SystemDataCreatedByType : User
SystemDataLastModifiedAt : 8/11/2023 6:48:29 PM
SystemDataLastModifiedBy : testuser@example.com
SystemDataLastModifiedByType : User
Tag : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.FabricModelTags
Type : Microsoft.DataReplication/replicationFabrics
Id : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/test-rg/providers/Microsoft.DataReplication/replicationFabrics/testtgtappreplicationfabric
Location : southeastasia
Name : testtgtappreplicationfabric
Property : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.FabricModelProperties
SystemDataCreatedAt : 8/11/2023 9:16:46 PM
SystemDataCreatedBy : testuser@example.com
SystemDataCreatedByType : User
SystemDataLastModifiedAt : 8/11/2023 9:16:46 PM
SystemDataLastModifiedBy : testuser@example.com
SystemDataLastModifiedByType : User
Tag : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.FabricModelTags
Type : Microsoft.DataReplication/replicationFabrics
...
Retrieves all fabrics from a subscription.
Parameters
-ContinuationToken
Continuation token from the previous call.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-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 |
-InputObject
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
Type: | IMigrateIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
The fabric name.
Type: | String |
Aliases: | FabricName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceGroupName
The name of the resource group. The name is case insensitive.
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 |
Inputs
Outputs
Azure PowerShell