Interface CreateDiagnosticBundleOptionsExperimental

interface CreateDiagnosticBundleOptions {
    bundleId?: string;
    consent: DiagnosticConsent;
    contentClassification: DiagnosticContentClassification;
    exchanges: readonly DiagnosticExchangeInput[];
    previewBytes?: number;
}

Properties

bundleId?: string
contentClassification: DiagnosticContentClassification
exchanges: readonly DiagnosticExchangeInput[]
previewBytes?: number