Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get-CacheClusterInfo
Returns the cache cluster information, including details on its initialization status and its size.
Syntax
Parameter Set: Default
Get-CacheClusterInfo [-Provider] <String> [-ConnectionString] <String> [ <CommonParameters>]
Parameters
-ConnectionString<String>
The connection string to the provider that contains the cache cluster configuration store.
Aliases |
none |
Required? |
true |
Position? |
2 |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
-Provider<String>
The provider used to store the cluster configuration settings.
XML
System.Data.SqlClient
[Custom Provider Name]
Aliases |
none |
Required? |
true |
Position? |
1 |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters
Outputs
The output type is the type of the objects that the cmdlet emits.
- Microsoft.ApplicationServer.Caching.Configuration.ClusterInfo