Start-NCAzCache
The Start-NCAzCache PowerShell cmdlet starts a registered cache in the specified Azure environment.
Start-NCAzCache -EnvName -Name [-Servers] [-Port] [-Credentials] [-NoLogo]
Example
- The following command starts the cache demoCache on all servers of the environment Production:
Start-NCAzCache -EnvName Production -Name demoCache
Properties
Note
Parameters marked with an asterisk (*) are required. All others are optional.
| Parameter | Data Type | Description | Default Value |
|---|---|---|---|
-EnvName* |
<String> |
Name of the Azure environment where the cache is registered. | - |
-Name* |
<String> |
Name of the cache to be started. | - |
-Servers |
<String> |
Comma-separated list of server names where the cache should be started. | All servers |
-Port |
<Int32> |
Server port where the NCache Service is listening. | 8250 |
-Credentials |
<PSCredential> |
User credentials authorizing this operation. Required if security is enabled on the cache server. | - |
-NoLogo |
<SwitchParameter> |
Suppresses the display of the logo banner. | False |