$MsgVpnQueueLinks: {
    properties: {
        subscriptionsUri: {
            description: "The URI of this Queue's collection of Queue Subscription objects.";
            type: "string";
        };
        uri: {
            description: "The URI of this Queue object.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        subscriptionsUri: {
            description: "The URI of this Queue's collection of Queue Subscription objects.";
            type: "string";
        };
        uri: {
            description: "The URI of this Queue object.";
            type: "string";
        };
    }
    • subscriptionsUri: {
          description: "The URI of this Queue's collection of Queue Subscription objects.";
          type: "string";
      }
      • description: "The URI of this Queue's collection of Queue Subscription objects."
      • type: "string"
    • uri: {
          description: "The URI of this Queue object.";
          type: "string";
      }
      • description: "The URI of this Queue object."
      • type: "string"