Skip to content

Commit dcd1e72

Browse files
authored
Update get-networkcontrollerinternalresourceinstances.md
Added example and descriptions
1 parent e72a4eb commit dcd1e72

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

docset/windows/network-controller/get-networkcontrollerinternalresourceinstances.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ ms.assetid: 3437FA3E-56B3-45FC-BA32-5CAC219BFAF6
2020
# Get-NetworkControllerInternalResourceInstances
2121

2222
## SYNOPSIS
23+
This cmdlet provides mapping between the user generated resource ID and the internal instance ID in the Network Controller
2324

2425
## SYNTAX
2526

@@ -29,13 +30,19 @@ Get-NetworkControllerInternalResourceInstances [[-ResourceId] <String[]>] -Conne
2930
```
3031

3132
## DESCRIPTION
33+
This cmdlet provides mapping between the user generated resource ID and the internal instance ID in the Network Controller
3234

3335
## EXAMPLES
36+
This example shows all the resources in the Network Controller with their corresponding instance IDs. The "Properties" field has the actual reference of the resource and the provisioning state.
3437

35-
38+
```
39+
Get-NetworkControllerInternalResourceInstances -ConnectionUri https://networkcontroller
40+
```
3641
## PARAMETERS
3742

3843
### -CertificateThumbprint
44+
Specifies the digital public key X.509 certificate of a user account that has permission to perform this action.This is the certificate thumbprint of the certificate.This thumbprint must also be provided in the *ClientCertificateThumbprint* parameter in the **Install-NetworkController** or **Set-NetworkController** cmdlet so that Network Controller can authorize this user.
45+
3946
```yaml
4047
Type: String
4148
Parameter Sets: (All)
@@ -49,6 +56,8 @@ Accept wildcard characters: False
4956
```
5057
5158
### -ConnectionUri
59+
Specifies the Uniform Resource Identifier (URI) of the Network Controller, used by all Representational State Transfer (REST) clients to connect to Network Controller.
60+
5261
```yaml
5362
Type: Uri
5463
Parameter Sets: (All)
@@ -62,6 +71,8 @@ Accept wildcard characters: False
6271
```
6372
6473
### -Credential
74+
Specifies a user credential that has permission to perform this action.The default value is the current user.This user must be present in the security group provided in the *ClientSecurityGroup* parameter in the **Install-NetworkController** cmdlet.
75+
6576
```yaml
6677
Type: PSCredential
6778
Parameter Sets: (All)
@@ -88,6 +99,8 @@ Accept wildcard characters: False
8899
```
89100
90101
### -ResourceId
102+
Specifies an array of one or more resources to retrieve. If ResourceID is not provided, all the resources in the Network Controller will be retrieved.
103+
91104
```yaml
92105
Type: String[]
93106
Parameter Sets: (All)
@@ -106,6 +119,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
106119
## INPUTS
107120
108121
## OUTPUTS
122+
The resource has the following output:
123+
1. Resource ID
124+
2. Instance ID of the resource
125+
3. Actual reference of the resource
126+
4. Provisioning state of the resource
109127
110128
## NOTES
111129

0 commit comments

Comments
 (0)