The representation sent to the server when updating an import container.

interface ImportContainerUpdateDraft {
    resourceType?: string;
    version: number;
}

Properties

resourceType?: string

The resource type to be imported. If not given, the ImportContainer is able to import all of the supported ImportResourceTypes.

version: number

Current version of the ImportContainer.