Select-AzureStorSimpleResource
Hiermee stelt u een resource in als de huidige resource.
Notitie
De cmdlets waarnaar in deze documentatie wordt verwezen, zijn bedoeld voor het beheren van verouderde Azure-resources die gebruikmaken van ASM-API's (Azure Service Manager). Deze verouderde PowerShell-module wordt niet aanbevolen bij het maken van nieuwe resources, omdat ASM is gepland voor buitengebruikstelling. Zie Buitengebruikstelling van Azure Service Manager voor meer informatie.
De Az PowerShell-module is de aanbevolen PowerShell-module voor het beheren van ARM-resources (Azure Resource Manager) met PowerShell.
Syntaxis
Select-AzureStorSimpleResource
-ResourceName <String>
[-RegistrationKey <String>]
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Description
De cmdlet Select-AzureStorSimpleResource stelt een resource in als de huidige resource. Nadat u een resource hebt geselecteerd, zijn andere cmdlets van toepassing binnen die resourcecontext.
Voorbeelden
Voorbeeld 1: Selecteer een resource voor de eerste keer
PS C:\>Select-AzureStorSimpleResource -ResourceName "Contoso64-Tsqa" -RegistrationKey "<your registration key>"
ResourceId ResourceName
---------- ------------
1909806764156522689 Contoso64-Tsqa
Met deze opdracht selecteert u de resource met de naam Contoso64-Tsqa als de huidige context. In dit voorbeeld is deze context niet eerder geïnitialiseerd op de computer. Daarom moet u een waarde opgeven voor de parameter RegistrationKey .
Voorbeeld 2: Een resource selecteren
This command gets the current context for this computer by using the **Get-AzureStorSimpleResourceContext** cmdlet. The current selected resource is Contoso64-Tsqa. This is consistent with the previous example.
PS C:\>Get-AzureStorSimpleResourceContext
ResourceId ResourceName
---------- ------------
1909806764156522689 Contoso64-Tsqa
This command attempts to reset the resource to be Contoso02-Resource. For this example, this resource has not been previously selected. The registration key is not saved or included in the command. The command cannot select the resource.
PS C:\>Select-AzureStorSimpleResource -ResourceName "Contoso02-Resource"
Select-AzureStorSimpleResource : Could not find the persisted secret. Please use Select-AzureStorSimpleResource and
provide the Registration key once again.
Voorbeeld 3: Een eerder geselecteerde resource selecteren
PS C:\>Select-AzureStorSimpleResource -ResourceName "Contoso64-Tsqa"
ResourceId ResourceName
---------- ------------
1909806764156522689 Contoso64-Tsqa
Met deze opdracht selecteert u de resource met de naam Contoso64-Tsqa als de huidige context. In dit voorbeeld is die context eerder geselecteerd en hoeft u daarom geen waarde op te geven voor de parameter RegistrationKey .
Parameters
-Profile
Hiermee geeft u een Azure-profiel op.
Type: | AzureSMProfile |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-RegistrationKey
Hiermee geeft u een registratiesleutel op. Geef een sleutel op de eerste keer dat u een resource selecteert. Nadat deze cmdlet de huidige resource heeft geselecteerd, gebruiken cmdlets deze sleutel, indien nodig. Zie De serviceregistratiesleutel (https://msdn.microsoft.com/en-us/library/azure/dn772346.aspx) ophalen in het Microsoft Developer Network voor meer informatie.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-ResourceName
Hiermee geeft u de naam van de resource die moet worden geselecteerd als de huidige resource.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
Invoerwaarden
None
Uitvoerwaarden
StorSimpleResourceContext
Deze cmdlet retourneert een StorSimpleResourceContext-object met details voor de resourcecontext.