Type alias MsgVpnDistributedCacheClusterGlobalCachingHomeCluster

MsgVpnDistributedCacheClusterGlobalCachingHomeCluster: {
    cacheName?: string;
    clusterName?: string;
    homeClusterName?: string;
    msgVpnName?: string;
}

Type declaration

  • Optional cacheName?: string

    The name of the Distributed Cache.

  • Optional clusterName?: string

    The name of the Cache Cluster.

  • Optional homeClusterName?: string

    The name of the remote Home Cache Cluster.

  • Optional msgVpnName?: string

    The name of the Message VPN.