@@ -39,17 +39,16 @@ Gets existing healthcareApis fhir service accounts created within the specified
39
39
``` powershell
40
40
PS C:\> Get-AzHealthcareApisService -Name "MyService" -ResourceGroupName "MyResourceGroup"
41
41
42
- ResourceId : /subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/MyResourceGroup/providers/Microsoft
42
+ ResourceGroupName : MyResourceGroup
43
+ Name: : MyService
44
+ Id : /subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/MyResourceGroup/providers/Microsoft
43
45
.HealthcareApis/services/MyService
44
- Name : MyService
45
- Location : westus
46
- Type : Microsoft.HealthcareApis/services
47
- Kind : fhir-R4
46
+ Location : westus2
47
+ ResourceType : Microsoft.HealthcareApis/services
48
+ Kind : FhirR4
49
+ Tags : {}
50
+ Properties : Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisServiceConfig
48
51
Etag : val
49
- Tags : {[key, val]}
50
- Properties : Microsoft.Azure.Commands.HealthcareApisService.Models.PSHealthcareApisFhirServiceConfig
51
- SubscriptionId : XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
52
- ResourceGroupName : MyResourceGroupName
53
52
```
54
53
55
54
### Example 2
@@ -59,29 +58,27 @@ Gets the metadata for all HealthcareApis services in the provided Resource Group
59
58
``` powershell
60
59
PS C:\> Get-AzHealthcareApisService -ResourceGroupName "MyResourceGroup"
61
60
62
- ResourceId : /subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/MyResourceGroup/providers/Microsoft
63
- .HealthcareApis/services/MyService1
64
- Name : MyService1
65
- Location : westus
66
- Type : Microsoft.HealthcareApis/services
67
- Kind : fhir-R4
61
+ ResourceGroupName : MyResourceGroup
62
+ Name: : MyService
63
+ Id : /subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/MyResourceGroup/providers/Microsoft
64
+ .HealthcareApis/services/MyService
65
+ Location : westus2
66
+ ResourceType : Microsoft.HealthcareApis/services
67
+ Kind : FhirR4
68
+ Tags : {}
69
+ Properties : Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisServiceConfig
68
70
Etag : val
69
- Tags : {[key, val]}
70
- Properties : Microsoft.Azure.Commands.HealthcareApisService.Models.PSHealthcareApisFhirServiceConfig
71
- SubscriptionId : XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
72
- ResourceGroupName : MyResourceGroupName
73
-
74
- ResourceId : /subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/MyResourceGroup/providers/Microsoft
75
- .HealthcareApis/services/MyService2
76
- Name : MyService2
77
- Location : westus
78
- Type : Microsoft.HealthcareApis/services
79
- Kind : fhir-R4
71
+
72
+ ResourceGroupName : MyResourceGroup
73
+ Name: : MyService1
74
+ Id : /subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/MyResourceGroup/providers/Microsoft
75
+ .HealthcareApis/services/MyService1
76
+ Location : westus2
77
+ ResourceType : Microsoft.HealthcareApis/services
78
+ Kind : FhirR4
79
+ Tags : {}
80
+ Properties : Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisServiceConfig
80
81
Etag : val
81
- Tags : {[key, val]}
82
- Properties : Microsoft.Azure.Commands.HealthcareApisService.Models.PSHealthcareApisFhirServiceConfig
83
- SubscriptionId : XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
84
- ResourceGroupName : MyResourceGroupName
85
82
```
86
83
87
84
### Example 3
@@ -91,29 +88,27 @@ Gets the metadata for all HealthcareApis services in the given subscription
91
88
``` powershell
92
89
PS C:\> Get-AzHealthcareApisService
93
90
94
- ResourceId : /subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/MyResourceGroup/providers/Microsoft
95
- .HealthcareApis/services/MyService1
96
- Name : MyService1
97
- Location : westus
98
- Type : Microsoft.HealthcareApis/services
99
- Kind : fhir-R4
91
+ ResourceGroupName : MyResourceGroup
92
+ Name: : MyService
93
+ Id : /subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/MyResourceGroup/providers/Microsoft
94
+ .HealthcareApis/services/MyService
95
+ Location : westus2
96
+ ResourceType : Microsoft.HealthcareApis/services
97
+ Kind : FhirR4
98
+ Tags : {}
99
+ Properties : Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisServiceConfig
100
100
Etag : val
101
- Tags : {[key, val]}
102
- Properties : Microsoft.Azure.Commands.HealthcareApisService.Models.PSHealthcareApisFhirServiceConfig
103
- SubscriptionId : XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
104
- ResourceGroupName : MyResourceGroupName
105
-
106
- ResourceId : /subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/MyResourceGroup/providers/Microsoft
107
- .HealthcareApis/services/MyService2
108
- Name : MyService2
109
- Location : westus
110
- Type : Microsoft.HealthcareApis/services
111
- Kind : fhir-R4
101
+
102
+ ResourceGroupName : MyResourceGroup
103
+ Name: : MyService1
104
+ Id : /subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/MyResourceGroup/providers/Microsoft
105
+ .HealthcareApis/services/MyService1
106
+ Location : westus2
107
+ ResourceType : Microsoft.HealthcareApis/services
108
+ Kind : FhirR4
109
+ Tags : {}
110
+ Properties : Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisServiceConfig
112
111
Etag : val
113
- Tags : {[key, val]}
114
- Properties : Microsoft.Azure.Commands.HealthcareApisService.Models.PSHealthcareApisFhirServiceConfig
115
- SubscriptionId : XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
116
- ResourceGroupName : MyResourceGroupName
117
112
```
118
113
119
114
## PARAMETERS
0 commit comments