Variable $MsgVpnDistributedCacheClusterGlobalCachingHomeClusterConst

$MsgVpnDistributedCacheClusterGlobalCachingHomeCluster: {
    properties: {
        cacheName: {
            description: "The name of the Distributed Cache.";
            type: "string";
        };
        clusterName: {
            description: "The name of the Cache Cluster.";
            type: "string";
        };
        homeClusterName: {
            description: "The name of the remote Home Cache Cluster.";
            type: "string";
        };
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        cacheName: {
            description: "The name of the Distributed Cache.";
            type: "string";
        };
        clusterName: {
            description: "The name of the Cache Cluster.";
            type: "string";
        };
        homeClusterName: {
            description: "The name of the remote Home Cache Cluster.";
            type: "string";
        };
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
    }
    • cacheName: {
          description: "The name of the Distributed Cache.";
          type: "string";
      }
      • description: "The name of the Distributed Cache."
      • type: "string"
    • clusterName: {
          description: "The name of the Cache Cluster.";
          type: "string";
      }
      • description: "The name of the Cache Cluster."
      • type: "string"
    • homeClusterName: {
          description: "The name of the remote Home Cache Cluster.";
          type: "string";
      }
      • description: "The name of the remote Home Cache Cluster."
      • type: "string"
    • msgVpnName: {
          description: "The name of the Message VPN.";
          type: "string";
      }
      • description: "The name of the Message VPN."
      • type: "string"