New-AFCacheClusterConfiguration

New-AFCacheClusterConfiguration

Creates and initializes a new cache cluster configuration store.

Syntax

Parameter Set: DefaultCommand
New-AFCacheClusterConfiguration [-ProviderType] <String> [-ConnectionString] <String> [-Size] <String> [-Offloading <String> ] [ <CommonParameters>]

Parameters

-ConnectionString<String>

The connection string to the provider used to store the cache cluster configuration.

Aliases

none

Required?

true

Position?

2

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-GracefulShutdownEnabled

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-GracefulShutdownTimeoutMSec<Int32>

Aliases

none

Required?

true

Position?

4

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Offloading<String>

Indicates whether offloading to SQL Server should be used for all cache cluster management responsibilities. If this parameter is set to "true", the cache cluster must use SQL Server for all cache cluster management responsibilities.

true

false

Aliases

none

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ProviderType<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?

false

-Size<String>

The size of the cluster.

Small

Medium

Large

Aliases

none

Required?

true

Position?

3

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters

Examples

PS C:\>

Remove-AFCacheClusterConfiguration