編集

次の方法で共有


Get-AzHealthcareApisWorkspace

Gets the properties of the specified workspace.

Syntax

Get-AzHealthcareApisWorkspace
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzHealthcareApisWorkspace
   -Name <String>
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzHealthcareApisWorkspace
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzHealthcareApisWorkspace
   -InputObject <IHealthcareApisIdentity>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

Gets the properties of the specified workspace.

Examples

Example 1: List the properties.

Get-AzHealthcareApisWorkspace

Location Name       ResourceGroupName
-------- ----       -----------------
eastus2  azpshcws   azps_test_group
eastus2  azpshcws02 azps_test_group

List the properties.

Example 2: Gets the properties of the specified workspace.

Get-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group

Location Name     ResourceGroupName
-------- ----     -----------------
eastus2  azpshcws azps_test_group

Gets the properties of the specified workspace.

Example 3: List the properties of the resource group.

Get-AzHealthcareApisWorkspace -ResourceGroupName azps_test_group

Location Name       ResourceGroupName
-------- ----       -----------------
eastus2  azpshcws   azps_test_group
eastus2  azpshcws02 azps_test_group

List the properties of the specified resource group.

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

-InputObject

Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

Type:IHealthcareApisIdentity
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-Name

The name of workspace resource.

Type:String
Aliases:WorkspaceName
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-ResourceGroupName

The name of the resource group that contains the service instance.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-SubscriptionId

The subscription identifier.

Type:String[]
Position:Named
Default value:(Get-AzContext).Subscription.Id
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

IHealthcareApisIdentity

Outputs

IWorkspace