Get-NCAzCaches
The Get-NCAzCaches PowerShell cmdlet displays the list of caches that are part of a specified NCache Azure environment.
Get-NCAzCaches -EnvName [-Server] [-Detail] [-NoLogo]
Example
This command lists all caches associated with the NCache environment named Production:
Get-NCAzCaches -EnvName Production
Properties
Note
Parameters with an asterisk (*) are required.
| Parameter | Data Type | Description | Default Value |
|---|---|---|---|
-EnvName* |
<String> |
Specifies the name of the environment to query for caches. | - |
-Server |
<String> |
Specifies the server for which the caches are being listed. | - |
-Detail |
<SwitchParameter> |
Indicates whether to show detailed information about the caches. | - |
-NoLogo |
<SwitchParameter> |
Indicates whether to include logo details in the cache listing. | False |