$MsgVpnRestDeliveryPointLinks: {
    properties: {
        queueBindingsUri: {
            description: "The URI of this REST Delivery Point's collection of Queue Binding objects.";
            type: "string";
        };
        restConsumersUri: {
            description: "The URI of this REST Delivery Point's collection of REST Consumer objects.";
            type: "string";
        };
        uri: {
            description: "The URI of this REST Delivery Point object.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        queueBindingsUri: {
            description: "The URI of this REST Delivery Point's collection of Queue Binding objects.";
            type: "string";
        };
        restConsumersUri: {
            description: "The URI of this REST Delivery Point's collection of REST Consumer objects.";
            type: "string";
        };
        uri: {
            description: "The URI of this REST Delivery Point object.";
            type: "string";
        };
    }
    • queueBindingsUri: {
          description: "The URI of this REST Delivery Point's collection of Queue Binding objects.";
          type: "string";
      }
      • description: "The URI of this REST Delivery Point's collection of Queue Binding objects."
      • type: "string"
    • restConsumersUri: {
          description: "The URI of this REST Delivery Point's collection of REST Consumer objects.";
          type: "string";
      }
      • description: "The URI of this REST Delivery Point's collection of REST Consumer objects."
      • type: "string"
    • uri: {
          description: "The URI of this REST Delivery Point object.";
          type: "string";
      }
      • description: "The URI of this REST Delivery Point object."
      • type: "string"